aws-sdk-autoscalingplans 1.69.0 → 1.70.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-autoscalingplans/client.rb +1 -1
- data/lib/aws-sdk-autoscalingplans.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1173894984b137b7745eb28153043b6905ea00c908bfd4438bf065eb2059e735
|
4
|
+
data.tar.gz: 87a94855995f289dcf87402a0f10e0ddb0a3d9cb2028f8f3ac71d15fe7d6ed71
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 97de9c245fe0c9a4df63dbb9da9bdeba97e8671ca7d9934198a7276c56771bdca5962d4f23525e8c4d8b67aba89e75eb1cde1e11a5b1978a6cf42a820ff3ce96
|
7
|
+
data.tar.gz: 6922057611cbdeda07620c6b692fe45cb2691f93341a677a4185f9ddd25d846969208cab03e7f846e3932fd589f80ff9affbaff0439fdf90910d21f9767a7d4b
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.70.0
|
@@ -1029,7 +1029,7 @@ module Aws::AutoScalingPlans
|
|
1029
1029
|
tracer: tracer
|
1030
1030
|
)
|
1031
1031
|
context[:gem_name] = 'aws-sdk-autoscalingplans'
|
1032
|
-
context[:gem_version] = '1.
|
1032
|
+
context[:gem_version] = '1.70.0'
|
1033
1033
|
Seahorse::Client::Request.new(handlers, context)
|
1034
1034
|
end
|
1035
1035
|
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-autoscalingplans
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.70.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: aws-sdk-core
|
@@ -77,7 +76,6 @@ licenses:
|
|
77
76
|
metadata:
|
78
77
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-autoscalingplans
|
79
78
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-autoscalingplans/CHANGELOG.md
|
80
|
-
post_install_message:
|
81
79
|
rdoc_options: []
|
82
80
|
require_paths:
|
83
81
|
- lib
|
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
92
90
|
- !ruby/object:Gem::Version
|
93
91
|
version: '0'
|
94
92
|
requirements: []
|
95
|
-
rubygems_version: 3.
|
96
|
-
signing_key:
|
93
|
+
rubygems_version: 3.6.7
|
97
94
|
specification_version: 4
|
98
95
|
summary: AWS SDK for Ruby - AWS Auto Scaling Plans
|
99
96
|
test_files: []
|