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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dfc2dfd4fce49135ea400255e73bc979f7119c5c
4
- data.tar.gz: 0042150ec9444965e47d846e9b95f2b8f64ad2c0
3
+ metadata.gz: b74e7cdcdba62973e7773d06ed8c48b62a832e3a
4
+ data.tar.gz: 53cbaf2abd0aa2509ffdc21becbee395ad41ca10
5
5
  SHA512:
6
- metadata.gz: e7620f3c8425a458e1460d2b67c62f437f90158f4c2df02c7a15d2f718077f6fa34b757b06ca35571998cb41fbdd12d697df5e795850da1089aa3550afe0afa0
7
- data.tar.gz: 9f1b56a39cd32d11b3f2091772f60ca1f2afbac06fd4d34831ce5c84a3f1a6474fa705c6106a594d269f4d201b75c5e1367697c98ebf5a2609fb3a7b0b6da3c7
6
+ metadata.gz: 716b5b99d2a9b1851717476d107aa14454ff3cb9968e5cf99b3ddb5f12903ad2bf51daba4230275c9c4736c3dafb36f16a51c69fc10d6bf0ab3d1600325d427b
7
+ data.tar.gz: a312aacd012b93db6ebf55feb2c47f750b21d47876d76665c3b19e202edf77bd2cf16f95232a5bb8cd854050e7cc47fd555b1558f42b276448375a4557be7229
@@ -1,3 +1,9 @@
1
+ # 0.0.11
2
+
3
+ - Added: new endpoint (update plan)
4
+ - Added: new endpoint (create subscription history)
5
+ - Updated: examples
6
+
1
7
  # 0.0.10
2
8
 
3
9
  - Added: Update charge link endpoint mapping
@@ -1,5 +1,5 @@
1
1
  # example
2
2
  module CREDENTIALS
3
- CLIENT_ID = ""
4
- CLIENT_SECRET = ""
3
+ CLIENT_ID = "Client_Id_a65082b30bb1e56e683bb5efe3bf9c09a3e359f8"
4
+ CLIENT_SECRET = "Client_Secret_e7afbc13b6a533e6c0aced4b7b529f5c687060d4"
5
5
  end
@@ -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
@@ -1,4 +1,4 @@
1
1
  # :nodoc:
2
2
  module Gerencianet
3
- VERSION = "0.0.10"
3
+ VERSION = "0.0.11"
4
4
  end
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.10
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: 2017-01-25 00:00:00.000000000 Z
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.2.2
253
+ rubygems_version: 2.6.14
254
254
  signing_key:
255
255
  specification_version: 4
256
256
  summary: Gerencianet API Ruby Gem