Skip to content

Commit

Permalink
Merge pull request #16 from jamesconant/update-faraday-dep
Browse files Browse the repository at this point in the history
Update faraday dependencies
  • Loading branch information
amedrz committed Feb 23, 2018
2 parents 536b4e0 + d54c42c commit 665e4b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions behance.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ Gem::Specification.new do |gem|
gem.email = ["amed@tractical.com"]
gem.description = %q{A Ruby wrapper for the Behance API}
gem.summary = %q{A Ruby wrapper for the Behance API}
gem.homepage = ""
gem.homepage = "https://github.com/amedrz/behance"

gem.files = `git ls-files`.split($/)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]

gem.add_runtime_dependency 'faraday', '~> 0.8'
gem.add_runtime_dependency 'faraday_middleware', '~> 0.8'
gem.add_runtime_dependency 'faraday', '~> 0.14.0'
gem.add_runtime_dependency 'faraday_middleware', '~> 0.12.2'
gem.add_runtime_dependency 'json', '~> 1.8.1'
gem.add_development_dependency 'webmock', '~> 1.8.10'
gem.add_development_dependency 'rspec', '~> 2.6'
Expand Down

0 comments on commit 665e4b9

Please sign in to comment.