unicode-types 1.9.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: a556877568c59a20132e53c0bf723ce414b2280f3944cc2c8653afa8f92708b3
4
- data.tar.gz: f5a7dc3e9c1fcd4246b9d5cdc829602d4859b37c7d80680b3b6bcdbc1da19e77
3
+ metadata.gz: 5f4b964ccf77d5ba4d500d4f93d3751b51253ec80c6c6d084dac7da5bfe8efba
4
+ data.tar.gz: 5a2f6e989d4379d4867a99988281943d97985e2c6cb7121827733e3127d9c7b9
5
5
  SHA512:
6
- metadata.gz: 9326274b2b5990d141fa5c726bd21b1919cc98ef72195a8ab448858817db635276ec2f71c3bee61d5749b8856e5ff219a8aa61d33b33ee27c90df7557e3aa5e1
7
- data.tar.gz: 7e69e72802252216339f65e68559fa12136de8a7831414689c3a71f9828d420cf7a702bcb03b27da71f87585b3bcfcc3a427c32e660f190497b64437f1d42896
6
+ metadata.gz: 6fd610c0375dcf325b67cfa6db3aa5aaa4ff608de8a28b6bcc810eaaa598e97f247f9d67ef8c284d5525280b3638a946efadff9538a81cf639814a9d46e939eb
7
+ data.tar.gz: 5b4550a491f66fda8dca246e6597cde1a65281e4b4f4409791af5b453771d2d5c087f2dd812323533221856cc8c28ab5b82609197899a713e9c42c44c15fcc73
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  ## CHANGELOG
2
2
 
3
+ ### 1.11.0
4
+
5
+ - Unicode 17.0
6
+
7
+ ### 1.10.0
8
+
9
+ - Unicode 16.0
10
+
3
11
  ### 1.9.0
4
12
 
5
13
  - Unicode 15.1
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- unicode-types (1.9.0)
4
+ unicode-types (1.11.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -30,4 +30,4 @@ DEPENDENCIES
30
30
  unicode-types!
31
31
 
32
32
  BUNDLED WITH
33
- 2.2.13
33
+ 2.5.17
data/MIT-LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2016-2023 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
@@ -10,11 +10,7 @@ Determine the basic type of codepoints. This can be one of:
10
10
  - Noncharacter
11
11
  - Reserved
12
12
 
13
- Unicode version: **15.1.0** (September 2023)
14
-
15
- Supported Rubies: **3.2**, **3.1**, **3.0**
16
-
17
- Old Rubies that might still work: **2.X**
13
+ Unicode version: **17.0.0** (September 2025)
18
14
 
19
15
  ## Gemfile
20
16
 
@@ -43,5 +39,5 @@ See [unicode-x](https://github.com/janlelis/unicode-x) for more Unicode related
43
39
 
44
40
  ## MIT License
45
41
 
46
- - Copyright (C) 2016-2023 Jan Lelis <https://janlelis.com>. Released under the MIT license.
42
+ - Copyright (C) 2016-2025 Jan Lelis <https://janlelis.com>. Released under the MIT license.
47
43
  - Unicode data: http://www.unicode.org/copyright.html#Exhibit1
Binary file
@@ -2,8 +2,8 @@
2
2
 
3
3
  module Unicode
4
4
  module Types
5
- VERSION = "1.9.0"
6
- UNICODE_VERSION = "15.1.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 + "/types.marshal.gz").freeze
9
9
  end
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unicode-types
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Lelis
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-01 00:00:00.000000000 Z
11
+ date: 2025-09-09 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: "[Unicode 15.1.0] Determines the very basic type of codepoints (one of:
13
+ description: "[Unicode 17.0.0] Determines the very basic type of codepoints (one of:
14
14
  Graphic, Format, Control, Private-use, Surrogate, Noncharacter, Reserved)"
15
15
  email:
16
16
  - hi@ruby.consulting
@@ -38,7 +38,7 @@ licenses:
38
38
  - MIT
39
39
  metadata:
40
40
  rubygems_mfa_required: 'true'
41
- post_install_message:
41
+ post_install_message:
42
42
  rdoc_options: []
43
43
  require_paths:
44
44
  - lib
@@ -53,8 +53,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  requirements: []
56
- rubygems_version: 3.4.4
57
- signing_key:
56
+ rubygems_version: 3.5.21
57
+ signing_key:
58
58
  specification_version: 4
59
59
  summary: Determines the very basic type of a code point
60
60
  test_files: