characteristics 1.6.0 → 1.7.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7fecedd125ae507ff94c6083d69d6158e807b1b584fd7089d21f8f6b3aa65f86
4
- data.tar.gz: f55e3b68adaa265b670b1b94a8fb3100877f627b8ad5485a63a9501fa3be25cd
3
+ metadata.gz: 512bee28ae6c8ae61d406e20febab340a38d77f069bef6f1813ca49da9e3d635
4
+ data.tar.gz: 2a9114a55925abc016dd2b782e9756b554ba61158491ba0490b58abd4aff4223
5
5
  SHA512:
6
- metadata.gz: 8702f5559d2e71f41790481d434c1a9a95609c2d993b101a4513cf3629efbf7ad9cf960e18480a26c2b04337890bd01e3dfd6a39da3ab6fe279a7b95d957778e
7
- data.tar.gz: 00abf09a2997b0ee23b7e1c6d9b4048f58e54332ad9bd91e1bdeca3b0355f8a1bde7e539751bfac13791b756933c9302ef6960bc6a68eb73fe7b2750829f7438
6
+ metadata.gz: 85546cddf230722f37f4747f653bca4d30ebd0b9735a405850311b003863359e8492cb733869f9520123bf79b8635aa9be4a673c44587d318f2bf6e0dcfc7053
7
+ data.tar.gz: 7079389c107e3819f061d92325354f0576a26031ae24a8390d495adacc08d60e44a89186ceeda243c60dec08d6004478baf3e0bcf0924a16c702776f0c0db2bd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  ## CHANGELOG
2
2
 
3
+ ### 1.7.1
4
+
5
+ * Fixes in README and GEMSPEC
6
+ * Remove "U+110B1 Kaithi Vowel Sign I" from blanks
7
+
8
+ ### 1.7.0
9
+
10
+ * Unicode 16.0 (general categories)
11
+
3
12
  ### 1.6.0
4
13
 
5
14
  * Unicode 15.1 (general categories)
data/Gemfile.lock CHANGED
@@ -1,15 +1,15 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- characteristics (1.6.0)
5
- unicode-categories (~> 1.9)
4
+ characteristics (1.7.1)
5
+ unicode-categories (~> 1.10)
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.9.0)
12
+ unicode-categories (1.10.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.9'
22
+ gem.add_dependency 'unicode-categories', '~> 1.10'
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.6.0"
5
- UNICODE_VERSION = "15.1.0"
4
+ VERSION = "1.7.1"
5
+ UNICODE_VERSION = "16.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.6.0
4
+ version: 1.7.1
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: 2024-10-16 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.9'
19
+ version: '1.10'
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.9'
26
+ version: '1.10'
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: []
@@ -52,7 +52,7 @@ licenses:
52
52
  - MIT
53
53
  metadata:
54
54
  rubygems_mfa_required: 'true'
55
- post_install_message:
55
+ post_install_message:
56
56
  rdoc_options: []
57
57
  require_paths:
58
58
  - lib
@@ -67,8 +67,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  requirements: []
70
- rubygems_version: 3.4.4
71
- signing_key:
70
+ rubygems_version: 3.5.21
71
+ signing_key:
72
72
  specification_version: 4
73
73
  summary: Basic character properties
74
74
  test_files: