characteristics 1.7.0 → 1.8.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: 53ec285345d6fe5c143fa5bf7477498cb828dff6d9aed6901bb4d8f940673f3e
4
- data.tar.gz: 27b32b6f5d0357ef34680e33b439b88d935152ca70b6816ddfd533c5d6d4fca4
3
+ metadata.gz: 3d1fdeb26953b668bf94bd3bcfe879f5af042c3bd7086155a69d793612fa313c
4
+ data.tar.gz: f87c75dde33b6c969b645c00779f07349f58ec9255cd5c24e80f51d8fc4a3902
5
5
  SHA512:
6
- metadata.gz: cbfca8c69c7eecbd5a360c8579f57ab0da563d1536f2b5a92fd7530c70476ab09f746e4e08338ae273aad54a7f144ce9fb1169b152af8d0e45a7a6532267b1b8
7
- data.tar.gz: a75361b98f1672486b4a75828f830baa0ee41d0486d641dea1a08c2b73964b96b5b256eaeeb58cfcf00dfafdcfc75ecf9562cff8553ba19f7ac0130eae9bf41a
6
+ metadata.gz: 9dabfaf25b4b7d8cb3b5813d19498d907e5d8cf43adf1e08a49c7b2ea3cc78f42b36a2fb2bfcfea7068cece4f1db6c47ceeebe5e00aa915d8baa13fbe05bb583
7
+ data.tar.gz: facd39f34d55d357d99706529dfa66a00a4724968011b30e5fee0bbce7363fcb1aa7abdac27392eee917100deeb1e53e0a16674448a8202db661ebf0ffab76a1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  ## CHANGELOG
2
2
 
3
+ ### 1.8.0
4
+
5
+ * Unicode 17.0 (general categories)
6
+
7
+ ### 1.7.1
8
+
9
+ * Fixes in README and GEMSPEC
10
+ * Remove "U+110B1 Kaithi Vowel Sign I" from blanks
11
+
3
12
  ### 1.7.0
4
13
 
5
14
  * Unicode 16.0 (general categories)
data/Gemfile.lock CHANGED
@@ -1,15 +1,15 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- characteristics (1.7.0)
5
- unicode-categories (~> 1.10)
4
+ characteristics (1.8.0)
5
+ unicode-categories (~> 1.11)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
10
  minitest (5.20.0)
11
11
  rake (13.0.6)
12
- unicode-categories (1.10.0)
12
+ unicode-categories (1.11.0)
13
13
 
14
14
  PLATFORMS
15
15
  ruby
data/MIT-LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2017-2022 Jan Lelis, https://janlelis.com
1
+ Copyright (c) 2017-2024 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
@@ -108,14 +108,10 @@ This flag is *true* only for special formatting characters, which are not contro
108
108
 
109
109
  **true** if codepoint will never be assigned in a future standard of Unicode.
110
110
 
111
- ## Todo
112
-
113
- - Support all non-dummy encodings that Ruby supports
114
-
115
111
  ## Also See
116
112
 
117
113
  - [Symbolify](https://github.com/janlelis/symbolify)
118
114
 
119
115
  ## MIT License
120
116
 
121
- Copyright (C) 2017-2022 Jan Lelis <https://janlelis.com>. Released under the MIT license.
117
+ Copyright (C) 2017-2024 Jan Lelis <https://janlelis.com>. Released under the MIT license.
@@ -8,7 +8,7 @@ Gem::Specification.new do |gem|
8
8
  gem.summary = "Basic character properties"
9
9
  gem.description = "Provides basic information about how characters behave in different encodings"
10
10
  gem.authors = ["Jan Lelis"]
11
- gem.email = ["hi@ruby.consulting.com"]
11
+ gem.email = ["hi@ruby.consulting"]
12
12
  gem.homepage = "https://github.com/janlelis/characteristics"
13
13
  gem.license = "MIT"
14
14
 
@@ -19,5 +19,5 @@ Gem::Specification.new do |gem|
19
19
  gem.metadata = { "rubygems_mfa_required" => "true" }
20
20
 
21
21
  gem.required_ruby_version = ">= 2.0"
22
- gem.add_dependency 'unicode-categories', '~> 1.10'
22
+ gem.add_dependency 'unicode-categories', '~> 1.11'
23
23
  end
@@ -54,7 +54,6 @@ class UnicodeCharacteristics < Characteristics
54
54
  0x3164,
55
55
  0xFEFF,
56
56
  0xFFA0,
57
- 0x110B1,
58
57
  0x1BCA0,
59
58
  0x1BCA1,
60
59
  0x1BCA2,
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class Characteristics
4
- VERSION = "1.7.0"
5
- UNICODE_VERSION = "16.0.0"
4
+ VERSION = "1.8.0"
5
+ UNICODE_VERSION = "17.0.0"
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: characteristics
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.8.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-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: unicode-categories
@@ -16,17 +16,17 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.10'
19
+ version: '1.11'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '1.10'
26
+ version: '1.11'
27
27
  description: Provides basic information about how characters behave in different encodings
28
28
  email:
29
- - hi@ruby.consulting.com
29
+ - hi@ruby.consulting
30
30
  executables: []
31
31
  extensions: []
32
32
  extra_rdoc_files: []
@@ -67,7 +67,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  requirements: []
70
- rubygems_version: 3.5.9
70
+ rubygems_version: 3.5.21
71
71
  signing_key:
72
72
  specification_version: 4
73
73
  summary: Basic character properties