# -*- 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