Sha256: 6a81e44933adac9594bd2c4fb3c5b9b047d919e560cc91a044d83a9223013c3a

Contents?: true

Size: 947 Bytes

Versions: 1

Compression:

Stored size: 947 Bytes

Contents

# frozen_string_literal: true

require File.expand_path(
  File.join('..', 'lib', 'omniauth', 'gong', 'version'),
  __FILE__
)

Gem::Specification.new do |gem|
  gem.name          = 'omniauth-gong'
  gem.version       = OmniAuth::Gong::VERSION
  gem.license       = 'MIT'
  gem.summary       = %(A Gong OAuth2 strategy for OmniAuth 1.x)
  gem.description   = %(A Gong OAuth2 strategy for OmniAuth 1.x. This allows you to login to Gong with your ruby app.)
  gem.authors       = ['Matija Čupić']
  gem.email         = ['matteeyah@gmail.com']
  gem.homepage      = 'https://github.com/matteeyah/omniauth-gong'

  gem.metadata['rubygems_mfa_required'] = 'true'

  gem.files         = `git ls-files`.split("\n")
  gem.require_paths = ['lib']

  gem.required_ruby_version = '>= 2.2'

  gem.add_runtime_dependency 'omniauth', '~> 2.0'
  gem.add_runtime_dependency 'omniauth-oauth2', '~> 1.7'

  gem.add_development_dependency 'rubocop', '~> 1.42'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
omniauth-gong-1.0.0 omniauth-gong.gemspec