omniauth-oauth2.gemspec in omniauth-oauth2-1.0.0.pr1 vs omniauth-oauth2.gemspec in omniauth-oauth2-1.0.0.pr2
- old
+ new
@@ -1,9 +1,9 @@
# -*- encoding: utf-8 -*-
require File.expand_path('../lib/omniauth-oauth2/version', __FILE__)
Gem::Specification.new do |gem|
- gem.add_dependency 'omniauth', '~> 1.0.0.alpha'
+ gem.add_dependency 'omniauth', '~> 1.0.0.pr2'
gem.add_dependency 'oauth2', '~> 0.5.0'
gem.add_development_dependency 'rspec', '~> 2.6'
gem.add_development_dependency 'rack-test'
gem.add_development_dependency 'webmock'