Skip to content

Commit

Permalink
Merge branch 'master' into integration_testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bleigh authored and Michael Bleigh committed Jul 22, 2011
2 parents 371be78 + 6c90dfe commit c7e8618
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .document

This file was deleted.

2 changes: 2 additions & 0 deletions oa-oauth/oa-oauth.gemspec
Expand Up @@ -9,13 +9,15 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'oauth', '~> 0.4.0'
gem.add_runtime_dependency 'oauth2', '~> 0.5.0.rc2'
gem.add_development_dependency 'evernote', '~> 1.0'
gem.add_development_dependency 'vcr'
gem.add_development_dependency 'maruku', '~> 0.6'
gem.add_development_dependency 'rack-test', '~> 0.5'
gem.add_development_dependency 'rake', '~> 0.8'
gem.add_development_dependency 'rspec', '~> 2.5'
gem.add_development_dependency 'simplecov', '~> 0.4'
gem.add_development_dependency 'webmock', '~> 1.6'
gem.add_development_dependency 'yard', '~> 0.7'
gem.add_development_dependency 'vcr', '~> 1.10'
gem.add_development_dependency 'ZenTest', '~> 4.5'
gem.add_development_dependency 'vcr'
gem.add_development_dependency 'mechanize'
Expand Down
6 changes: 2 additions & 4 deletions omniauth.gemspec
Expand Up @@ -8,13 +8,11 @@ Gem::Specification.new do |gem|
gem.authors = ['Michael Bleigh', 'Erik Michaels-Ober']
gem.description = %q{OmniAuth is an authentication framework that that separates the concept of authentiation from the concept of identity, providing simple hooks for any application to have one or multiple authentication providers for a user.}
gem.email = ['michael@intridea.com', 'sferik@gmail.com']
gem.executables = `git ls-files -- bin/*`.split("\n").map{|f| File.basename(f)}
gem.files = `git ls-files`.split("\n")
gem.files = Dir.glob("lib/**/*") + %w(README.md LICENSE.md)
gem.homepage = 'http://github.com/intridea/omniauth'
gem.name = 'omniauth'
gem.require_paths = ['lib']
gem.required_rubygems_version = Gem::Requirement.new('>= 1.3.6')
gem.summary = %q{Rack middleware for standardized multi-provider authentication.}
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
gem.summary = %q{Rack middleware for standardized multi-provider authentication}
gem.version = OmniAuth::Version::STRING
end

0 comments on commit c7e8618

Please sign in to comment.