chargebee 2.3.2 → 2.3.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +11 -0
- data/chargebee.gemspec +2 -2
- data/lib/chargebee.rb +1 -1
- data/lib/chargebee/models/subscription.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1866d1a4e6905b2c7f244b6d8eee32720826a1ee
|
4
|
+
data.tar.gz: 4f996c9f323801c4ac8b7272822a6bd6f06b1cb6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5234840c937e6a19a6d0eedcaa7959c367c3fc919a81e8ba8a014e80bf3508ac3cebe608610e01528af2648a82091768c0004b6c1a7714f94d980357ec789156
|
7
|
+
data.tar.gz: c4868f724c2594fd4cc1698d5430934ebb0d9519266718b290586ef91b650c373d8773a013bf1e72d9d105564477c6e7761c34ee2d1732a868d5b1aabd22523a
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,14 @@
|
|
1
|
+
### v2.3.3 (2017-08-03)
|
2
|
+
* * *
|
3
|
+
|
4
|
+
** APIs updated**:
|
5
|
+
|
6
|
+
The attribute trial_end has been added to Subscriptions Addon subresource.
|
7
|
+
See : https://apidocs.chargebee.com/docs/api/subscriptions#subscription_addons_trial_end
|
8
|
+
|
9
|
+
The parameter trial_end would be added to Addon subresource in Create a subscription,Create subcription for customer, Update a subcription, Create subscription estimate, Create subscription for customer estimate and Update subscription estimate APIs.
|
10
|
+
See : https://apidocs.chargebee.com/docs/api/subscriptions#create_a_subscription_addons_trial_end
|
11
|
+
|
1
12
|
### v2.3.2 (2017-07-26)
|
2
13
|
* * *
|
3
14
|
|
data/chargebee.gemspec
CHANGED
@@ -4,8 +4,8 @@ Gem::Specification.new do |s|
|
|
4
4
|
s.rubygems_version = '1.3.5'
|
5
5
|
s.required_ruby_version = '>= 1.9.3'
|
6
6
|
s.name = 'chargebee'
|
7
|
-
s.version = '2.3.
|
8
|
-
s.date = '2017-
|
7
|
+
s.version = '2.3.3'
|
8
|
+
s.date = '2017-08-03'
|
9
9
|
|
10
10
|
s.summary = "Ruby client for Chargebee API."
|
11
11
|
s.description = "Subscription Billing - Simple. Secure. Affordable. More details at www.chargebee.com."
|
data/lib/chargebee.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: chargebee
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.3.
|
4
|
+
version: 2.3.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rajaraman S
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2017-
|
12
|
+
date: 2017-08-03 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: json_pure
|