aws-sdk-ec2 1.0.0.rc19 → 1.0.0
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.
- checksums.yaml +4 -4
- data/lib/aws-sdk-ec2.rb +1 -1
- data/lib/aws-sdk-ec2/client.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ca605ca5e86009bd7a962bc96de6c13e8015dd71
|
|
4
|
+
data.tar.gz: 4a7793b61d3a1f01b6cfbf9e92832370013b1ddd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 034bf7409ae650c650b188cdb9482c8060a850d250a1aba299db2a389ce69c29709051f9eab6e059b2ebab39a95c8963ecf16febcd4743ac2a0769fc9e15dbd6
|
|
7
|
+
data.tar.gz: 381c9b6b1d0b9b20a01e5cca1399ab23517a12cf520c0bd358719975d637dc78280ce4fa5eaeaa96a398571921856fd658d1e5c36b62d2d2270dcc0a81ead732
|
data/lib/aws-sdk-ec2.rb
CHANGED
data/lib/aws-sdk-ec2/client.rb
CHANGED
|
@@ -20919,7 +20919,7 @@ module Aws::EC2
|
|
|
20919
20919
|
params: params,
|
|
20920
20920
|
config: config)
|
|
20921
20921
|
context[:gem_name] = 'aws-sdk-ec2'
|
|
20922
|
-
context[:gem_version] = '1.0.0
|
|
20922
|
+
context[:gem_version] = '1.0.0'
|
|
20923
20923
|
Seahorse::Client::Request.new(handlers, context)
|
|
20924
20924
|
end
|
|
20925
20925
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-ec2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.0
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -30,14 +30,14 @@ dependencies:
|
|
|
30
30
|
requirements:
|
|
31
31
|
- - "~>"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 3
|
|
33
|
+
version: '3'
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 3
|
|
40
|
+
version: '3'
|
|
41
41
|
description: Official AWS Ruby gem for Amazon Elastic Compute Cloud (Amazon EC2).
|
|
42
42
|
This gem is part of the AWS SDK for Ruby.
|
|
43
43
|
email:
|
|
@@ -95,9 +95,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
95
95
|
version: '0'
|
|
96
96
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
97
97
|
requirements:
|
|
98
|
-
- - "
|
|
98
|
+
- - ">="
|
|
99
99
|
- !ruby/object:Gem::Version
|
|
100
|
-
version:
|
|
100
|
+
version: '0'
|
|
101
101
|
requirements: []
|
|
102
102
|
rubyforge_project:
|
|
103
103
|
rubygems_version: 2.5.1
|