Skip to content

Commit

Permalink
Loosen gem dependenies
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Nov 28, 2011
1 parent d034320 commit 0e0c8b7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions oauth2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
require File.expand_path('../lib/oauth2/version', __FILE__)

Gem::Specification.new do |gem|
gem.add_dependency 'faraday', '~> 0.7.4'
gem.add_dependency 'multi_json', '~> 1.0.3'
gem.add_development_dependency 'multi_xml', '~> 0.4'
gem.add_development_dependency 'rake', '~> 0.9'
gem.add_development_dependency 'rdoc', '~> 3.9'
gem.add_development_dependency 'rspec', '~> 2.6'
gem.add_development_dependency 'simplecov', '~> 0.4'
gem.add_development_dependency 'yard', '~> 0.7'
gem.add_dependency 'faraday', '~> 0.7'
gem.add_dependency 'multi_json', '~> 1.0'
gem.add_development_dependency 'multi_xml'
gem.add_development_dependency 'rake'
gem.add_development_dependency 'rdoc'
gem.add_development_dependency 'rspec'
gem.add_development_dependency 'simplecov'
gem.add_development_dependency 'yard'
gem.authors = ["Michael Bleigh", "Erik Michaels-Ober"]
gem.description = %q{A Ruby wrapper for the OAuth 2.0 protocol built with a similar style to the original OAuth gem.}
gem.email = ['michael@intridea.com', 'sferik@gmail.com']
Expand Down

0 comments on commit 0e0c8b7

Please sign in to comment.