Sha256: 31ae2a0ce57453be57a81278d3d74ec9dac9ea2da7947217b85b27a80902bf6f
Contents?: true
Size: 639 Bytes
Versions: 3
Compression:
Stored size: 639 Bytes
Contents
require File.expand_path("../lib/omniauth-eivo-oauth2/version", __FILE__) Gem::Specification.new do |gem| gem.name = "omniauth-eivo-oauth2" gem.summary = "OmniAuth Strategy for EIVO via OAuth2" gem.description = "OmniAuth Strategy for EIVO via OAuth2" gem.homepage = "https://github.com/jonathantribouharet/omniauth-eivo-oauth2" gem.version = OmniAuth::Eivo::VERSION gem.files = `git ls-files`.split("\n") gem.require_paths = ["lib"] gem.authors = ['Jonathan 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
omniauth-eivo-oauth2-1.0.2 | omniauth-eivo-oauth2.gemspec |
omniauth-eivo-oauth2-1.0.1 | omniauth-eivo-oauth2.gemspec |
omniauth-eivo-oauth2-1.0.0 | omniauth-eivo-oauth2.gemspec |