-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathconfig-ruby.json
32 lines (32 loc) · 1018 Bytes
/
config-ruby.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"gemAuthorEmail" : "[email protected]",
"gemAuthor": "Conekta",
"gemName" : "conekta",
"gemLicense": "MIT",
"gemVersion": "6.0.4",
"hideGenerationTimestamp": false,
"moduleName": "Conekta",
"gemSummary" : "This library provides https://api.conekta.io operations",
"gemHomepage" : "https://www.conekta.com",
"gemDescription" : "Ruby library for https://api.conekta.io",
"library": "faraday",
"httpUserAgent": "Conekta/v2 RubyBindings/#{Conekta::VERSION}",
"gemRequiredRubyVersion" : ">= 2.6",
"templateDir": "local/templates/ruby",
"gitUserId" : "conekta",
"gitRepoId" : "conekta-ruby",
"files": {
"/local/CODE_OF_CONDUCT.md": {},
"/local/AUTHORS.md": {},
"/local/CONTRIBUTING.md": {},
"/local/LICENSE": {},
"/local/conekta.png": {},
"/local/ssl_data/ca_bundle.crt": {
"destinationFilename": "lib/ssl_data/ca_bundle.crt"
},
"CUSTOM_VERSION.mustache": {
"templateType": "SupportingFiles",
"destinationFilename": "VERSION"
}
}
}