Skip to content

Commit a6dd217

Browse files
author
Michael Bleigh
committed
Bumping to v1.0.0. Mazel tov!
1 parent 6da045b commit a6dd217

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/omniauth-oauth/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module OmniAuth
22
module OAuth
3-
VERSION = "1.0.0.rc2"
3+
VERSION = "1.0.0"
44
end
55
end

omniauth-oauth.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Gem::Specification.new do |gem|
88
gem.summary = %q{A generic OAuth (1.0/1.0a) strategy for OmniAuth.}
99
gem.homepage = "https://github.com/intridea/omniauth-oauth"
1010

11-
gem.add_runtime_dependency 'omniauth', '~> 1.0.0.rc2'
11+
gem.add_runtime_dependency 'omniauth', '~> 1.0'
1212
gem.add_runtime_dependency 'oauth'
1313
gem.add_development_dependency 'rspec', '~> 2.6'
1414
gem.add_development_dependency 'webmock'

0 commit comments

Comments
 (0)