aws-sdk-core 2.11.529 → 2.11.534

Sign up to get free protection for your applications and to get access to all the features.
@@ -63,7 +63,13 @@ module Aws
63
63
  def soft_deprecation
64
64
  unless @warned
65
65
  @warned = true
66
- warn("NEWER VERSION AVAILABLE: Please upgrade to AWS SDK For Ruby V3")
66
+ warn(
67
+ "Version 2 of the Ruby SDK will enter maintenance mode as of "\
68
+ "November 20, 2020. To continue receiving service updates and new "\
69
+ "features, please upgrade to Version 3. More information can be "\
70
+ "found here: https://aws.amazon.com/blogs/developer/"\
71
+ "deprecation-schedule-for-aws-sdk-for-ruby-v2/"
72
+ )
67
73
  end
68
74
  end
69
75
 
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.529'
2
+ VERSION = '2.11.534'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.529
4
+ version: 2.11.534
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: 2020-06-16 00:00:00.000000000 Z
11
+ date: 2020-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -38,8 +38,9 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '1.0'
41
- description: A newer version of this gem is available, please upgrade to version 3.Provides
42
- API clients for AWS. This gem is part of the official AWS SDK for Ruby.
41
+ description: AWS SDK For Ruby V2 has been marked as deprecated. Please upgrade to
42
+ AWS SDK For Ruby V3.Provides API clients for AWS. This gem is part of the official
43
+ AWS SDK for Ruby.
43
44
  email:
44
45
  - trevrowe@amazon.com
45
46
  executables:
@@ -1353,8 +1354,8 @@ homepage: http://github.com/aws/aws-sdk-ruby
1353
1354
  licenses:
1354
1355
  - Apache 2.0
1355
1356
  metadata: {}
1356
- post_install_message: 'NEWER VERSION AVAILABLE: Please upgrade to AWS SDK For Ruby
1357
- V3'
1357
+ post_install_message: AWS SDK For Ruby V2 has been marked as deprecated. Please upgrade
1358
+ to AWS SDK For Ruby V3.
1358
1359
  rdoc_options: []
1359
1360
  require_paths:
1360
1361
  - lib