Sha256: 2707935fd95487040884a037f93a55b135a1ed6824b12e0a97eb2bb52c228dbc

Contents?: true

Size: 972 Bytes

Versions: 3

Compression:

Stored size: 972 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.3'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
omniauth-stripe-platform-1.0.2 omniauth-stripe-platform.gemspec
omniauth-stripe-platform-1.0.1 omniauth-stripe-platform.gemspec
omniauth-stripe-platform-1.0.0 omniauth-stripe-platform.gemspec