Skip to content

Commit

Permalink
Merge pull request #10 from reverbdotcom/td-bump-version
Browse files Browse the repository at this point in the history
Bump version to 1.1.3
  • Loading branch information
teedang19 authored Sep 21, 2018
2 parents 9300b89 + 53060b9 commit 2d5f8bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
affirm (1.1.2)
affirm (1.1.3)
typhoeus

GEM
Expand All @@ -11,9 +11,9 @@ GEM
crack (0.4.2)
safe_yaml (~> 1.0.0)
diff-lcs (1.2.5)
ethon (0.7.3)
ethon (0.11.0)
ffi (>= 1.3.0)
ffi (1.9.10)
ffi (1.9.25)
rake (10.1.0)
rspec (3.2.0)
rspec-core (~> 3.2.0)
Expand All @@ -29,8 +29,8 @@ GEM
rspec-support (~> 3.2.0)
rspec-support (3.2.2)
safe_yaml (1.0.4)
typhoeus (0.7.1)
ethon (>= 0.7.1)
typhoeus (1.3.0)
ethon (>= 0.9.0)
webmock (1.21.0)
addressable (>= 2.3.6)
crack (>= 0.3.2)
Expand Down
2 changes: 1 addition & 1 deletion affirm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Gem::Specification.new do |s|
s.name = "affirm"
s.summary = "Affirm Ruby Client Library"
s.description = "Ruby client library for integrating with Affirm financing payments"
s.version = "1.1.2"
s.version = "1.1.3"
s.license = "Apache License Version 2.0"
s.author = "Reverb.com"
s.email = "dev@reverb.com"
Expand Down

0 comments on commit 2d5f8bd

Please sign in to comment.