Sha256: f063df26b1519da6a5b7f9cdaf6c709b82f3e73730ecef690bc94424e67ab383
Contents?: true
Size: 849 Bytes
Versions: 2
Compression:
Stored size: 849 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.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
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
tdiary-5.1.6 | vendor/bundle/ruby/2.7.0/gems/omniauth-oauth-1.2.0/omniauth-oauth.gemspec |
omniauth-oauth-1.2.0 | omniauth-oauth.gemspec |