omniauth-oauth2.gemspec in omniauth-oauth2-1.0.0.rc2 vs omniauth-oauth2.gemspec in omniauth-oauth2-1.0.0
- old
+ new
@@ -1,12 +1,12 @@
# -*- encoding: utf-8 -*-
require File.expand_path('../lib/omniauth-oauth2/version', __FILE__)
Gem::Specification.new do |gem|
- gem.add_dependency 'omniauth', '~> 1.0.0.rc2'
+ gem.add_dependency 'omniauth', '~> 1.0'
gem.add_dependency 'oauth2', '~> 0.5.0'
- gem.add_development_dependency 'rspec', '~> 2.6'
+ gem.add_development_dependency 'rspec', '~> 2.7'
gem.add_development_dependency 'rack-test'
gem.add_development_dependency 'webmock'
gem.add_development_dependency 'simplecov'
gem.authors = ["Michael Bleigh"]