File tree 3 files changed +13
-4
lines changed
3 files changed +13
-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.11 )
4
+ chargify_api_ares (1.4.13 )
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.14.3
70
+ 1.14.6
Original file line number Diff line number Diff line change
1
+ ## 1.4.13 / July 21, 2017
2
+
3
+ * Note: No changes from 1.4.12, previous release was not officially published
4
+ * Adds ability to get ReasonCodes [ PR 154] ( https://github.com/chargify/chargify_api_ares/pull/154 )
5
+
6
+ ## 1.4.12 / July 18, 2017
7
+
8
+ * Adds ability to get ReasonCodes [ PR 154] ( https://github.com/chargify/chargify_api_ares/pull/154 )
9
+
1
10
## 1.4.11 / May 12, 2017
2
11
3
12
* Add Subscription Retry [ PR 155] ( https://github.com/chargify/chargify_api_ares/pull/155 ) and [ PR 145] ( https://github.com/chargify/chargify_api_ares/pull/145 ) by @gotchahn
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.11 '
8
- s . date = '2017-05-12 '
7
+ s . version = '1.4.13 '
8
+ s . date = '2017-07-21 '
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