1
0
Fork 0
mirror of https://github.com/simi/omniauth-facebook.git synced 2022-11-09 12:32:45 -05:00

bump omniauth depedency to 1.0.0 release

This commit is contained in:
Mark Dodwell 2011-11-10 22:27:20 -08:00
parent 0959ab1962
commit 65a3e5f8ef

View file

@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
s.require_paths = ['lib']
s.add_runtime_dependency 'omniauth-oauth2', '~> 1.0.0.rc2'
s.add_runtime_dependency 'omniauth-oauth2', '~> 1.0.0'
s.add_development_dependency 'rspec', '~> 2.7.0'
s.add_development_dependency 'rake'