aws-sdk 3.0.0.rc2 → 3.0.0.rc3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/aws-sdk.rb +3 -0
  3. metadata +16 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9c226cd7df9bd010bc4c8c646ea473ff8ac8f87f
4
- data.tar.gz: 7996cba270326dd213a34d4ad3296a2f509ad1aa
3
+ metadata.gz: d373a5e7487702d4bafced45f1b8c07c78a17dee
4
+ data.tar.gz: 41e203365227275f806155b3c0c98b069e39a8b4
5
5
  SHA512:
6
- metadata.gz: 5bdb01b4709a8a50db1870382a9097bc9f6070c62ca9f5dca584bf2797b9f83365fd5314c20ec203863d34bf72a2e3b25dd58496a2d9b7387944c4383756555d
7
- data.tar.gz: 16eb2472ab6860da061634c46fa1f6d81bb9ac7dd891df81a00cce54657a2996384d35da4327ab07a37c3e200e766135e96fa6f8d7244826959b4e0fb670c467
6
+ metadata.gz: c1ce2a90b4774572e0f61e1d58728a695129b54c339bf82db0f4d43cd9b0dbae5d6a9b6c7f29e301acf36bdb847be64161afe8aaa7a431c15b29f2cd2618790b
7
+ data.tar.gz: 46443f3630be2dd48ba6d27c616ddd02ef161613e858f62e74809db107cb35e76c52830cf15f96d2b880997c2abd75f1734ce50a4dd937e73a7032a359b7c571
@@ -1,3 +1,5 @@
1
+ require 'aws-sdk-core'
2
+
1
3
  # Aws module documentation.
2
4
  module Aws
3
5
  # service gems
@@ -7,6 +9,7 @@ module Aws
7
9
  autoload :ApplicationAutoScaling, 'aws-sdk-applicationautoscaling'
8
10
  autoload :ApplicationDiscoveryService, 'aws-sdk-applicationdiscoveryservice'
9
11
  autoload :AutoScaling, 'aws-sdk-autoscaling'
12
+ autoload :Batch, 'aws-sdk-batch'
10
13
  autoload :Budgets, 'aws-sdk-budgets'
11
14
  autoload :CloudFormation, 'aws-sdk-cloudformation'
12
15
  autoload :CloudFront, 'aws-sdk-cloudfront'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0.rc2
4
+ version: 3.0.0.rc3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-10 00:00:00.000000000 Z
11
+ date: 2017-01-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-acm
@@ -94,6 +94,20 @@ dependencies:
94
94
  - - '='
95
95
  - !ruby/object:Gem::Version
96
96
  version: 1.0.0.rc1
97
+ - !ruby/object:Gem::Dependency
98
+ name: aws-sdk-batch
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - '='
102
+ - !ruby/object:Gem::Version
103
+ version: 1.0.0.rc1
104
+ type: :runtime
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - '='
109
+ - !ruby/object:Gem::Version
110
+ version: 1.0.0.rc1
97
111
  - !ruby/object:Gem::Dependency
98
112
  name: aws-sdk-budgets
99
113
  requirement: !ruby/object:Gem::Requirement