Skip to content

Commit

Permalink
Bump rest-client requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick Wong committed Feb 24, 2014
1 parent 36c66b2 commit b48a02e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Mollie/API/Client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
module Mollie
module API
class Client
CLIENT_VERSION = "1.0.0"
CLIENT_VERSION = "1.0.1"
API_ENDPOINT = "https://api.mollie.nl"
API_VERSION = "v1"

Expand Down
2 changes: 1 addition & 1 deletion mollie.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec = Gem::Specification.new do |s|
s.homepage = 'https://github.com/mollie/mollie-api-ruby'
s.license = 'BSD'

s.add_dependency('rest-client', '~> 1.4')
s.add_dependency('rest-client', '~> 1.6')
s.add_dependency('json', '~> 1.8')

s.files = `git ls-files`.split("\n")
Expand Down

0 comments on commit b48a02e

Please sign in to comment.