Sha256: cf7d34c0ef9228fe421c648cd194c88feb1af30e49fc11c0f85d12a1655e249e

Contents?: true

Size: 1.08 KB

Versions: 4

Compression:

Stored size: 1.08 KB

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/omniauth-yahoojp/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["mikanmarusan"]
  gem.email         = ["chiakifujimon@gmail.com"]
  gem.description   = %q{Official OmniAuth strategy for Yahoo! JAPAN.}
  gem.summary       = %q{Official OmniAuth strategy for Yahoo! JAPAN.}
  gem.homepage      = "https://github.com/mikanmarusan/omniauth-yahoojp"

  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-yahoojp"
  gem.require_paths = ["lib"]
  gem.version       = OmniAuth::YahooJp::VERSION
  gem.licenses      = "MIT"

  gem.add_dependency 'omniauth', '~> 1.0'
  gem.add_dependency 'omniauth-oauth2', '~> 1.1'
  gem.add_dependency 'httpauth'
  gem.add_development_dependency 'rspec', '~> 2.7'
  gem.add_development_dependency 'rack-test'
  gem.add_development_dependency 'simplecov'
  gem.add_development_dependency 'webmock'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
omniauth-yahoojp-0.2.0 omniauth-yahoojp.gemspec
omniauth-yahoojp-0.1.4 omniauth-yahoojp.gemspec
omniauth-yahoojp-0.1.3 omniauth-yahoojp.gemspec
omniauth-yahoojp-0.1.2 omniauth-yahoojp.gemspec