aws-sdk-codestar 1.58.0 → 1.59.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 +7 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-codestar/client.rb +1 -1
- data/lib/aws-sdk-codestar.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 563f3a0ee85fc3c0e3e36144e5d5a8fa09fe0c72441356bc9b5227ba636756c7
|
4
|
+
data.tar.gz: 5f0fa3f92b503f7f835414d600fb2cf3e497054b91ee706f44058e124fb4dea5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f776d618f5566fa961957f9ef366000e5783e4c0b7d55958b8f726e4af87e75d3141055ac4048841034fcd9f23ff84356da95a3e2cb61714746c3e1bb4876fd8
|
7
|
+
data.tar.gz: c80b8b2cb5ad75ccdb40564a1b8d1cabc7c0a22e9fb080f92d0049c3ecc138f461d45ec78b19ea0893fb866fae510f42c6a820b24501a6504e83350ee52d2ced
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,13 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.59.0 (2024-08-09)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
* Feature - CodeStar has been removed from the SDK because it has been discontinued.
|
10
|
+
|
4
11
|
1.58.0 (2024-07-18)
|
5
12
|
------------------
|
6
13
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.59.0
|
@@ -1257,7 +1257,7 @@ module Aws::CodeStar
|
|
1257
1257
|
params: params,
|
1258
1258
|
config: config)
|
1259
1259
|
context[:gem_name] = 'aws-sdk-codestar'
|
1260
|
-
context[:gem_version] = '1.
|
1260
|
+
context[:gem_version] = '1.59.0'
|
1261
1261
|
Seahorse::Client::Request.new(handlers, context)
|
1262
1262
|
end
|
1263
1263
|
|
data/lib/aws-sdk-codestar.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-codestar
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.59.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: 2024-
|
11
|
+
date: 2024-08-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -44,8 +44,8 @@ dependencies:
|
|
44
44
|
- - "~>"
|
45
45
|
- !ruby/object:Gem::Version
|
46
46
|
version: '1.5'
|
47
|
-
description: Official AWS Ruby gem for AWS CodeStar (CodeStar). This
|
48
|
-
the AWS SDK for Ruby.
|
47
|
+
description: "[DEPRECATED] Official AWS Ruby gem for AWS CodeStar (CodeStar). This
|
48
|
+
gem is part of the AWS SDK for Ruby."
|
49
49
|
email:
|
50
50
|
- aws-dr-rubygems@amazon.com
|
51
51
|
executables: []
|
@@ -77,7 +77,7 @@ licenses:
|
|
77
77
|
metadata:
|
78
78
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-codestar
|
79
79
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-codestar/CHANGELOG.md
|
80
|
-
post_install_message:
|
80
|
+
post_install_message: "*** aws-sdk-codestar is deprecated ***"
|
81
81
|
rdoc_options: []
|
82
82
|
require_paths:
|
83
83
|
- lib
|