Sha256: 4f9dcb24afb7c401c18c2facd6f1b9d5dbc62bfce8c73e4f6d27cd38f1a2381e

Contents?: true

Size: 1 KB

Versions: 2

Compression:

Stored size: 1 KB

Contents

lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "omniauth-oauth2/version"

Gem::Specification.new do |gem|
  gem.add_dependency "oauth2",     "~> 1.4"
  gem.add_dependency "omniauth",   [">= 1.9", "< 3"]

  gem.add_development_dependency "bundler", "~> 2.0"

  gem.authors       = ["Michael Bleigh", "Erik Michaels-Ober", "Tom Milewski"]
  gem.email         = ["michael@intridea.com", "sferik@gmail.com", "tmilewski@gmail.com"]
  gem.description   = "An abstract OAuth2 strategy for OmniAuth."
  gem.summary       = gem.description
  gem.homepage      = "https://github.com/omniauth/omniauth-oauth2"
  gem.licenses      = %w[MIT]

  gem.executables   = `git ls-files -- bin/*`.split("\n").collect { |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-oauth2"
  gem.require_paths = %w[lib]
  gem.version       = OmniAuth::OAuth2::VERSION
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
omniauth-oauth2-1.7.2 omniauth-oauth2.gemspec
omniauth-oauth2-1.7.1 omniauth-oauth2.gemspec