Skip to content

Commit

Permalink
devise compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
pepusz committed Nov 14, 2011
1 parent 105d357 commit d6200bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions omniauth-contrib.gemspec
Expand Up @@ -4,7 +4,7 @@ require File.expand_path('../lib/omniauth/google_oauth2/version', __FILE__)
Gem::Specification.new do |gem|
gem.add_dependency 'omniauth', '~> 1.0'

gem.authors = ["Josh Ellithorpe"]
gem.authors = ["Josh Ellithorpe", "pepusz"]
gem.email = ["quest@mac.com"]
gem.description = %q{A Google oauth2 strategy for OmniAuth 1.0}
gem.summary = %q{A Google oauth2 strategy for OmniAuth 1.0}
Expand All @@ -13,11 +13,11 @@ Gem::Specification.new do |gem|
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
gem.files = `git ls-files`.split("\n")
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
gem.name = "omniauth-google-oauth2"
gem.name = "omniauth-google_oauth2"
gem.require_paths = ["lib"]
gem.version = OmniAuth::GoogleOauth2::VERSION

gem.add_runtime_dependency 'omniauth-oauth2'
gem.add_runtime_dependency 'omniauth_oauth2'

gem.add_development_dependency 'rspec', '~> 2.6.0'
gem.add_development_dependency 'rake'
Expand Down

0 comments on commit d6200bb

Please sign in to comment.