Sha256: 0904f8bcd13373999139d94024ed6ce58c7b6ca44fe513f29d279b2d6941f375

Contents?: true

Size: 822 Bytes

Versions: 3

Compression:

Stored size: 822 Bytes

Contents

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

Gem::Specification.new do |gem|
  gem.add_runtime_dependency 'omniauth-oauth2', '~> 1.1'

  gem.authors       = ["Anthony Sekatski"]
  gem.email         = ["email@8protons.com"]
  gem.description   = %q{OAuth2 strategy for 8protons ID}
  gem.summary       = %q{OAuth2 strategy for 8protons ID}
  gem.homepage      = "https://github.com/intridea/omniauth-oauth2"
  gem.license       = "MIT"

  gem.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  gem.files         = `git ls-files`.split("\n")
  gem.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  gem.name          = "omniauth-protons"
  gem.require_paths = ["lib"]
  gem.version       = OmniAuth::Protons::VERSION
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
omniauth-protons-0.4.1 omniauth-protons.gemspec
omniauth-protons-0.4 omniauth-protons.gemspec
omniauth-protons-0.2.2 omniauth-protons.gemspec