Sha256: 79fe33b434612e60cdaffd1874d5ec82804a395e769b882c144fc47b2827acbe

Contents?: true

Size: 807 Bytes

Versions: 1

Compression:

Stored size: 807 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name     = 'omniauth-paypal-oauth2'
  s.version  = '1.4.1'
  s.authors  = ['Jonas Hübotter']
  s.email    = ['jonas.huebotter@gmail.com']
  s.summary  = 'PayPal Identity strategy for OmniAuth2'
  s.homepage = 'https://github.com/jonhue/omniauth-paypal-oauth2'
  s.license  = 'MIT'

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
  s.require_paths = ['lib']

  s.add_runtime_dependency 'omniauth-oauth2', '~> 1.4.0'

  s.add_development_dependency 'rspec', '~> 2.14'
  s.add_development_dependency 'rake'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
omniauth-paypal-oauth2-1.4.1 omniauth-paypal-oauth2.gemspec