aws-sdk-notificationscontacts 1.5.0 → 1.6.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-notificationscontacts/client.rb +1 -1
- data/lib/aws-sdk-notificationscontacts.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c427248a1f897e6a576a896c1f1b8639521b1f23699d91da0cdcdd16885e6d0c
|
4
|
+
data.tar.gz: 7197ab25119f0802b70fb3e25869d875727bbd2efbfa5260f8039a2e1eb4ffc9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3dab23a8566b54de114e6702ffcb34eef2cf537c5cfed7d3bcb0939232202785f8de428d7df2a81be11439286461ef78cfe318b94b2637c20d93abbec051c9d3
|
7
|
+
data.tar.gz: 65541c455140b013d63354eb2a9475bae864a6cd53b9653aa806be83098a2adb685af68d725aa75c0b681e1081bdc03d0984a9c0551994b85ea4d977a98207c6
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.6.0
|
@@ -794,7 +794,7 @@ module Aws::NotificationsContacts
|
|
794
794
|
tracer: tracer
|
795
795
|
)
|
796
796
|
context[:gem_name] = 'aws-sdk-notificationscontacts'
|
797
|
-
context[:gem_version] = '1.
|
797
|
+
context[:gem_version] = '1.6.0'
|
798
798
|
Seahorse::Client::Request.new(handlers, context)
|
799
799
|
end
|
800
800
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-notificationscontacts
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
@@ -18,7 +18,7 @@ dependencies:
|
|
18
18
|
version: '3'
|
19
19
|
- - ">="
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 3.
|
21
|
+
version: 3.225.0
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -28,7 +28,7 @@ dependencies:
|
|
28
28
|
version: '3'
|
29
29
|
- - ">="
|
30
30
|
- !ruby/object:Gem::Version
|
31
|
-
version: 3.
|
31
|
+
version: 3.225.0
|
32
32
|
- !ruby/object:Gem::Dependency
|
33
33
|
name: aws-sigv4
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|
@@ -84,7 +84,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
84
84
|
requirements:
|
85
85
|
- - ">="
|
86
86
|
- !ruby/object:Gem::Version
|
87
|
-
version: '2.
|
87
|
+
version: '2.7'
|
88
88
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
89
89
|
requirements:
|
90
90
|
- - ">="
|