Sha256: 9ac5f18e33b29c69bcec9651117d1e24508239222aab836a6540c706ccf30163
Contents?: true
Size: 802 Bytes
Versions: 3
Compression:
Stored size: 802 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path('../lib', __FILE__) require 'omniauth/paypal/version' Gem::Specification.new do |s| s.name = 'omniauth-paypal' s.version = OmniAuth::PayPal::VERSION s.authors = ['David W. Allen'] s.email = ['david@datariot.io'] s.summary = 'PayPal Identity strategy for OmniAuth' s.homepage = 'https://github.com/datariot/omniauth-paypal' 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.1.0' s.add_development_dependency 'rspec', '~> 2.14' s.add_development_dependency 'rake' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
omniauth-paypal-1.2.2 | omniauth-paypal.gemspec |
omniauth-paypal-1.2.1 | omniauth-paypal.gemspec |
omniauth-paypal-1.2 | omniauth-paypal.gemspec |