Skip to content

Commit 40ca094

Browse files
authored
Prepare v1.0.3 release (#38)
1 parent db48b13 commit 40ca094

File tree

3 files changed

+21
-18
lines changed

3 files changed

+21
-18
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## [v1.0.3](https://github.com/Loomly/s3_asset_deploy/compare/v1.0.1...v1.0.3) - 2024-09-23
4+
- Add support for Shakapacker 8.x+
5+
36
## [v1.0.2](https://github.com/Loomly/s3_asset_deploy/compare/v1.0.1...v1.0.2) - 2022-09-12
47
- Remove `acl` specification when saving removal manifest. Bucket policies should be used instead.
58

Gemfile.lock

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
PATH
22
remote: .
33
specs:
4-
s3_asset_deploy (1.0.2)
4+
s3_asset_deploy (1.0.3)
55
aws-sdk-s3 (~> 1.0)
66
mime-types (~> 3.0)
77

88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
aws-eventstream (1.2.0)
12-
aws-partitions (1.628.0)
13-
aws-sdk-core (3.145.0)
14-
aws-eventstream (~> 1, >= 1.0.2)
15-
aws-partitions (~> 1, >= 1.525.0)
16-
aws-sigv4 (~> 1.1)
11+
aws-eventstream (1.3.0)
12+
aws-partitions (1.977.0)
13+
aws-sdk-core (3.208.0)
14+
aws-eventstream (~> 1, >= 1.3.0)
15+
aws-partitions (~> 1, >= 1.651.0)
16+
aws-sigv4 (~> 1.9)
1717
jmespath (~> 1, >= 1.6.1)
18-
aws-sdk-kms (1.58.0)
19-
aws-sdk-core (~> 3, >= 3.127.0)
20-
aws-sigv4 (~> 1.1)
21-
aws-sdk-s3 (1.114.0)
22-
aws-sdk-core (~> 3, >= 3.127.0)
18+
aws-sdk-kms (1.93.0)
19+
aws-sdk-core (~> 3, >= 3.207.0)
20+
aws-sigv4 (~> 1.5)
21+
aws-sdk-s3 (1.164.0)
22+
aws-sdk-core (~> 3, >= 3.207.0)
2323
aws-sdk-kms (~> 1)
24-
aws-sigv4 (~> 1.4)
25-
aws-sigv4 (1.5.1)
24+
aws-sigv4 (~> 1.5)
25+
aws-sigv4 (1.10.0)
2626
aws-eventstream (~> 1, >= 1.0.2)
2727
byebug (11.1.3)
2828
coderay (1.1.3)
2929
diff-lcs (1.4.4)
30-
jmespath (1.6.1)
30+
jmespath (1.6.2)
3131
method_source (1.0.0)
32-
mime-types (3.4.1)
32+
mime-types (3.5.2)
3333
mime-types-data (~> 3.2015)
34-
mime-types-data (3.2022.0105)
34+
mime-types-data (3.2024.0903)
3535
mini_portile2 (2.8.0)
3636
nokogiri (1.13.3)
3737
mini_portile2 (~> 2.8.0)

lib/s3_asset_deploy/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module S3AssetDeploy
4-
VERSION = "1.0.2"
4+
VERSION = "1.0.3"
55
end

0 commit comments

Comments
 (0)