Skip to content

Commit

Permalink
change dependency to omniauth 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
quake committed Jul 23, 2012
1 parent 7affc4a commit 5322338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions omniauth-douban.gemspec
Expand Up @@ -12,8 +12,8 @@ Gem::Specification.new do |s|
s.description = %q{an omniauth strategy for douban}

s.rubyforge_project = "omniauth-douban"
s.add_dependency 'omniauth', '~> 1.0.0.rc2'
s.add_dependency 'omniauth-oauth', '~> 1.0.0.rc2'
s.add_dependency 'omniauth', '~> 1.1.0'
s.add_dependency 'omniauth-oauth', '~> 1.0.1'
s.add_dependency 'multi_json'

s.files = `git ls-files`.split("\n")
Expand Down

0 comments on commit 5322338

Please sign in to comment.