bake-modernize 0.31.0 → 0.32.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 81bf9409585e5870cf25f0c79771e23c9cf30e0ab15f7521f6cf8aac990d2df3
4
- data.tar.gz: ac8a8397d88e76bcd9e76f7220bbfb88092e21702291f1c8a30c84ad4340ae0f
3
+ metadata.gz: c9bfa53fbe50cd461c5fad549cf2ba22b52f52177e60f8ed9d00c1a06963405d
4
+ data.tar.gz: 8b31de9d483ca3def6a6f97dc245c4b4a5e684a69ee6ef483e034d18656189ec
5
5
  SHA512:
6
- metadata.gz: 90bde03bfe765581c7b7d1073c559486b9652bd7cd57222de042e647ace23cab24955fe60b2683251f9ea5b0a36e4a056e2285415e22dc345655cf0c3aedcd57
7
- data.tar.gz: 691f768f63cd7e9bbcea80668abfcd6491decfdd23d79b63a599b685200f4863bea8a6fe98ae014e147d7e8dca5ed03d467baa37e528cbda13a2393c01f25ba8
6
+ metadata.gz: 0546f46aa42ef2e00ffba13bba2dbfadceda54cbbfc71a803d2e731adf8d7fcd3cd40bc8e0af9bac32fa6f469cf3c35ba22419b16fd1b2c1d4ea54595b31bf2a
7
+ data.tar.gz: 6597199f37b1e34e3195a7809f15ea189bf3f9d5d0428946faabd73299a54aa5b6077dc7ae6d14db7c9d2419e3b9488ca566fab5eed462aab8695090a910b340
checksums.yaml.gz.sig CHANGED
Binary file
@@ -5,6 +5,6 @@
5
5
 
6
6
  module Bake
7
7
  module Modernize
8
- VERSION = "0.31.0"
8
+ VERSION = "0.32.0"
9
9
  end
10
10
  end
data/license.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # MIT License
2
2
 
3
- Copyright, 2020-2024, by Samuel Williams.
3
+ Copyright, 2020-2025, by Samuel Williams.
4
4
  Copyright, 2021-2023, by Olle Jonsson.
5
5
 
6
6
  Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -17,7 +17,7 @@ jobs:
17
17
  - uses: actions/checkout@v4
18
18
  - uses: ruby/setup-ruby@v1
19
19
  with:
20
- ruby-version: "3.3"
20
+ ruby-version: "3.4"
21
21
  bundler-cache: true
22
22
 
23
23
  - name: Validate coverage
@@ -29,7 +29,7 @@ jobs:
29
29
 
30
30
  - uses: ruby/setup-ruby@v1
31
31
  with:
32
- ruby-version: "3.3"
32
+ ruby-version: "3.4"
33
33
  bundler-cache: true
34
34
 
35
35
  - name: Installing packages
@@ -21,7 +21,7 @@ jobs:
21
21
  - macos
22
22
 
23
23
  ruby:
24
- - "3.3"
24
+ - "3.4"
25
25
 
26
26
  steps:
27
27
  - uses: actions/checkout@v4
@@ -49,7 +49,7 @@ jobs:
49
49
  - uses: actions/checkout@v4
50
50
  - uses: ruby/setup-ruby@v1
51
51
  with:
52
- ruby-version: "3.3"
52
+ ruby-version: "3.4"
53
53
  bundler-cache: true
54
54
 
55
55
  - uses: actions/download-artifact@v4
@@ -23,6 +23,7 @@ jobs:
23
23
  - "3.1"
24
24
  - "3.2"
25
25
  - "3.3"
26
+ - "3.4"
26
27
 
27
28
  steps:
28
29
  - uses: actions/checkout@v4
@@ -24,6 +24,7 @@ jobs:
24
24
  - "3.1"
25
25
  - "3.2"
26
26
  - "3.3"
27
+ - "3.4"
27
28
 
28
29
  experimental: [false]
29
30
 
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.31.0
4
+ version: 0.32.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
@@ -38,7 +38,7 @@ cert_chain:
38
38
  Q2K9NVun/S785AP05vKkXZEFYxqG6EW012U4oLcFl5MySFajYXRYbuUpH6AY+HP8
39
39
  voD0MPg1DssDLKwXyt1eKD/+Fq0bFWhwVM/1XiAXL7lyYUyOq24KHgQ2Csg=
40
40
  -----END CERTIFICATE-----
41
- date: 2024-09-17 00:00:00.000000000 Z
41
+ date: 2025-01-04 00:00:00.000000000 Z
42
42
  dependencies:
43
43
  - !ruby/object:Gem::Dependency
44
44
  name: async-http
@@ -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.5.11
168
+ rubygems_version: 3.5.22
169
169
  signing_key:
170
170
  specification_version: 4
171
171
  summary: Automatically modernize parts of your project/gem.
metadata.gz.sig CHANGED
Binary file