itamae-plugin-recipe-highlight 0.4.0 → 0.5.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: 29f4729ace2c86bb91175dd17de087b59a51424044ec85e61d52bb4e31be2fc3
4
- data.tar.gz: 35249ac240b005f451668ee33aa4a049a3677a4784b21d60858099a5cb720474
3
+ metadata.gz: b7ad841328c589489e59e38bf7a5d28d3a4a37ef8f33aa65d5a41a86c5c206e3
4
+ data.tar.gz: 0c20f762793780a389ddc82520043c014239dfc7e09fd96e085f3447317cff82
5
5
  SHA512:
6
- metadata.gz: 3519396bee3343a961870d09e20b1e12c6070aa87c3462f27f885537e845840d67906e709e448f6c6c5ce0a3462eb71879f23ba9d2268cb88c8092625de2b9d6
7
- data.tar.gz: 1dd7385622869db646985b33eb26ead89b5efe170a343996ea2cb25f1412eccdef9467f6753961c8830e118e4ebe0bb963be996c4308742ba9b708c0ef658a3c
6
+ metadata.gz: 31cee281d05a84568f97e62b2bf804f14734b009b97a8de18816803658380dc037b0156ca5c9e8a1bab4b6ed5c6e74a815b2e76eaa05bad053afe89aee8f4895
7
+ data.tar.gz: 85ac8f6e3ed3eec4804becad1ae126d527c8268170201784b0be3abeec973e3ab3aa25184dcf36067731c8823a5a97f28706ff38139064410cd672624c74292a
data/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 0.5.0 - 2024-06-02
6
+
7
+ ### Changed
8
+
9
+ * Update Highlight version to v4.12.
10
+
5
11
  ## 0.4.0 - 2024-03-29
6
12
 
7
13
  ### Changed
data/Gemfile.lock ADDED
@@ -0,0 +1,67 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ itamae-plugin-recipe-highlight (0.4.0)
5
+ itamae (~> 1.14)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ ansi (1.5.0)
11
+ ast (2.4.2)
12
+ hashie (5.0.0)
13
+ itamae (1.14.1)
14
+ ansi
15
+ hashie
16
+ schash (~> 0.1.0)
17
+ specinfra (>= 2.64.0, < 3.0.0)
18
+ thor (>= 1.0.0)
19
+ json (2.7.2)
20
+ language_server-protocol (3.17.0.3)
21
+ net-scp (4.0.0)
22
+ net-ssh (>= 2.6.5, < 8.0.0)
23
+ net-ssh (7.2.3)
24
+ net-telnet (0.2.0)
25
+ parallel (1.24.0)
26
+ parser (3.3.1.0)
27
+ ast (~> 2.4.1)
28
+ racc
29
+ racc (1.7.3)
30
+ rainbow (3.1.1)
31
+ regexp_parser (2.9.2)
32
+ rexml (3.2.8)
33
+ strscan (>= 3.0.9)
34
+ rubocop (1.63.5)
35
+ json (~> 2.3)
36
+ language_server-protocol (>= 3.17.0)
37
+ parallel (~> 1.10)
38
+ parser (>= 3.3.0.2)
39
+ rainbow (>= 2.2.2, < 4.0)
40
+ regexp_parser (>= 1.8, < 3.0)
41
+ rexml (>= 3.2.5, < 4.0)
42
+ rubocop-ast (>= 1.31.1, < 2.0)
43
+ ruby-progressbar (~> 1.7)
44
+ unicode-display_width (>= 2.4.0, < 3.0)
45
+ rubocop-ast (1.31.3)
46
+ parser (>= 3.3.1.0)
47
+ ruby-progressbar (1.13.0)
48
+ schash (0.1.2)
49
+ sfl (2.3)
50
+ specinfra (2.89.0)
51
+ net-scp
52
+ net-ssh (>= 2.7)
53
+ net-telnet
54
+ sfl
55
+ strscan (3.1.0)
56
+ thor (1.3.1)
57
+ unicode-display_width (2.5.0)
58
+
59
+ PLATFORMS
60
+ x86_64-linux
61
+
62
+ DEPENDENCIES
63
+ itamae-plugin-recipe-highlight!
64
+ rubocop (~> 1.21)
65
+
66
+ BUNDLED WITH
67
+ 2.3.26
@@ -5,7 +5,7 @@ node.reverse_merge!(
5
5
  {
6
6
  highlight: {
7
7
  tmp: '/tmp',
8
- version: '4.11',
8
+ version: '4.12',
9
9
  command: 'highlight',
10
10
  verify: true,
11
11
  dependencies: {
@@ -2,7 +2,7 @@ module Itamae
2
2
  module Plugin
3
3
  module Recipe
4
4
  module Highlight
5
- VERSION = '0.4.0'
5
+ VERSION = '0.5.0'
6
6
  end
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itamae-plugin-recipe-highlight
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - gemmaro
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-29 00:00:00.000000000 Z
11
+ date: 2024-06-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: itamae
@@ -34,6 +34,7 @@ extra_rdoc_files: []
34
34
  files:
35
35
  - CHANGELOG.md
36
36
  - Gemfile
37
+ - Gemfile.lock
37
38
  - LICENSE.txt
38
39
  - README.md
39
40
  - Rakefile