characteristics 1.7.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: 53ec285345d6fe5c143fa5bf7477498cb828dff6d9aed6901bb4d8f940673f3e
4
- data.tar.gz: 27b32b6f5d0357ef34680e33b439b88d935152ca70b6816ddfd533c5d6d4fca4
3
+ metadata.gz: 512bee28ae6c8ae61d406e20febab340a38d77f069bef6f1813ca49da9e3d635
4
+ data.tar.gz: 2a9114a55925abc016dd2b782e9756b554ba61158491ba0490b58abd4aff4223
5
5
  SHA512:
6
- metadata.gz: cbfca8c69c7eecbd5a360c8579f57ab0da563d1536f2b5a92fd7530c70476ab09f746e4e08338ae273aad54a7f144ce9fb1169b152af8d0e45a7a6532267b1b8
7
- data.tar.gz: a75361b98f1672486b4a75828f830baa0ee41d0486d641dea1a08c2b73964b96b5b256eaeeb58cfcf00dfafdcfc75ecf9562cff8553ba19f7ac0130eae9bf41a
6
+ metadata.gz: 85546cddf230722f37f4747f653bca4d30ebd0b9735a405850311b003863359e8492cb733869f9520123bf79b8635aa9be4a673c44587d318f2bf6e0dcfc7053
7
+ data.tar.gz: 7079389c107e3819f061d92325354f0576a26031ae24a8390d495adacc08d60e44a89186ceeda243c60dec08d6004478baf3e0bcf0924a16c702776f0c0db2bd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
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
+
3
8
  ### 1.7.0
4
9
 
5
10
  * Unicode 16.0 (general categories)
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- characteristics (1.7.0)
4
+ characteristics (1.7.1)
5
5
  unicode-categories (~> 1.10)
6
6
 
7
7
  GEM
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
 
@@ -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"
4
+ VERSION = "1.7.1"
5
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.7.0
4
+ version: 1.7.1
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: 2024-10-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: unicode-categories
@@ -26,7 +26,7 @@ dependencies:
26
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: []
@@ -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