gerencianet 0.0.10 → 0.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/examples/credentials.rb +2 -2
- data/lib/gerencianet/constants.rb +8 -0
- data/lib/gerencianet/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b74e7cdcdba62973e7773d06ed8c48b62a832e3a
|
|
4
|
+
data.tar.gz: 53cbaf2abd0aa2509ffdc21becbee395ad41ca10
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 716b5b99d2a9b1851717476d107aa14454ff3cb9968e5cf99b3ddb5f12903ad2bf51daba4230275c9c4736c3dafb36f16a51c69fc10d6bf0ab3d1600325d427b
|
|
7
|
+
data.tar.gz: a312aacd012b93db6ebf55feb2c47f750b21d47876d76665c3b19e202edf77bd2cf16f95232a5bb8cd854050e7cc47fd555b1558f42b276448375a4557be7229
|
data/CHANGELOG.md
CHANGED
data/examples/credentials.rb
CHANGED
|
@@ -130,6 +130,14 @@ module Gerencianet
|
|
|
130
130
|
update_charge_link: {
|
|
131
131
|
route: "/charge/:id/link",
|
|
132
132
|
method: "put"
|
|
133
|
+
},
|
|
134
|
+
update_plan: {
|
|
135
|
+
route: "/plan/:id",
|
|
136
|
+
method: "put"
|
|
137
|
+
},
|
|
138
|
+
create_subscription_history: {
|
|
139
|
+
route: "/subscription/:id/history",
|
|
140
|
+
method: "post"
|
|
133
141
|
}
|
|
134
142
|
}
|
|
135
143
|
end
|
data/lib/gerencianet/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gerencianet
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Francisco Carvalho
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-01-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -250,7 +250,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
250
250
|
version: '0'
|
|
251
251
|
requirements: []
|
|
252
252
|
rubyforge_project:
|
|
253
|
-
rubygems_version: 2.
|
|
253
|
+
rubygems_version: 2.6.14
|
|
254
254
|
signing_key:
|
|
255
255
|
specification_version: 4
|
|
256
256
|
summary: Gerencianet API Ruby Gem
|