HEX
Server: Apache/2.2.15 (CentOS)
System: Linux ip-10-0-2-146.eu-west-1.compute.internal 2.6.32-754.35.1.el6.centos.plus.x86_64 #1 SMP Sat Nov 7 11:33:42 UTC 2020 x86_64
User: root (0)
PHP: 5.6.40
Disabled: NONE
Upload Files
File: //opt/codedeploy-agent/vendor/specifications/aws-sdk-s3-1.60.1.gemspec
# -*- encoding: utf-8 -*-
# stub: aws-sdk-s3 1.60.1 ruby lib

Gem::Specification.new do |s|
  s.name = "aws-sdk-s3"
  s.version = "1.60.1"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.metadata = { "changelog_uri" => "https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-s3/CHANGELOG.md", "source_code_uri" => "https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-s3" } if s.respond_to? :metadata=
  s.require_paths = ["lib"]
  s.authors = ["Amazon Web Services"]
  s.date = "2019-12-19"
  s.description = "Official AWS Ruby gem for Amazon Simple Storage Service (Amazon S3). This gem is part of the AWS SDK for Ruby."
  s.email = ["trevrowe@amazon.com"]
  s.homepage = "https://github.com/aws/aws-sdk-ruby"
  s.licenses = ["Apache-2.0"]
  s.rubygems_version = "2.2.5"
  s.summary = "AWS SDK for Ruby - Amazon S3"

  s.installed_by_version = "2.2.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<aws-sdk-kms>, ["~> 1"])
      s.add_runtime_dependency(%q<aws-sigv4>, ["~> 1.1"])
      s.add_runtime_dependency(%q<aws-sdk-core>, [">= 3.83.0", "~> 3"])
    else
      s.add_dependency(%q<aws-sdk-kms>, ["~> 1"])
      s.add_dependency(%q<aws-sigv4>, ["~> 1.1"])
      s.add_dependency(%q<aws-sdk-core>, [">= 3.83.0", "~> 3"])
    end
  else
    s.add_dependency(%q<aws-sdk-kms>, ["~> 1"])
    s.add_dependency(%q<aws-sigv4>, ["~> 1.1"])
    s.add_dependency(%q<aws-sdk-core>, [">= 3.83.0", "~> 3"])
  end
end