Sha256: 15dd1d88563160422d3f202e5ea44af357d1c0e1e02385292a6e9b027dae38b6
Contents?: true
Size: 684 Bytes
Versions: 1
Compression:
Stored size: 684 Bytes
Contents
require File.expand_path("../lib/omniauth-gocardless-oauth2/version", __FILE__) Gem::Specification.new do |gem| gem.name = "omniauth-gocardless-oauth2" gem.summary = "OmniAuth Strategy for GoCardless via OAuth2" gem.description = "OmniAuth Strategy for GoCardless via OAuth2" gem.homepage = "https://github.com/jonathantribouharet/omniauth-gocardless-oauth2" gem.version = OmniAuth::Gocardless::VERSION gem.files = `git ls-files`.split("\n") gem.require_paths = ["lib"] gem.authors = ['Jonathan VUKOVICH TRIBOUHARET'] gem.email = 'jonathan.tribouharet@gmail.com' gem.license = 'MIT' gem.platform = Gem::Platform::RUBY gem.add_dependency 'omniauth-oauth2', '~> 1.4' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
omniauth-gocardless-oauth2-1.0.1 | omniauth-gocardless-oauth2.gemspec |