# -*- encoding: utf-8 -*- # stub: oauth 0.5.14 ruby lib Gem::Specification.new do |s| s.name = "oauth".freeze s.version = "0.5.14".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "bug_tracker_uri" => "https://github.com/oauth-xx/oauth-ruby/issues", "changelog_uri" => "https://github.com/oauth-xx/oauth-ruby/blob/v0.5.14/CHANGELOG.md", "documentation_uri" => "https://www.rubydoc.info/gems/oauth/0.5.14", "homepage_uri" => "https://github.com/oauth-xx/oauth-ruby", "rubygems_mfa_required" => "true", "source_code_uri" => "https://github.com/oauth-xx/oauth-ruby/tree/v0.5.14", "wiki_uri" => "https://github.com/oauth-xx/oauth-ruby/wiki" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Pelle Braendgaard".freeze, "Blaine Cook".freeze, "Larry Halff".freeze, "Jesse Clark".freeze, "Jon Crosby".freeze, "Seth Fitzsimmons".freeze, "Matt Sanford".freeze, "Aaron Quint".freeze, "Peter Boling".freeze] s.date = "2022-08-29" s.email = "oauth-ruby@googlegroups.com".freeze s.executables = ["oauth".freeze] s.extra_rdoc_files = ["TODO".freeze] s.files = ["CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "CONTRIBUTING.md".freeze, "LICENSE".freeze, "README.md".freeze, "SECURITY.md".freeze, "TODO".freeze, "bin/oauth".freeze, "lib/oauth.rb".freeze, "lib/oauth/cli.rb".freeze, "lib/oauth/cli/authorize_command.rb".freeze, "lib/oauth/cli/base_command.rb".freeze, "lib/oauth/cli/help_command.rb".freeze, "lib/oauth/cli/query_command.rb".freeze, "lib/oauth/cli/sign_command.rb".freeze, "lib/oauth/cli/version_command.rb".freeze, "lib/oauth/client.rb".freeze, "lib/oauth/client/action_controller_request.rb".freeze, "lib/oauth/client/em_http.rb".freeze, "lib/oauth/client/helper.rb".freeze, "lib/oauth/client/net_http.rb".freeze, "lib/oauth/consumer.rb".freeze, "lib/oauth/errors.rb".freeze, "lib/oauth/errors/error.rb".freeze, "lib/oauth/errors/problem.rb".freeze, "lib/oauth/errors/unauthorized.rb".freeze, "lib/oauth/helper.rb".freeze, "lib/oauth/oauth.rb".freeze, "lib/oauth/oauth_test_helper.rb".freeze, "lib/oauth/request_proxy.rb".freeze, "lib/oauth/request_proxy/action_controller_request.rb".freeze, "lib/oauth/request_proxy/action_dispatch_request.rb".freeze, "lib/oauth/request_proxy/base.rb".freeze, "lib/oauth/request_proxy/curb_request.rb".freeze, "lib/oauth/request_proxy/em_http_request.rb".freeze, "lib/oauth/request_proxy/jabber_request.rb".freeze, "lib/oauth/request_proxy/mock_request.rb".freeze, "lib/oauth/request_proxy/net_http.rb".freeze, "lib/oauth/request_proxy/rack_request.rb".freeze, "lib/oauth/request_proxy/rest_client_request.rb".freeze, "lib/oauth/request_proxy/typhoeus_request.rb".freeze, "lib/oauth/server.rb".freeze, "lib/oauth/signature.rb".freeze, "lib/oauth/signature/base.rb".freeze, "lib/oauth/signature/hmac/sha1.rb".freeze, "lib/oauth/signature/hmac/sha256.rb".freeze, "lib/oauth/signature/plaintext.rb".freeze, "lib/oauth/signature/rsa/sha1.rb".freeze, "lib/oauth/token.rb".freeze, "lib/oauth/tokens/access_token.rb".freeze, "lib/oauth/tokens/consumer_token.rb".freeze, "lib/oauth/tokens/request_token.rb".freeze, "lib/oauth/tokens/server_token.rb".freeze, "lib/oauth/tokens/token.rb".freeze, "lib/oauth/version.rb".freeze] s.homepage = "https://github.com/oauth-xx/oauth-ruby".freeze s.licenses = ["MIT".freeze] s.post_install_message = "\nYou have installed oauth version 0.5.14, congratulations!\n\nSupport for the 0.5.x series will end by April, 2023. Please upgrade to 0.6.x or 1.x as soon as possible!\nFor 0.6.x the only breaking change will be dropped support for Ruby 2.0, 2.1, 2.2, and 2.3.\nFor 1.x the only breaking change will be dropped support for Ruby 2.4, 2.5, and 2.6.\n\nPlease see:\n\u2022 https://github.com/oauth-xx/oauth-ruby/blob/main/SECURITY.md\n\nNote also that I am, and this project is, in the process of leaving Github.\nI wrote about some of the reasons here:\n\u2022 https://dev.to/galtzo/im-leaving-github-50ba\n\nIf you are a human, please consider a donation as I move toward supporting myself with Open Source work:\n\u2022 https://liberapay.com/pboling\n\u2022 https://ko-fi.com/pboling\n\u2022 https://patreon.com/galtzo\n\nIf you are a corporation, please consider supporting this project, and open source work generally, with a TideLift subscription.\n\u2022 https://tidelift.com/funding/github/rubygems/oauth\n\u2022 Or hire me. I am looking for a job!\n\nPlease report issues, and support the project!\n\nThanks, |7eter l-|. l3oling\n\n".freeze s.required_ruby_version = Gem::Requirement.new(">= 2.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "OAuth Core Ruby implementation".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.1.7".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["< 5.16".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 4.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0.1.13".freeze]) s.add_development_dependency(%q.freeze, ["<= 3.14.0".freeze]) end