1
0
Fork 0
mirror of https://github.com/omniauth/omniauth.git synced 2022-11-09 12:31:49 -05:00

Bumping to version 1.0.0. Mazel tov!

This commit is contained in:
Michael Bleigh 2011-11-01 23:04:56 -04:00
parent b0639b313b
commit c4aef42d98
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
module OmniAuth
VERSION = "1.0.0.rc2"
VERSION = "1.0.0"
end

View file

@ -15,7 +15,7 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'rack-test', '~> 0.5'
gem.add_development_dependency 'rake', '~> 0.8'
gem.add_development_dependency 'rdiscount', '~> 1.6'
gem.add_development_dependency 'rspec', '~> 2.5'
gem.add_development_dependency 'rspec', '~> 2.7'
gem.add_development_dependency 'yard', '~> 0.7'
gem.version = OmniAuth::VERSION