Skip to content

Commit

Permalink
Updated gemspec and Gemfile locks for 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
speric committed Aug 12, 2015
1 parent a6bd5aa commit 70b197d
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
5 changes: 4 additions & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
chargify_api_ares (1.3.4)
chargify_api_ares (1.3.5)
activeresource (>= 3.2.16)

GEM
Expand Down Expand Up @@ -65,3 +65,6 @@ DEPENDENCIES
rake (~> 10.0.3)
rspec (~> 2.12.0)
vcr

BUNDLED WITH
1.10.5
4 changes: 2 additions & 2 deletions chargify_api_ares.gemspec
Expand Up @@ -4,8 +4,8 @@ Gem::Specification.new do |s|
s.rubygems_version = '1.3.7'

s.name = 'chargify_api_ares'
s.version = '1.3.4'
s.date = '2015-05-14'
s.version = '1.3.5'
s.date = '2015-08-12'
s.summary = 'A Chargify API wrapper for Ruby using ActiveResource'
s.description = ''
s.authors = ["Chargify Development Team"]
Expand Down
5 changes: 4 additions & 1 deletion gemfiles/rails_3.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ../
specs:
chargify_api_ares (1.3.4)
chargify_api_ares (1.3.5)
activeresource (>= 3.2.16)

GEM
Expand Down Expand Up @@ -126,3 +126,6 @@ DEPENDENCIES
rake (~> 10.0.3)
rspec (~> 2.12.0)
vcr

BUNDLED WITH
1.10.5
5 changes: 4 additions & 1 deletion gemfiles/rails_4.1.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ../
specs:
chargify_api_ares (1.3.4)
chargify_api_ares (1.3.5)
activeresource (>= 3.2.16)

GEM
Expand Down Expand Up @@ -126,3 +126,6 @@ DEPENDENCIES
rake (~> 10.0.3)
rspec (~> 2.12.0)
vcr

BUNDLED WITH
1.10.5
5 changes: 4 additions & 1 deletion gemfiles/rails_4.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ../
specs:
chargify_api_ares (1.3.4)
chargify_api_ares (1.3.5)
activeresource (>= 3.2.16)

GEM
Expand Down Expand Up @@ -120,3 +120,6 @@ DEPENDENCIES
rake (~> 10.0.3)
rspec (~> 2.12.0)
vcr

BUNDLED WITH
1.10.5

0 comments on commit 70b197d

Please sign in to comment.