bake-modernize 0.39.0 → 0.41.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8175ca61c9870f386a5fff2524d98f5d4c738510979119c808676a8139271b6f
4
- data.tar.gz: 6f867e28ec7b25acb0692b9f32fac0e3aeecad722f95cf46840859e6016a7c3a
3
+ metadata.gz: 04e6b089be2dd16efd3f77d05a257ee8c4f3a8ef5629bd9263946868c1a263f0
4
+ data.tar.gz: 40607b60b6f7b0f8bf60b012859d02a23c2f25b9af509e91784543847a17458d
5
5
  SHA512:
6
- metadata.gz: dc75ead8f179282c10e07752428eb8ce5b0a7904ba48172388cfc4b16a8039da8f31d9ce03e7a865a35a415cba1e96746c40ac1e797546c872e665c852d21244
7
- data.tar.gz: 5bb3fa70002a9655f364b4514052673b63111aa34b6cb0bf2ce07e9d3e058298eb109a8780e2e4ba935b5afc8694772bc811fc88783d13b55c8256bf4293bd54
6
+ metadata.gz: d281699fed06fcc76a735acf7dbe16206f2efc205cd94c451a236aa8fbe1fbee35cc50ac5a7d431205481bc4571e0b2c39f82174a563d9899459b2ac5df616ef
7
+ data.tar.gz: e6b5215f579edff838d5e3b3a8808de4c8ca21664a23e50a40829d942e0370f4558144157669f6f33e528325094986f50a278d928df5c9a38ae3d27b3a3434bb
checksums.yaml.gz.sig CHANGED
Binary file
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  # Released under the MIT License.
4
- # Copyright, 2020-2024, by Samuel Williams.
4
+ # Copyright, 2020-2025, by Samuel Williams.
5
5
 
6
6
  require "bake/modernize"
7
7
  require "rugged"
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  # Released under the MIT License.
4
- # Copyright, 2022-2024, by Samuel Williams.
4
+ # Copyright, 2022-2025, by Samuel Williams.
5
5
 
6
6
  require "bake/modernize"
7
7
  require "build/files/system"
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  # Released under the MIT License.
4
- # Copyright, 2024, by Samuel Williams.
4
+ # Copyright, 2024-2025, by Samuel Williams.
5
5
 
6
6
  require "bake/modernize"
7
7
  require "build/files/system"
@@ -5,6 +5,6 @@
5
5
 
6
6
  module Bake
7
7
  module Modernize
8
- VERSION = "0.39.0"
8
+ VERSION = "0.41.0"
9
9
  end
10
10
  end
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  # Released under the MIT License.
4
- # Copyright, 2020-2024, by Samuel Williams.
4
+ # Copyright, 2020-2025, by Samuel Williams.
5
5
 
6
6
  require_relative "modernize/license"
7
7
  require_relative "modernize/version"
@@ -16,7 +16,7 @@ jobs:
16
16
  - uses: actions/checkout@v4
17
17
  - uses: ruby/setup-ruby@v1
18
18
  with:
19
- ruby-version: "3.4"
19
+ ruby-version: ruby
20
20
  bundler-cache: true
21
21
 
22
22
  - name: Validate coverage
@@ -28,7 +28,7 @@ jobs:
28
28
 
29
29
  - uses: ruby/setup-ruby@v1
30
30
  with:
31
- ruby-version: "3.4"
31
+ ruby-version: ruby
32
32
  bundler-cache: true
33
33
 
34
34
  - name: Installing packages
@@ -20,7 +20,7 @@ jobs:
20
20
  - macos
21
21
 
22
22
  ruby:
23
- - "3.4"
23
+ - ruby
24
24
 
25
25
  steps:
26
26
  - uses: actions/checkout@v4
@@ -48,7 +48,7 @@ jobs:
48
48
  - uses: actions/checkout@v4
49
49
  - uses: ruby/setup-ruby@v1
50
50
  with:
51
- ruby-version: "3.4"
51
+ ruby-version: ruby
52
52
  bundler-cache: true
53
53
 
54
54
  - uses: actions/download-artifact@v4
@@ -1,5 +1,6 @@
1
- /.bundle
1
+ /agent.md
2
2
  /.context
3
+ /.bundle
3
4
  /pkg
4
5
  /gems.locked
5
6
  /.covered.db
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bake-modernize
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.39.0
4
+ version: 0.41.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
@@ -165,7 +165,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
165
165
  - !ruby/object:Gem::Version
166
166
  version: '0'
167
167
  requirements: []
168
- rubygems_version: 3.6.7
168
+ rubygems_version: 3.6.9
169
169
  specification_version: 4
170
170
  summary: Automatically modernize parts of your project/gem.
171
171
  test_files: []
metadata.gz.sig CHANGED
Binary file