Skip to content

Commit fbe621f

Browse files
author
Michael Bleigh
committed
Bumping to v1.0.0. Mazel tov!
1 parent 9b9660d commit fbe621f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/omniauth-github/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module OmniAuth
22
module GitHub
3-
VERSION = "1.0.0.rc2"
3+
VERSION = "1.0.0"
44
end
55
end

omniauth-github.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Gem::Specification.new do |gem|
1515
gem.require_paths = ["lib"]
1616
gem.version = OmniAuth::GitHub::VERSION
1717

18-
gem.add_dependency 'omniauth', '~> 1.0.0.rc2'
19-
gem.add_dependency 'omniauth-oauth2', '~> 1.0.0.rc2'
18+
gem.add_dependency 'omniauth', '~> 1.0'
19+
gem.add_dependency 'omniauth-oauth2', '~> 1.0'
2020
gem.add_development_dependency 'rspec', '~> 2.7'
2121
gem.add_development_dependency 'rack-test'
2222
gem.add_development_dependency 'simplecov'

0 commit comments

Comments
 (0)