From f93bc1cef4d5b5cb1aa5aa7c38988555069c87c5 Mon Sep 17 00:00:00 2001 From: Eric Farkas Date: Tue, 5 Jan 2016 16:28:23 -0500 Subject: [PATCH] Bump to v1.4.3 --- Gemfile.lock | 2 +- HISTORY.md | 4 ++++ chargify_api_ares.gemspec | 4 ++-- gemfiles/rails_3.gemfile.lock | 2 +- gemfiles/rails_4.1.gemfile.lock | 2 +- gemfiles/rails_4.gemfile.lock | 2 +- 6 files changed, 10 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2ad9d21..e51d952 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - chargify_api_ares (1.4.2) + chargify_api_ares (1.4.3) activeresource (>= 3.2.16) GEM diff --git a/HISTORY.md b/HISTORY.md index 2f57c73..b9d453c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +## 1.4.3 / Jan 5 2016 + +* Force json format for bulk allocations endpoints [PR 126](https://github.com/chargify/chargify_api_ares/pull/126) by @ryansch + ## 1.4.2 / Jan 4 2016 * Adds `Chargify::Allocations.bulk_create` to work with https://docs.chargify.com/api-allocations#create-multiple-allocations. [PR 125](https://github.com/chargify/chargify_api_ares/pull/125) by @ryansch diff --git a/chargify_api_ares.gemspec b/chargify_api_ares.gemspec index 6f6c114..667644e 100644 --- a/chargify_api_ares.gemspec +++ b/chargify_api_ares.gemspec @@ -4,8 +4,8 @@ Gem::Specification.new do |s| s.rubygems_version = '1.3.7' s.name = 'chargify_api_ares' - s.version = '1.4.2' - s.date = '2016-01-04' + s.version = '1.4.3' + s.date = '2016-01-05' s.summary = 'A Chargify API wrapper for Ruby using ActiveResource' s.description = '' s.authors = ["Chargify Development Team"] diff --git a/gemfiles/rails_3.gemfile.lock b/gemfiles/rails_3.gemfile.lock index 2936876..8b3ce78 100644 --- a/gemfiles/rails_3.gemfile.lock +++ b/gemfiles/rails_3.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: ../ specs: - chargify_api_ares (1.4.2) + chargify_api_ares (1.4.3) activeresource (>= 3.2.16) GEM diff --git a/gemfiles/rails_4.1.gemfile.lock b/gemfiles/rails_4.1.gemfile.lock index c54e153..9343b8e 100644 --- a/gemfiles/rails_4.1.gemfile.lock +++ b/gemfiles/rails_4.1.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: ../ specs: - chargify_api_ares (1.4.2) + chargify_api_ares (1.4.3) activeresource (>= 3.2.16) GEM diff --git a/gemfiles/rails_4.gemfile.lock b/gemfiles/rails_4.gemfile.lock index c8444fc..940962d 100644 --- a/gemfiles/rails_4.gemfile.lock +++ b/gemfiles/rails_4.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: ../ specs: - chargify_api_ares (1.4.2) + chargify_api_ares (1.4.3) activeresource (>= 3.2.16) GEM