We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6da045b commit a6dd217Copy full SHA for a6dd217
lib/omniauth-oauth/version.rb
@@ -1,5 +1,5 @@
1
module OmniAuth
2
module OAuth
3
- VERSION = "1.0.0.rc2"
+ VERSION = "1.0.0"
4
end
5
omniauth-oauth.gemspec
@@ -8,7 +8,7 @@ Gem::Specification.new do |gem|
8
gem.summary = %q{A generic OAuth (1.0/1.0a) strategy for OmniAuth.}
9
gem.homepage = "https://github.com/intridea/omniauth-oauth"
10
11
- gem.add_runtime_dependency 'omniauth', '~> 1.0.0.rc2'
+ gem.add_runtime_dependency 'omniauth', '~> 1.0'
12
gem.add_runtime_dependency 'oauth'
13
gem.add_development_dependency 'rspec', '~> 2.6'
14
gem.add_development_dependency 'webmock'
0 commit comments