bake-modernize 0.19.2 → 0.19.4

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: f21a2810e00efe2c383b05c5c2cd3e84ab68e74c899e87400852b2655bd543f4
4
- data.tar.gz: 5b400d2ef32d5d4f8118261f1a5b0bfeae396afd81afc7df6afe6bc605dc8dfc
3
+ metadata.gz: '090227967d7ffd1c1ba5dbc2b745e540c8a0d0a23f618714fb34bfbc1828cfbc'
4
+ data.tar.gz: c8558fa61980e1e94195719f5f5187f31bf257d271dc130064bd87b2b03697ef
5
5
  SHA512:
6
- metadata.gz: c1d409e618729f5d414f8895c9eb153b47fb7495a2f859367eee22ab7ecb355a06c63d91520a3ab2962a7059f5aa131dfc55e5109b17518e7e8ecfe09f5bde80
7
- data.tar.gz: a786d49a7f4eabfd2cbeca11099f55c643bd0a55b091fe7d4cf1a6162afb7b826a36e7691131533834006a2add300916832735751ac042685787130dbcb2e642
6
+ metadata.gz: 4c8e52410842a30554ce66c7608a11462739223f413720191711aea72790f3dabfaac48fc28e9d8a5472656bcc7571cada3b022fae7ffb4ec21aae6737445079
7
+ data.tar.gz: 55a756873973464dc566f9c35a2a55fe1232053b48f7e6ea1a7f8e3dbabac42f204d22edcfa5371be6d3f26b5c8b17edb230b02379ce24970657c7d366d7a636
checksums.yaml.gz.sig CHANGED
Binary file
@@ -1,10 +1,10 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  # Released under the MIT License.
4
- # Copyright, 2020-2023, by Samuel Williams.
4
+ # Copyright, 2020-2024, by Samuel Williams.
5
5
 
6
6
  module Bake
7
7
  module Modernize
8
- VERSION = "0.19.2"
8
+ VERSION = "0.19.4"
9
9
  end
10
10
  end
data/license.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # MIT License
2
2
 
3
- Copyright, 2020-2023, by Samuel Williams.
3
+ Copyright, 2020-2024, 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
@@ -5,9 +5,6 @@ on:
5
5
  branches:
6
6
  - main
7
7
 
8
- # Allows you to run this workflow manually from the Actions tab:
9
- workflow_dispatch:
10
-
11
8
  # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages:
12
9
  permissions:
13
10
  contents: read
@@ -3,3 +3,7 @@ root = true
3
3
  [*]
4
4
  indent_style = tab
5
5
  indent_size = 2
6
+
7
+ [*.{yml,yaml}]
8
+ indent_style = space
9
+ indent_size = 2
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.19.2
4
+ version: 0.19.4
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: 2023-12-26 00:00:00.000000000 Z
41
+ date: 2024-01-26 00:00:00.000000000 Z
42
42
  dependencies:
43
43
  - !ruby/object:Gem::Dependency
44
44
  name: async-http
@@ -159,7 +159,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
159
159
  - !ruby/object:Gem::Version
160
160
  version: '0'
161
161
  requirements: []
162
- rubygems_version: 3.4.22
162
+ rubygems_version: 3.5.5
163
163
  signing_key:
164
164
  specification_version: 4
165
165
  summary: Automatically modernize parts of your project/gem.
metadata.gz.sig CHANGED
Binary file