Sha256: add12f814aea18c6205b97ec85ddc50021285a8104cc2d31320185be6fe43703

Contents?: true

Size: 970 Bytes

Versions: 8

Compression:

Stored size: 970 Bytes

Contents

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

Gem::Specification.new do |gem|
  gem.authors       = ["Isaac Sanders"]
  gem.email         = ["isaac@isaacbfsanders.com"]
  gem.description   = %q{Stripe Platform OAuth2 Strategy for OmniAuth 1.0.}
  gem.summary       = %q{
Supports the OAuth 2.0 server-side and client-side flows.
Read the Stripe Platform docs for more details: https://stripe.com/platform
}
  gem.homepage      = "https://github.com/intridea/omniauth/wiki"

  gem.files         = `git ls-files | grep -v example`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = "omniauth-stripe-platform"
  gem.require_paths = ["lib"]
  gem.version       = Omniauth::StripePlatform::VERSION

  gem.add_dependency 'omniauth', '~> 1.0'
  gem.add_dependency 'omniauth-oauth2', '~> 1.0'
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
omniauth-stripe-platform-0.0.8 omniauth-stripe-platform.gemspec
omniauth-stripe-platform-0.0.7 omniauth-stripe-platform.gemspec
omniauth-stripe-platform-0.0.6 omniauth-stripe-platform.gemspec
omniauth-stripe-platform-0.0.5 omniauth-stripe-platform.gemspec
omniauth-stripe-platform-0.0.4 omniauth-stripe-platform.gemspec
omniauth-stripe-platform-0.0.3 omniauth-stripe-platform.gemspec
omniauth-stripe-platform-0.0.2 omniauth-stripe-platform.gemspec
omniauth-stripe-platform-0.0.1 omniauth-stripe-platform.gemspec