Skip to content

Commit

Permalink
Bumping to v1.0.0. Mazel tov!
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bleigh committed Nov 2, 2011
1 parent 6da045b commit a6dd217
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/omniauth-oauth/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module OmniAuth
module OAuth
VERSION = "1.0.0.rc2"
VERSION = "1.0.0"
end
end
2 changes: 1 addition & 1 deletion omniauth-oauth.gemspec
Original file line number Diff line number Diff line change
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.rc2'
gem.add_runtime_dependency 'omniauth', '~> 1.0'
gem.add_runtime_dependency 'oauth'
gem.add_development_dependency 'rspec', '~> 2.6'
gem.add_development_dependency 'webmock'
Expand Down

0 comments on commit a6dd217

Please sign in to comment.