uniscribe 1.12.0 → 1.13.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: af7301f10b5e4bae9c9567e2da94d9b68db794058df5e42039d53ce8f3a9db37
4
- data.tar.gz: 1ed659b4aead18de83bf987dafde67b1525ddd1bf670e45c193cd72a343c4b2c
3
+ metadata.gz: 211f53bdff77b39efd1895027f4ad2231566a73afc41f115077f871ed46dc224
4
+ data.tar.gz: e76bdb966f0246e39ab6552436be874c682de589a43b6c09d46648b7cfc2f358
5
5
  SHA512:
6
- metadata.gz: f6312f4ef33dd4cc86f43f40488548fc066bacc7915c1f523a3e36e6a05e1604a3544370bbe76d04986d0fbd35ae91caae2dfbd43d24165691afaec0be15642e
7
- data.tar.gz: 753ec8e19f4693aaaaade629cc3c09c541ead1f16aac91763a0dd6d24e7e4328579c460213d1d9967307146506b0fb2682b49ca236155c56373de71554b88417
6
+ metadata.gz: 4e4bc6e4e83454eea7da3d0bd9045ce9a832675e901bee7a1017dedd8fc9f9266ecf2dc1e1f4f093f4b7069c2b22db4c35ac6ec161a80cc30ce0017dc5f3e6c1
7
+ data.tar.gz: 4cf5cef8633a05dc7ff0ea5c0d1f6a7d02a31c2f74fac73b149864900a51b72adb5107fa5cae3598bbbe7fd8d0a47a5d89eb46591bea151808be57b08970a121
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## CHANGELOG
2
2
 
3
+ ### 1.13.0
4
+
5
+ - Bump dependencies to Unicode 18.0
6
+
3
7
  ### 1.12.0
4
8
 
5
9
  - Bump dependencies to Unicode 17.0
data/Gemfile.lock CHANGED
@@ -1,48 +1,64 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- uniscribe (1.10.0)
5
- characteristics (~> 1.7)
4
+ uniscribe (1.13.0)
5
+ characteristics (~> 1.9)
6
6
  paint (>= 0.9, < 3.0)
7
7
  rationalist (~> 2.0, >= 2.0.1)
8
8
  symbolify (~> 1.4)
9
- unicode-display_width (~> 2.6)
10
- unicode-emoji (~> 3.5)
11
- unicode-name (~> 1.13)
12
- unicode-sequence_name (~> 1.14)
9
+ unicode-display_width (~> 3.3)
10
+ unicode-emoji (~> 4.3)
11
+ unicode-name (~> 1.15)
12
+ unicode-sequence_name (~> 1.17)
13
13
  unicode-version (~> 1.4)
14
14
 
15
15
  GEM
16
16
  remote: https://rubygems.org/
17
17
  specs:
18
- characteristics (1.7.0)
19
- unicode-categories (~> 1.10)
20
- io-console (0.7.2)
21
- irb (1.14.0)
18
+ characteristics (1.9.0)
19
+ unicode-categories (~> 1.12)
20
+ drb (2.2.3)
21
+ erb (6.0.7)
22
+ io-console (0.9.4)
23
+ irb (1.18.0)
24
+ pp (>= 0.6.0)
25
+ prism (>= 1.3.0)
22
26
  rdoc (>= 4.0.0)
23
27
  reline (>= 0.4.2)
24
- minitest (5.25.1)
28
+ logger (1.7.0)
29
+ minitest (6.0.6)
30
+ drb (~> 2.0)
31
+ prism (~> 1.5)
25
32
  paint (2.3.0)
26
- psych (5.1.2)
27
- stringio
28
- rake (13.2.1)
33
+ pp (0.6.4)
34
+ prettyprint
35
+ prettyprint (0.2.0)
36
+ prism (1.9.0)
37
+ rake (13.4.2)
29
38
  rationalist (2.0.1)
30
- rdoc (6.7.0)
31
- psych (>= 4.0.0)
32
- reline (0.5.10)
39
+ rbs (4.2.0)
40
+ logger
41
+ prism (>= 1.6.0)
42
+ tsort
43
+ rdoc (8.0.0)
44
+ erb
45
+ prism (>= 1.6.0)
46
+ rbs (>= 4.0.0)
47
+ tsort
48
+ reline (0.7.0)
33
49
  io-console (~> 0.5)
34
- stringio (3.1.1)
35
- symbolify (1.4.1)
50
+ symbolify (1.4.2)
36
51
  characteristics (>= 0.8, < 2.0)
37
- unicode-categories (1.10.0)
38
- unicode-display_width (2.6.0)
39
- unicode-emoji (3.5.0)
40
- unicode-version (~> 1.0)
41
- unicode-name (1.13.0)
42
- unicode-types (~> 1.10)
43
- unicode-sequence_name (1.14.0)
44
- unicode-types (1.10.0)
45
- unicode-version (1.4.0)
52
+ tsort (0.2.0)
53
+ unicode-categories (1.12.0)
54
+ unicode-display_width (3.3.0)
55
+ unicode-emoji (~> 4.3)
56
+ unicode-emoji (4.3.0)
57
+ unicode-name (1.15.0)
58
+ unicode-types (~> 1.12)
59
+ unicode-sequence_name (1.17.0)
60
+ unicode-types (1.12.0)
61
+ unicode-version (1.6.0)
46
62
 
47
63
  PLATFORMS
48
64
  ruby
@@ -54,4 +70,4 @@ DEPENDENCIES
54
70
  uniscribe!
55
71
 
56
72
  BUNDLED WITH
57
- 2.5.18
73
+ 4.1.0.beta1
data/MIT-LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2017-2024 Jan Lelis, https://janlelis.com
1
+ Copyright (c) 2017-2026 Jan Lelis, https://janlelis.com
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # uniscribe | Describe the Unicode [![[version]](https://badge.fury.io/rb/uniscribe.svg)](https://badge.fury.io/rb/uniscribe) [![[ci]](https://github.com/janlelis/uniscribe/workflows/Test/badge.svg)](https://github.com/janlelis/uniscribe/actions?query=workflow%3ATest)
2
2
 
3
- Describes Unicode characters with their name and shows compositions. **UNICODE 17.0**\*
3
+ Describes Unicode characters with their name and shows compositions. **UNICODE 18.0**\* (September 2026)
4
4
 
5
5
  - Helps you understand how glyphs and codepoints are structured within the data
6
6
  - Gives you the names of glyphs and codepoints, which can be used for further research
@@ -101,7 +101,7 @@ uniscribe "test strı̈ng"
101
101
 
102
102
  ## \*Notes
103
103
 
104
- Although the gem is generally up to date with Unicode 16.0, the proper detection of compositions / graphemes / combined characters [depends on your Ruby version](https://idiosyncratic-ruby.com/73-unicode-version-mapping.html):
104
+ Although the gem is generally up to date with latest Unicode data, the proper detection of compositions / graphemes / combined characters [depends on your Ruby version](https://idiosyncratic-ruby.com/73-unicode-version-mapping.html):
105
105
 
106
106
  You can run `uniscribe -v` to check for the Unicode level of your uniscribe version.
107
107
 
@@ -115,4 +115,4 @@ Also see
115
115
  - Unicode® Standard Annex #29: [Unicode Text Segmentation](https://unicode.org/reports/tr29/)
116
116
  - Talk: [Ten Unicode Characters You Should Know About as a Programmer](https://www.youtube.com/watch?v=hlryzsdGtZo)
117
117
 
118
- Copyright (C) 2017-2024 Jan Lelis <https://janlelis.com>. Released under the MIT license.
118
+ Copyright (C) 2017-2026 Jan Lelis <https://janlelis.com>. Released under the MIT license.
@@ -1,8 +1,8 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Uniscribe
4
- VERSION = "1.12.0"
4
+ VERSION = "1.13.0"
5
5
 
6
- UNICODE_VERSION = "17.0.0"
7
- EMOJI_VERSION = "17.0"
6
+ UNICODE_VERSION = "18.0.0"
7
+ EMOJI_VERSION = "18.0"
8
8
  end
data/uniscribe.gemspec CHANGED
@@ -5,8 +5,8 @@ require File.dirname(__FILE__) + "/lib/uniscribe/version"
5
5
  Gem::Specification.new do |gem|
6
6
  gem.name = "uniscribe"
7
7
  gem.version = Uniscribe::VERSION
8
- gem.summary = "Describes Unicode characters"
9
- gem.description = "Explains Unicode characters/code points: Displays their name, category, and shows compositions"
8
+ gem.summary = "[Unicode 18.0] CLI debug tool which describes Unicode characters"
9
+ gem.description = "[Unicode 18.0] CLI debug tool which explains Unicode characters/code points: It displays their name, category, and also decomposes characters made from multiple combined codepoints"
10
10
  gem.authors = ["Jan Lelis"]
11
11
  gem.email = ["hi@ruby.consulting"]
12
12
  gem.homepage = "https://github.com/janlelis/uniscribe"
@@ -14,18 +14,17 @@ Gem::Specification.new do |gem|
14
14
 
15
15
  gem.files = Dir["{**/}{.*,*}"].select{ |path| File.file?(path) && path !~ /^(pkg|screenshots)/}
16
16
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
17
- gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
18
17
  gem.require_paths = ["lib"]
19
18
  gem.metadata = { "rubygems_mfa_required" => "true" }
20
19
 
21
20
  gem.required_ruby_version = ">= 2.1"
22
- gem.add_dependency "unicode-name", "~> 1.14"
23
- gem.add_dependency "unicode-sequence_name", "~> 1.16"
24
- gem.add_dependency "unicode-display_width", "~> 3.2"
25
- gem.add_dependency "unicode-emoji", "~> 4.1"
21
+ gem.add_dependency "unicode-name", "~> 1.15"
22
+ gem.add_dependency "unicode-sequence_name", "~> 1.17"
23
+ gem.add_dependency "unicode-display_width", "~> 3.3"
24
+ gem.add_dependency "unicode-emoji", "~> 4.3"
26
25
  gem.add_dependency "unicode-version", "~> 1.4"
27
26
  gem.add_dependency "symbolify", "~> 1.4"
28
- gem.add_dependency "characteristics", "~> 1.8"
27
+ gem.add_dependency "characteristics", "~> 1.9"
29
28
  gem.add_dependency "paint", ">= 0.9", "< 3.0"
30
29
  gem.add_dependency "rationalist", "~> 2.0", ">= 2.0.1"
31
30
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uniscribe
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.0
4
+ version: 1.13.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Lelis
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-09-12 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: unicode-name
@@ -16,56 +15,56 @@ dependencies:
16
15
  requirements:
17
16
  - - "~>"
18
17
  - !ruby/object:Gem::Version
19
- version: '1.14'
18
+ version: '1.15'
20
19
  type: :runtime
21
20
  prerelease: false
22
21
  version_requirements: !ruby/object:Gem::Requirement
23
22
  requirements:
24
23
  - - "~>"
25
24
  - !ruby/object:Gem::Version
26
- version: '1.14'
25
+ version: '1.15'
27
26
  - !ruby/object:Gem::Dependency
28
27
  name: unicode-sequence_name
29
28
  requirement: !ruby/object:Gem::Requirement
30
29
  requirements:
31
30
  - - "~>"
32
31
  - !ruby/object:Gem::Version
33
- version: '1.16'
32
+ version: '1.17'
34
33
  type: :runtime
35
34
  prerelease: false
36
35
  version_requirements: !ruby/object:Gem::Requirement
37
36
  requirements:
38
37
  - - "~>"
39
38
  - !ruby/object:Gem::Version
40
- version: '1.16'
39
+ version: '1.17'
41
40
  - !ruby/object:Gem::Dependency
42
41
  name: unicode-display_width
43
42
  requirement: !ruby/object:Gem::Requirement
44
43
  requirements:
45
44
  - - "~>"
46
45
  - !ruby/object:Gem::Version
47
- version: '3.2'
46
+ version: '3.3'
48
47
  type: :runtime
49
48
  prerelease: false
50
49
  version_requirements: !ruby/object:Gem::Requirement
51
50
  requirements:
52
51
  - - "~>"
53
52
  - !ruby/object:Gem::Version
54
- version: '3.2'
53
+ version: '3.3'
55
54
  - !ruby/object:Gem::Dependency
56
55
  name: unicode-emoji
57
56
  requirement: !ruby/object:Gem::Requirement
58
57
  requirements:
59
58
  - - "~>"
60
59
  - !ruby/object:Gem::Version
61
- version: '4.1'
60
+ version: '4.3'
62
61
  type: :runtime
63
62
  prerelease: false
64
63
  version_requirements: !ruby/object:Gem::Requirement
65
64
  requirements:
66
65
  - - "~>"
67
66
  - !ruby/object:Gem::Version
68
- version: '4.1'
67
+ version: '4.3'
69
68
  - !ruby/object:Gem::Dependency
70
69
  name: unicode-version
71
70
  requirement: !ruby/object:Gem::Requirement
@@ -100,14 +99,14 @@ dependencies:
100
99
  requirements:
101
100
  - - "~>"
102
101
  - !ruby/object:Gem::Version
103
- version: '1.8'
102
+ version: '1.9'
104
103
  type: :runtime
105
104
  prerelease: false
106
105
  version_requirements: !ruby/object:Gem::Requirement
107
106
  requirements:
108
107
  - - "~>"
109
108
  - !ruby/object:Gem::Version
110
- version: '1.8'
109
+ version: '1.9'
111
110
  - !ruby/object:Gem::Dependency
112
111
  name: paint
113
112
  requirement: !ruby/object:Gem::Requirement
@@ -148,8 +147,9 @@ dependencies:
148
147
  - - ">="
149
148
  - !ruby/object:Gem::Version
150
149
  version: 2.0.1
151
- description: 'Explains Unicode characters/code points: Displays their name, category,
152
- and shows compositions'
150
+ description: "[Unicode 18.0] CLI debug tool which explains Unicode characters/code
151
+ points: It displays their name, category, and also decomposes characters made from
152
+ multiple combined codepoints"
153
153
  email:
154
154
  - hi@ruby.consulting
155
155
  executables:
@@ -176,7 +176,6 @@ licenses:
176
176
  - MIT
177
177
  metadata:
178
178
  rubygems_mfa_required: 'true'
179
- post_install_message:
180
179
  rdoc_options: []
181
180
  require_paths:
182
181
  - lib
@@ -191,9 +190,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
191
190
  - !ruby/object:Gem::Version
192
191
  version: '0'
193
192
  requirements: []
194
- rubygems_version: 3.5.21
195
- signing_key:
193
+ rubygems_version: 4.0.20
196
194
  specification_version: 4
197
- summary: Describes Unicode characters
198
- test_files:
199
- - spec/uniscribe_spec.rb
195
+ summary: "[Unicode 18.0] CLI debug tool which describes Unicode characters"
196
+ test_files: []