Sha256: 8c119129bd55b4e4937e250901ff85e224c20eb86d38c563fc94228a1653a24f

Contents?: true

Size: 904 Bytes

Versions: 1

Compression:

Stored size: 904 Bytes

Contents

$LOAD_PATH.push File.expand_path('lib', __dir__)
require 'omniauth-artsy/version'

Gem::Specification.new do |s|
  s.name = 'omniauth-artsy'
  s.version = Omniauth::Artsy::VERSION
  s.platform = Gem::Platform::RUBY
  s.authors = ['Dylan Fareed']
  s.email = ['dylan@artsy.net']
  s.homepage = 'https://github.com/artsy/omniauth-artsy'
  s.summary = 'Omniauth plugin for Artsy authentication.  '
  s.description = 'Omniauth plugin for Artsy authentication.  '
  s.files = `git ls-files`.split("\n")
  s.test_files = `git ls-files -- spec/*`.split("\n")
  s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
  s.require_paths = ['lib']
  s.license = 'MIT'

  s.add_runtime_dependency 'omniauth-oauth2', '>= 1.1.2'
  s.add_development_dependency 'rake'
  s.add_development_dependency 'rspec'
  s.add_development_dependency 'rubocop'
  s.add_development_dependency 'webmock'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
omniauth-artsy-0.2.3 omniauth-artsy.gemspec