Sha256: ad9bd8c07206f6da052a39fcc8e0d04aa6f2df03b8f60e2145d2d51b3fda6377

Contents?: true

Size: 1.01 KB

Versions: 3

Compression:

Stored size: 1.01 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'omniauth-bungie-oauth2/version'

Gem::Specification.new do |spec|
  spec.name          = 'omniauth-bungie-oauth2'
  spec.version       = OmniAuth::BungieOauth2::VERSION
  spec.authors       = ['Dmitry Ruban']
  spec.email         = ['dkruban@gmail.com']

  spec.summary       = %q{A Bungie OAuth2 strategy for Omniauth}
  spec.description   = %q{A Bungie OAuth2 strategy for Omniauth}
  spec.homepage      = 'https://github.com/RuBAN-GT/omniauth-bungie-oauth2'
  spec.license       = 'MIT'

  spec.files         = `git ls-files`.split("\n")
  spec.bindir        = "exe"
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ['lib']

  spec.add_development_dependency 'bundler', '~> 1.13'
  spec.add_development_dependency 'rake', '~> 10.0'
  spec.add_development_dependency 'rspec', '~> 3.0'

  spec.add_runtime_dependency 'omniauth-oauth2', '~> 1.4', '>= 1.4.0'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
omniauth-bungie-oauth2-1.0.2 omniauth-bungie-oauth2.gemspec
omniauth-bungie-oauth2-1.0.1 omniauth-bungie-oauth2.gemspec
omniauth-bungie-oauth2-1.0 omniauth-bungie-oauth2.gemspec