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:
parent
b0639b313b
commit
c4aef42d98
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
module OmniAuth
|
||||
VERSION = "1.0.0.rc2"
|
||||
VERSION = "1.0.0"
|
||||
end
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue