Sha256: b84c865ee7734bb4fa3f451f162d167bbe61a657a5fa2132f2f9bccca41d495c
Contents?: true
Size: 896 Bytes
Versions: 1
Compression:
Stored size: 896 Bytes
Contents
require File.expand_path("../lib/omniauth-oauth/version", __FILE__) Gem::Specification.new do |gem| gem.authors = ["Michael Bleigh", "Erik Michaels-Ober"] gem.email = ["michael@intridea.com", "sferik@gmail.com"] gem.description = "A generic OAuth (1.0/1.0a) strategy for OmniAuth." gem.summary = gem.description gem.homepage = "https://github.com/intridea/omniauth-oauth" gem.license = "MIT" gem.add_dependency "omniauth", ">= 1.0", "< 3" gem.add_dependency "oauth" gem.add_dependency "rack", ">= 1.6.2", "< 4" 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-oauth" gem.require_paths = ["lib"] gem.version = OmniAuth::OAuth::VERSION end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
omniauth-oauth-1.2.1 | omniauth-oauth.gemspec |