Sha256: 0c8c64e7fc0c2005c69a6a40552e0c1f4da0370e2374a464e53d749255ce6ce9
Contents?: true
Size: 1.05 KB
Versions: 1
Compression:
Stored size: 1.05 KB
Contents
lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'omniauth-oauth2/version' Gem::Specification.new do |gem| gem.add_dependency 'faraday', ['>= 0.8', '< 0.10'] gem.add_dependency 'multi_json', '~> 1.3' gem.add_dependency 'oauth2', '~> 0.9.3' gem.add_dependency 'omniauth', '~> 1.2' gem.add_development_dependency 'bundler', '~> 1.0' gem.authors = ['Michael Bleigh', 'Erik Michaels-Ober'] gem.email = ['michael@intridea.com', 'sferik@gmail.com'] gem.description = %q{An abstract OAuth2 strategy for OmniAuth.} gem.summary = gem.description gem.homepage = 'https://github.com/intridea/omniauth-oauth2' gem.license = 'MIT' gem.executables = `git ls-files -- bin/*`.split("\n").collect { |f| File.basename(f) } gem.files = `git ls-files`.split("\n") gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") gem.name = 'omniauth-oauth2' gem.require_paths = ['lib'] gem.version = OmniAuth::OAuth2::VERSION end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
omniauth-oauth2-1.1.2 | omniauth-oauth2.gemspec |