Sha256: e8fcb6447c8cda44def5795c24954d27443c1b9e4ec33e14cd22f7b66f0d5e67
Contents?: true
Size: 799 Bytes
Versions: 2
Compression:
Stored size: 799 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 = ['denis.odorcic@shopify.com'] s.summary = 'Shopify strategy for OmniAuth' s.homepage = 'https://github.com/Shopify/omniauth-shopify-oauth2' 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.add_runtime_dependency 'omniauth-oauth2', '~> 1.1.0' s.add_development_dependency 'rspec', '~> 2.7.0' s.add_development_dependency 'rake' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
omniauth-shopify-oauth2-1.1.1 | omniauth-shopify-oauth2.gemspec |
omniauth-shopify-oauth2-1.1.0 | omniauth-shopify-oauth2.gemspec |