Sha256: 63ca51b9f6babf189744f8c1d46b5135e26a4b99b32955ac8d991c0ab50d5f14
Contents?: true
Size: 1 KB
Versions: 1
Compression:
Stored size: 1 KB
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/omniauth-oauth2/version', __FILE__) Gem::Specification.new do |gem| gem.add_dependency 'omniauth', '~> 1.0.0.pr2' gem.add_dependency 'oauth2', '~> 0.5.0' gem.add_development_dependency 'rspec', '~> 2.6' gem.add_development_dependency 'rack-test' gem.add_development_dependency 'webmock' gem.add_development_dependency 'simplecov' gem.authors = ["Michael Bleigh"] gem.email = ["michael@intridea.com"] gem.description = %q{An abstract OAuth2 strategy for OmniAuth.} gem.summary = %q{An abstract OAuth2 strategy for OmniAuth.} gem.homepage = "https://github.com/intridea/omniauth-oauth2" gem.executables = `git ls-files -- bin/*`.split("\n").map{ |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.0.0.pr2 | omniauth-oauth2.gemspec |