Sha256: 8cb297d3c2cec05e0107f71f897f21f0d142e65e643c7c6b5ddd9fdfcf0050eb

Contents?: true

Size: 895 Bytes

Versions: 7

Compression:

Stored size: 895 Bytes

Contents

require File.expand_path("../lib/omniauth-oauth/version", __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["Michael Bleigh", "Erik Michaels-Ober"]
  gem.email         = ["michael@intridea.com", "sferik@gmail.com"]
  gem.description   = "A generic OAuth (1.0/1.0a) strategy for OmniAuth."
  gem.summary       = gem.description
  gem.homepage      = "https://github.com/intridea/omniauth-oauth"
  gem.license       = "MIT"

  gem.add_dependency "omniauth", "~> 1.0"
  gem.add_dependency "oauth"
  gem.add_development_dependency "bundler", "~> 1.9"

  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-oauth"
  gem.require_paths = ["lib"]
  gem.version       = OmniAuth::OAuth::VERSION
end

Version data entries

7 entries across 5 versions & 2 rubygems

Version Path
tdiary-5.0.8 vendor/bundle/gems/omniauth-oauth-1.1.0/omniauth-oauth.gemspec
tdiary-5.0.5 vendor/bundle/gems/omniauth-oauth-1.1.0/omniauth-oauth.gemspec
tdiary-5.0.5 vendor/bundle/gems/tdiary-5.0.4/vendor/bundle/gems/omniauth-oauth-1.1.0/omniauth-oauth.gemspec
tdiary-5.0.4 vendor/bundle/gems/omniauth-oauth-1.1.0/omniauth-oauth.gemspec
tdiary-4.2.1 vendor/bundle/ruby/2.3.0/gems/omniauth-oauth-1.1.0/omniauth-oauth.gemspec
tdiary-4.2.1 vendor/bundle/ruby/2.2.0/gems/omniauth-oauth-1.1.0/omniauth-oauth.gemspec
omniauth-oauth-1.1.0 omniauth-oauth.gemspec