aws-sdk-rds 1.0.0.rc18 → 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-rds.rb +1 -1
- data/lib/aws-sdk-rds/client.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b2de53d356f54abb81f5a0219caf9c1eabf1bd74
|
|
4
|
+
data.tar.gz: 342049d280394fa7d71db3daf07c1b7a2f6da6a1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ec6d8d942161c2db910cb16b128f00baa0177950a8265e9274f27f51ed068dfba5f3d2400db8e3ce459c3aa88b163e9a5ad2700f1c5f40f28792732e76ac081b
|
|
7
|
+
data.tar.gz: 86840661e8c652539ac4db4f9f1e07beeb83f1ea88bb8039b3c654402f717307f14872eb7dd3d10ddac3cc639daa1daf9880e186e52853796f39486c20d89253
|
data/lib/aws-sdk-rds.rb
CHANGED
data/lib/aws-sdk-rds/client.rb
CHANGED
|
@@ -12650,7 +12650,7 @@ module Aws::RDS
|
|
|
12650
12650
|
params: params,
|
|
12651
12651
|
config: config)
|
|
12652
12652
|
context[:gem_name] = 'aws-sdk-rds'
|
|
12653
|
-
context[:gem_version] = '1.0.0
|
|
12653
|
+
context[:gem_version] = '1.0.0'
|
|
12654
12654
|
Seahorse::Client::Request.new(handlers, context)
|
|
12655
12655
|
end
|
|
12656
12656
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-rds
|
|
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
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-08-
|
|
11
|
+
date: 2017-08-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sigv4
|
|
@@ -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 Relational Database Service (Amazon
|
|
42
42
|
RDS). This gem is part of the AWS SDK for Ruby.
|
|
43
43
|
email:
|
|
@@ -96,9 +96,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
96
96
|
version: '0'
|
|
97
97
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
98
98
|
requirements:
|
|
99
|
-
- - "
|
|
99
|
+
- - ">="
|
|
100
100
|
- !ruby/object:Gem::Version
|
|
101
|
-
version:
|
|
101
|
+
version: '0'
|
|
102
102
|
requirements: []
|
|
103
103
|
rubyforge_project:
|
|
104
104
|
rubygems_version: 2.5.1
|