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 8fd842b commit 54b20ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions Gemfile
@@ -1,5 +1,3 @@
require File.expand_path('../lib/omniauth/version', __FILE__)

source 'http://rubygems.org'

platforms :jruby do
Expand Down
2 changes: 1 addition & 1 deletion lib/omniauth-openid/version.rb
@@ -1,5 +1,5 @@
module OmniAuth
module OpenID
VERSION = '1.0.0.rc2'
VERSION = '1.0.0'
end
end
4 changes: 2 additions & 2 deletions omniauth-openid.gemspec
Expand Up @@ -3,12 +3,12 @@ require File.expand_path('../lib/omniauth-openid/version', __FILE__)

Gem::Specification.new do |gem|

gem.add_dependency 'omniauth', '~> 1.0.0.rc2'
gem.add_dependency 'omniauth', '~> 1.0'
gem.add_dependency 'rack-openid', '~> 1.3.1'
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 'simplecov', '~> 0.4'
gem.add_development_dependency 'webmock', '~> 1.7'
gem.add_development_dependency 'yard', '~> 0.7'
Expand Down

0 comments on commit 54b20ff

Please sign in to comment.