unicode-categories 1.10.0 → 1.11.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: 63ce4cd0ad5560588ef864f3b52763196b1eb17b8e83eab0a1644bb0fa848a32
4
- data.tar.gz: 6d6df8e8d4b29217a46eae4a638db9fc6507f39413a3816dea065a7d33cdd097
3
+ metadata.gz: 64b037a99779ad85683b33a52abcb0bbd6d1ba931340440ff5272643925debd9
4
+ data.tar.gz: a9927d075104d0a34b41781fc4322589ec82a2e6233becdb5f2837cbeba8725a
5
5
  SHA512:
6
- metadata.gz: d4b3ae3cdde9eeb55fdc9f87efe4975f334b122c9a36cd4dd986304cc14120ad4f9a13dfc9037c6a68a056270715de4d87922c4703808afad29e0dffa9bc86e9
7
- data.tar.gz: bf58113ecde0d96ff8604b5a64eba91a19877dec838b7eb206b83aef2d099ee376bcec84e840f279684c651b2f032ab4e415fa69c21b3f0f02dc68f226aeb2ee
6
+ metadata.gz: fe2748cfff8d292c26ad9c677a7b7425afb4cb07a8d710262027da2e567aa49278b69d2a4346d98e04d18f168d304bf37d142e68e2746637472ed2a056ea948a
7
+ data.tar.gz: 0026fa3bbd21728c1c846781f5784df3dcd2c51e6bdb490919abf3bd8723d2588a7fb2be93581117b31cf518a44498dabb35c8bc8d7313bb1a204b6550e02239
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## CHANGELOG
2
2
 
3
+ ### 1.11.0
4
+
5
+ - Unicode 17.0
6
+
3
7
  ### 1.10.0
4
8
 
5
9
  - Unicode 16.0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- unicode-categories (1.10.0)
4
+ unicode-categories (1.11.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/MIT-LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2016-2024 Jan Lelis, https://janlelis.com
1
+ Copyright (c) 2016-2025 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,11 +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: **16.0.0** (September 2024)
6
-
7
- Supported Rubies: **3.3**, **3.2**, **3.1**, **3.0**
8
-
9
- Old Rubies that might still work: **2.7**, **2.6**, **2.5**, **2.4**, **2.3**, **2.X**
5
+ Unicode version: **17.0.0** (September 2025)
10
6
 
11
7
  ## Gemfile
12
8
 
@@ -95,6 +91,6 @@ See [unicode-x](https://github.com/janlelis/unicode-x) for more Unicode related
95
91
 
96
92
  ## MIT License
97
93
 
98
- - Copyright (C) 2016-2024 Jan Lelis <https://janlelis.com>. Released under the MIT license.
94
+ - Copyright (C) 2016-2025 Jan Lelis <https://janlelis.com>. Released under the MIT license.
99
95
  - Unicode data: https://www.unicode.org/copyright.html#Exhibit1
100
96
 
Binary file
@@ -2,8 +2,8 @@
2
2
 
3
3
  module Unicode
4
4
  module Categories
5
- VERSION = "1.10.0"
6
- UNICODE_VERSION = "16.0.0"
5
+ VERSION = "1.11.0"
6
+ UNICODE_VERSION = "17.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
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unicode-categories
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.0
4
+ version: 1.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Lelis
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-13 00:00:00.000000000 Z
11
+ date: 2025-09-09 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: '[Unicode 16.0.0] Determine which Unicode "General Categories" a string
13
+ description: '[Unicode 17.0.0] Determine which Unicode "General Categories" a string
14
14
  belongs to'
15
15
  email:
16
16
  - hi@ruby.consulting
@@ -53,7 +53,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  requirements: []
56
- rubygems_version: 3.5.9
56
+ rubygems_version: 3.5.21
57
57
  signing_key:
58
58
  specification_version: 4
59
59
  summary: Determine the Unicode General Categories of a string