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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/hilight +0 -1
  3. data/bin/hl +0 -1
  4. metadata +16 -19
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 38a7e41d03cc21a6083c092f0e067b0ce7fb70e179a94a4d680bff20f07c3833
4
- data.tar.gz: 8e817d830d790589ca99fe8e11caf3c0cec1a6eda9439c52f52692d321de4818
3
+ metadata.gz: d731e03a2a3b55af6ab616ee8a5a32ea618fc345890f41fb600be6bbb84abc34
4
+ data.tar.gz: 0252e5b81ab6c826f6883c5dda890ed1588a583a61a329d27b39ced292f4bab9
5
5
  SHA512:
6
- metadata.gz: a828064e051c5f144a3af6b7a48bf321ef6bd2b866f879e4d4fafe9e815eac62893746ae5277d60a42b6a49eda2f4a72976151fab9bd0f44fc02d41febe3f989
7
- data.tar.gz: 61ac2c722528eef80206714b29f1c6f57c2f1ca7790354a2228f1c18647e6cbbecd1f52924d2c6bb582988560494974a9942c31e60a628888e3bf75f239fe459
6
+ metadata.gz: 61cedb12b5f6a7c1f052bad1f02ac92171b050c79cd348173dba15f157feefe02f1e5179eb5cdf92fb3e5a824db230e68ae3daa5913780af5369265e182005d2
7
+ data.tar.gz: 225578b5f94400cd16fe1d94b382fa9c8bda98fc98a3fa9c76da1851bac90c32efb2de7d89df308ef4f5117ed683ca2ed3a9ee0a7b027ea3857b649ed9a74134
data/bin/hilight CHANGED
@@ -1,7 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  require "hilighter"
4
- require "io/wait"
5
4
  require "optparse"
6
5
 
7
6
  ### Helpers begin
data/bin/hl CHANGED
@@ -1,7 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  require "hilighter"
4
- require "io/wait"
5
4
  require "optparse"
6
5
 
7
6
  ### Helpers begin
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.5.9
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: 2019-12-11 00:00:00.000000000 Z
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.0'
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.0'
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://gitlab.com/mjwhitta/hilighter/tree/ruby
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://gitlab.com/mjwhitta/hilighter/tree/ruby
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: '0'
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.0.6
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: []