Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
Update the gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bleigh committed Oct 13, 2011
1 parent 1b3e595 commit 461c5b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omniauth-oauth.gemspec
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |gem|
gem.summary = %q{A generic OAuth (1.0/1.0a) strategy for OmniAuth.}
gem.homepage = "https://github.com/intridea/omniauth-oauth"

gem.add_runtime_dependency 'omniauth', '~> 1.0.0.alpha'
gem.add_runtime_dependency 'omniauth', '~> 1.0.0.pr1'
gem.add_runtime_dependency 'oauth'
gem.add_development_dependency 'rspec', '~> 2.6'
gem.add_development_dependency 'webmock'
Expand Down

0 comments on commit 461c5b3

Please sign in to comment.