Sha256: f471c0fcb89183e42307928352696ab75fa7d7638a5b832849d1556887a84f56
Contents?: true
Size: 1.85 KB
Versions: 1
Compression:
Stored size: 1.85 KB
Contents
# -*- encoding: utf-8 -*- # stub: oauth2 1.2.0 ruby lib Gem::Specification.new do |s| s.name = "oauth2" s.version = "1.2.0" s.required_rubygems_version = Gem::Requirement.new(">= 1.3.5") if s.respond_to? :required_rubygems_version= s.require_paths = ["lib"] s.authors = ["Michael Bleigh", "Erik Michaels-Ober"] s.date = "2016-07-01" s.description = "A Ruby wrapper for the OAuth 2.0 protocol built with a similar style to the original OAuth spec." s.email = ["michael@intridea.com", "sferik@gmail.com"] s.homepage = "http://github.com/intridea/oauth2" s.licenses = ["MIT"] s.rubygems_version = "2.4.5" s.summary = "A Ruby wrapper for the OAuth 2.0 protocol." s.installed_by_version = "2.4.5" if s.respond_to? :installed_by_version if s.respond_to? :specification_version then s.specification_version = 4 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q<faraday>, ["< 0.10", ">= 0.8"]) s.add_runtime_dependency(%q<jwt>, ["~> 1.0"]) s.add_runtime_dependency(%q<multi_json>, ["~> 1.3"]) s.add_runtime_dependency(%q<multi_xml>, ["~> 0.5"]) s.add_runtime_dependency(%q<rack>, ["< 3", ">= 1.2"]) s.add_development_dependency(%q<bundler>, ["~> 1.0"]) else s.add_dependency(%q<faraday>, ["< 0.10", ">= 0.8"]) s.add_dependency(%q<jwt>, ["~> 1.0"]) s.add_dependency(%q<multi_json>, ["~> 1.3"]) s.add_dependency(%q<multi_xml>, ["~> 0.5"]) s.add_dependency(%q<rack>, ["< 3", ">= 1.2"]) s.add_dependency(%q<bundler>, ["~> 1.0"]) end else s.add_dependency(%q<faraday>, ["< 0.10", ">= 0.8"]) s.add_dependency(%q<jwt>, ["~> 1.0"]) s.add_dependency(%q<multi_json>, ["~> 1.3"]) s.add_dependency(%q<multi_xml>, ["~> 0.5"]) s.add_dependency(%q<rack>, ["< 3", ">= 1.2"]) s.add_dependency(%q<bundler>, ["~> 1.0"]) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
second_step-0.1.2 | secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/oauth2-1.2.0.gemspec |