File tree 3 files changed +9
-4
lines changed
3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- chargify_api_ares (1.4.14 )
4
+ chargify_api_ares (1.4.15 )
5
5
activeresource (>= 3.2.16 )
6
6
7
7
GEM
@@ -67,4 +67,4 @@ DEPENDENCIES
67
67
vcr
68
68
69
69
BUNDLED WITH
70
- 1.16.0
70
+ 1.16.1
Original file line number Diff line number Diff line change
1
+ ## 1.4.15 / June 20, 2018
2
+
3
+ * Changes Subscription#remove_coupon to use coupon_code instead of code [ PR 165] ( https://github.com/chargify/chargify_api_ares/pull/165 ) .
4
+ With this change, the currently applied coupon code must be passed for removal to occur.
5
+
1
6
## 1.4.14 / December 7, 2017
2
7
3
8
* Allows canceling a subscription with all supported attributes [ PR 161] ( https://github.com/chargify/chargify_api_ares/pull/161 )
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ Gem::Specification.new do |s|
4
4
s . rubygems_version = '1.3.7'
5
5
6
6
s . name = 'chargify_api_ares'
7
- s . version = '1.4.14 '
8
- s . date = '2017-12-07 '
7
+ s . version = '1.4.15 '
8
+ s . date = '2018-06-20 '
9
9
s . summary = 'A Chargify API wrapper for Ruby using ActiveResource'
10
10
s . description = ''
11
11
s . authors = [ "Chargify Development Team" ]
You can’t perform that action at this time.
0 commit comments