Sha256: 623ba5cb98b8bc2d1db451f350d7322e119fc902a856d2d99820d2311e48f03d

Contents?: true

Size: 1.06 KB

Versions: 4

Compression:

Stored size: 1.06 KB

Contents

# frozen_string_literal: true

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

Gem::Specification.new do |gem|
  gem.name          = 'omniauth-cz-shop-platforms'
  gem.version       = OmniAuth::CzShopPlatforms::VERSION
  gem.license       = 'MIT'
  gem.summary       = %(A collection of strategies for OmniAuth)
  gem.description   = %(This allows you to login via multiple Czech e-commerce platforms with your ruby app.)
  gem.authors       = ['Jan Sterba']
  gem.email         = ['info@jansterba.com']
  gem.homepage      = 'https://github.com/honzasterba/omniauth-cz-shop-platforms'

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

  gem.required_ruby_version = '>= 2.7'

  gem.add_runtime_dependency 'oauth2', '~> 1.1'
  gem.add_runtime_dependency 'omniauth', '~> 2.0'
  gem.add_runtime_dependency 'omniauth-oauth2', '~> 1.7.1'

  gem.add_development_dependency 'rake', '~> 12.0'
  gem.add_development_dependency 'rspec', '~> 3.6'
  gem.add_development_dependency 'rubocop', '~> 0.49'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
omniauth-cz-shop-platforms-1.1.2 omniauth-cz-shop-platforms.gemspec
omniauth-cz-shop-platforms-1.1.1 omniauth-cz-shop-platforms.gemspec
omniauth-cz-shop-platforms-1.1.0 omniauth-cz-shop-platforms.gemspec
omniauth-cz-shop-platforms-1.0.0 omniauth-cz-shop-platforms.gemspec