Sha256: 8bebf5b9ffd638984fc8bd04c4b2501bae4e9b4db7aa7a375b2940d21d1d2f27

Contents?: true

Size: 1.07 KB

Versions: 2

Compression:

Stored size: 1.07 KB

Contents

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

Gem::Specification.new do |gem|
  gem.authors       = ["Quentin Rousseau"]
  gem.email         = ["contact@quent.in"]
  gem.description   = %q{Official OmniAuth strategy for Linear.}
  gem.summary       = %q{Official OmniAuth strategy for Linear.}
  gem.homepage      = "https://github.com/kwent/omniauth-linear"
  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-linear"
  gem.require_paths = ["lib"]
  gem.version       = OmniAuth::Linear::VERSION

  gem.add_dependency 'omniauth', '~> 1.5'
  gem.add_dependency 'omniauth-oauth2', '>= 1.4.0', '< 2.0'
  gem.add_dependency 'graphql-client'
  gem.add_development_dependency 'rspec', '~> 3.5'
  gem.add_development_dependency 'rack-test'
  gem.add_development_dependency 'simplecov'
  gem.add_development_dependency 'webmock'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
omniauth-linear-1.0.3 omniauth-linear.gemspec
omniauth-linear-1.0.2 omniauth-linear.gemspec