bake-modernize 0.44.0 → 0.45.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
- checksums.yaml.gz.sig +0 -0
- data/bake/modernize/copilot.rb +2 -2
- data/bake/modernize/rubocop.rb +1 -1
- data/bake/modernize.rb +1 -0
- data/lib/bake/modernize/version.rb +1 -1
- data/license.md +1 -0
- data/template/rubocop/.rubocop.yml +1 -0
- data.tar.gz.sig +0 -0
- metadata +2 -1
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3af72d311492e8aa5c1a7345d4c7311fae87b71c3e9f50113d2fb27b56ab943a
|
4
|
+
data.tar.gz: 7ce73daf0491e8fb1fa65f298bafc6e16f9c61fc4d0372db36cd494f05d87de6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 995901876634184f2132568518e19f248d203e3de0fa8c8cafa8f640e0411677fe1ed68c5730556b2ac5769569f253f414b36a1a2f387c11883133186c84228f
|
7
|
+
data.tar.gz: a7fa10e693f52bc5a114b41fc36b1dfd4c2b7d405a59b5c999377075237597e6f25ab6a8c79e5c414fe89a91a0d07924ac1c453c9d80641b8c81834abec1c9cb
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/bake/modernize/copilot.rb
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
3
|
# Released under the MIT License.
|
4
|
-
# Copyright,
|
4
|
+
# Copyright, 2025, by Copilot.
|
5
5
|
|
6
6
|
require "bake/modernize"
|
7
7
|
|
@@ -12,4 +12,4 @@ end
|
|
12
12
|
def update(root:)
|
13
13
|
template_root = Bake::Modernize.template_path_for("copilot")
|
14
14
|
Bake::Modernize.copy_template(template_root, root)
|
15
|
-
end
|
15
|
+
end
|
data/bake/modernize/rubocop.rb
CHANGED
@@ -11,7 +11,7 @@ def rubocop
|
|
11
11
|
end
|
12
12
|
|
13
13
|
def update(root:)
|
14
|
-
system("bundle", "add", "rubocop", "rubocop-socketry", "--group", "test", chdir: root)
|
14
|
+
system("bundle", "add", "rubocop", "rubocop-md", "rubocop-socketry", "--group", "test", chdir: root)
|
15
15
|
|
16
16
|
template_root = Bake::Modernize.template_path_for("rubocop")
|
17
17
|
Bake::Modernize.copy_template(template_root, root)
|
data/bake/modernize.rb
CHANGED
data/license.md
CHANGED
@@ -2,6 +2,7 @@
|
|
2
2
|
|
3
3
|
Copyright, 2020-2025, by Samuel Williams.
|
4
4
|
Copyright, 2021-2023, by Olle Jonsson.
|
5
|
+
Copyright, 2025, by Copilot.
|
5
6
|
|
6
7
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
7
8
|
of this software and associated documentation files (the "Software"), to deal
|
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
metadata.gz.sig
CHANGED
Binary file
|