Sha256: 47a7dbe3d24773707c3d7656a2aea9685aee2e6ef2afe092856dda0bfa72264e
Contents?: true
Size: 944 Bytes
Versions: 3
Compression:
Stored size: 944 Bytes
Contents
# -*- encoding: utf-8 -*- $LOAD_PATH.push File.expand_path('../lib', __FILE__) 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.0.2' s.add_development_dependency 'rake' s.add_development_dependency 'rspec' s.add_development_dependency 'webmock' s.add_development_dependency 'rubocop', '0.25.0' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
omniauth-artsy-0.2.0 | omniauth-artsy.gemspec |
omniauth-artsy-0.1.1 | omniauth-artsy.gemspec |
omniauth-artsy-0.1.0 | omniauth-artsy.gemspec |