hilighter 1.5.9 → 1.6.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
- data/bin/hilight +0 -1
- data/bin/hl +0 -1
- metadata +16 -19
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d731e03a2a3b55af6ab616ee8a5a32ea618fc345890f41fb600be6bbb84abc34
|
|
4
|
+
data.tar.gz: 0252e5b81ab6c826f6883c5dda890ed1588a583a61a329d27b39ced292f4bab9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 61cedb12b5f6a7c1f052bad1f02ac92171b050c79cd348173dba15f157feefe02f1e5179eb5cdf92fb3e5a824db230e68ae3daa5913780af5369265e182005d2
|
|
7
|
+
data.tar.gz: 225578b5f94400cd16fe1d94b382fa9c8bda98fc98a3fa9c76da1851bac90c32efb2de7d89df308ef4f5117ed683ca2ed3a9ee0a7b027ea3857b649ed9a74134
|
data/bin/hilight
CHANGED
data/bin/hl
CHANGED
metadata
CHANGED
|
@@ -1,41 +1,40 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hilighter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.6.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Miles Whittaker
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 2026-09-17 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: rake
|
|
15
14
|
requirement: !ruby/object:Gem::Requirement
|
|
16
15
|
requirements:
|
|
17
|
-
- - ">="
|
|
18
|
-
- !ruby/object:Gem::Version
|
|
19
|
-
version: 13.0.0
|
|
20
16
|
- - "~>"
|
|
21
17
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: '13.
|
|
18
|
+
version: '13.4'
|
|
19
|
+
- - ">="
|
|
20
|
+
- !ruby/object:Gem::Version
|
|
21
|
+
version: 13.4.2
|
|
23
22
|
type: :development
|
|
24
23
|
prerelease: false
|
|
25
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
25
|
requirements:
|
|
27
|
-
- - ">="
|
|
28
|
-
- !ruby/object:Gem::Version
|
|
29
|
-
version: 13.0.0
|
|
30
26
|
- - "~>"
|
|
31
27
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: '13.
|
|
28
|
+
version: '13.4'
|
|
29
|
+
- - ">="
|
|
30
|
+
- !ruby/object:Gem::Version
|
|
31
|
+
version: 13.4.2
|
|
33
32
|
description: Adds color methods to String class. Also allows for string wrapping that
|
|
34
33
|
accounts for color escape codes.
|
|
35
34
|
email: mj@whitta.dev
|
|
36
35
|
executables:
|
|
37
|
-
- hl
|
|
38
36
|
- hilight
|
|
37
|
+
- hl
|
|
39
38
|
extensions: []
|
|
40
39
|
extra_rdoc_files: []
|
|
41
40
|
files:
|
|
@@ -45,12 +44,11 @@ files:
|
|
|
45
44
|
- lib/hilighter/codes.rb
|
|
46
45
|
- lib/hilighter/methods.rb
|
|
47
46
|
- lib/string.rb
|
|
48
|
-
homepage: https://
|
|
47
|
+
homepage: https://github.com/mjwhitta/hilighter/tree/ruby
|
|
49
48
|
licenses:
|
|
50
|
-
- GPL-3.0
|
|
49
|
+
- GPL-3.0-or-later
|
|
51
50
|
metadata:
|
|
52
|
-
source_code_uri: https://
|
|
53
|
-
post_install_message:
|
|
51
|
+
source_code_uri: https://github.com/mjwhitta/hilighter/tree/ruby
|
|
54
52
|
rdoc_options: []
|
|
55
53
|
require_paths:
|
|
56
54
|
- lib
|
|
@@ -58,15 +56,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
58
56
|
requirements:
|
|
59
57
|
- - ">="
|
|
60
58
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: '
|
|
59
|
+
version: '3.2'
|
|
62
60
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
63
61
|
requirements:
|
|
64
62
|
- - ">="
|
|
65
63
|
- !ruby/object:Gem::Version
|
|
66
64
|
version: '0'
|
|
67
65
|
requirements: []
|
|
68
|
-
rubygems_version: 3.
|
|
69
|
-
signing_key:
|
|
66
|
+
rubygems_version: 3.6.9
|
|
70
67
|
specification_version: 4
|
|
71
68
|
summary: Adds color methods to String class
|
|
72
69
|
test_files: []
|