Sha256: 0c415aa291b240a0018ec746e41e15bcacf6ae9f5abfae4ff971646bfc26a929

Contents?: true

Size: 944 Bytes

Versions: 4

Compression:

Stored size: 944 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name     = 'omniauth-shopify-oauth2'
  s.version  = OmniAuth::Shopify::VERSION
  s.authors  = ['Denis Odorcic']
  s.email    = ['gems@shopify.com']
  s.summary  = 'Shopify strategy for OmniAuth'
  s.homepage = 'https://github.com/Shopify/omniauth-shopify-oauth2'
  s.license = 'MIT'

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
  s.require_paths = ['lib']
  s.required_ruby_version = '>= 2.1.9'

  s.add_runtime_dependency 'omniauth-oauth2', '~> 1.5.0'
  s.add_runtime_dependency 'activesupport'

  s.add_development_dependency 'minitest', '~> 5.6'
  s.add_development_dependency 'fakeweb', '~> 1.3'
  s.add_development_dependency 'rake'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
omniauth-shopify-oauth2-2.2.1 omniauth-shopify-oauth2.gemspec
omniauth-shopify-oauth2-2.2.0 omniauth-shopify-oauth2.gemspec
omniauth-shopify-oauth2-2.1.0 omniauth-shopify-oauth2.gemspec
omniauth-shopify-oauth2-2.0.0 omniauth-shopify-oauth2.gemspec