unicode-categories 1.11.0 → 1.12.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: 64b037a99779ad85683b33a52abcb0bbd6d1ba931340440ff5272643925debd9
4
- data.tar.gz: a9927d075104d0a34b41781fc4322589ec82a2e6233becdb5f2837cbeba8725a
3
+ metadata.gz: 449c27f593b92f3e33e56fea1c70fea0ea33b98bf9387e4eb9f420ab0cf148fd
4
+ data.tar.gz: 574f7decc842d65ea8873d09e289a34d0224c8b435500d826db8308e66335615
5
5
  SHA512:
6
- metadata.gz: fe2748cfff8d292c26ad9c677a7b7425afb4cb07a8d710262027da2e567aa49278b69d2a4346d98e04d18f168d304bf37d142e68e2746637472ed2a056ea948a
7
- data.tar.gz: 0026fa3bbd21728c1c846781f5784df3dcd2c51e6bdb490919abf3bd8723d2588a7fb2be93581117b31cf518a44498dabb35c8bc8d7313bb1a204b6550e02239
6
+ metadata.gz: 01cabb9bfb7870c67e81100345f7f8334f8492af64962cc9f96ede978a42c88e0eed46464ff3c5b22f14e409ecabb0d17c33f5ac2306ec457152a97a5e8f05f4
7
+ data.tar.gz: 05b4e156608e7cab58792c71fbd3cbe3bf1d87b202dda0a2401b190e3f806222b183064153aeaf4fcdfac704b01a9b3d6f717ce9f031c9a5950b704abdc28c2d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## CHANGELOG
2
2
 
3
+ ### 1.12.0
4
+
5
+ - Unicode 18.0
6
+
3
7
  ### 1.11.0
4
8
 
5
9
  - Unicode 17.0
data/Gemfile CHANGED
@@ -3,5 +3,6 @@ source 'https://rubygems.org'
3
3
  gemspec
4
4
 
5
5
  gem 'minitest'
6
+ gem 'minitest-mock'
6
7
  gem 'rake'
7
- gem 'irb' unless RUBY_ENGINE == "jruby"
8
+ gem 'irb'
data/MIT-LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2016-2025 Jan Lelis, https://janlelis.com
1
+ Copyright (c) 2016-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
@@ -2,7 +2,7 @@
2
2
 
3
3
  Returns a list which [General Categories](https://en.wikipedia.org/wiki/Unicode_character_property#General_Category) a Unicode string belongs to.
4
4
 
5
- Unicode version: **17.0.0** (September 2025)
5
+ Unicode version: **18.0.0** (September 2026)
6
6
 
7
7
  ## Gemfile
8
8
 
@@ -91,6 +91,6 @@ See [unicode-x](https://github.com/janlelis/unicode-x) for more Unicode related
91
91
 
92
92
  ## MIT License
93
93
 
94
- - Copyright (C) 2016-2025 Jan Lelis <https://janlelis.com>. Released under the MIT license.
94
+ - Copyright (C) 2016-2026 Jan Lelis <https://janlelis.com>. Released under the MIT license.
95
95
  - Unicode data: https://www.unicode.org/copyright.html#Exhibit1
96
96
 
Binary file
@@ -2,8 +2,8 @@
2
2
 
3
3
  module Unicode
4
4
  module Categories
5
- VERSION = "1.11.0"
6
- UNICODE_VERSION = "17.0.0"
5
+ VERSION = "1.12.0"
6
+ UNICODE_VERSION = "18.0.0"
7
7
  DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + "/../../../data/").freeze
8
8
  INDEX_FILENAME = (DATA_DIRECTORY + "/categories.marshal.gz").freeze
9
9
  end
@@ -1,5 +1,6 @@
1
1
  require_relative "../lib/unicode/categories"
2
2
  require "minitest/autorun"
3
+ require "minitest/mock"
3
4
 
4
5
  describe Unicode::Categories do
5
6
  describe ".categories (alias .of)" do
metadata CHANGED
@@ -1,16 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unicode-categories
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.11.0
4
+ version: 1.12.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-09 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies: []
13
- description: '[Unicode 17.0.0] Determine which Unicode "General Categories" a string
12
+ description: '[Unicode 18.0.0] Determine which Unicode "General Categories" a string
14
13
  belongs to'
15
14
  email:
16
15
  - hi@ruby.consulting
@@ -38,7 +37,6 @@ licenses:
38
37
  - MIT
39
38
  metadata:
40
39
  rubygems_mfa_required: 'true'
41
- post_install_message:
42
40
  rdoc_options: []
43
41
  require_paths:
44
42
  - lib
@@ -53,8 +51,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
53
51
  - !ruby/object:Gem::Version
54
52
  version: '0'
55
53
  requirements: []
56
- rubygems_version: 3.5.21
57
- signing_key:
54
+ rubygems_version: 4.0.21
58
55
  specification_version: 4
59
56
  summary: Determine the Unicode General Categories of a string
60
57
  test_files: