aws-sdk-applicationautoscaling 1.0.0.rc3 → 1.0.0.rc4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f9de7081a149ed3e167cc0a64d0e1c2f04c5425a
4
- data.tar.gz: fcbcb6e893dc46d90378e85d28d2d8388715baa4
3
+ metadata.gz: 6b4432057ff4597d85ca86aa679a0fde4ffa62c7
4
+ data.tar.gz: 91fb6b6d15877d75c12f38bf960a406127460c45
5
5
  SHA512:
6
- metadata.gz: f70d915edf0df2dd9fe54f185cc0337b94e7e2903c2283df5802d297c0bd48085d7da5d3a66ec9e193c61b8b82771f73af6c926296b4c5f7b99e283b47464cd5
7
- data.tar.gz: 7da9a8f9c963024fc9719d97ef66ff04665eb43e7af1e76848ef94e1874038549505c8339184ce8e07dea189300df0ca00203825af8dd68e8817cc576483ba78
6
+ metadata.gz: 401840cdd662a074d0dd6fd5c570879f11d5ca9828a70d8c0142857ed84c513bc3a4f76705d5cf283cf2b39596eef1ffc6bf6294da49d7d3108e4aa9bbd38261
7
+ data.tar.gz: a39ac96d33e6fc3bbd143ff949240440a505091c751f8cb81443ca711f7118c866c1c63463113467c1c67854aff372c67cda11cdd516e1e6216127f5e4d382dc
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-applicationautoscaling/customizations'
42
42
  # @service
43
43
  module Aws::ApplicationAutoScaling
44
44
 
45
- GEM_VERSION = '1.0.0.rc2'
45
+ GEM_VERSION = '1.0.0.rc4'
46
46
 
47
47
  end
@@ -854,7 +854,7 @@ module Aws::ApplicationAutoScaling
854
854
  params: params,
855
855
  config: config)
856
856
  context[:gem_name] = 'aws-sdk-applicationautoscaling'
857
- context[:gem_version] = '1.0.0.rc2'
857
+ context[:gem_version] = '1.0.0.rc4'
858
858
  Seahorse::Client::Request.new(handlers, context)
859
859
  end
860
860
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-applicationautoscaling
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.rc3
4
+ version: 1.0.0.rc4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services