unicode-categories 1.1.2 → 1.2.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 +4 -4
- data/CHANGELOG.md +5 -1
- data/README.md +1 -1
- data/data/categories.marshal.gz +0 -0
- data/lib/unicode/categories/constants.rb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 73b2391085ed1fae61cdf387d7f2521de2d6c073
|
|
4
|
+
data.tar.gz: d2c47f5a3ef1c6e9d83b7ae3d47a9e0ce9f3f748
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ea80f737455a693d1910071e0cd1c329725ec16f38bcf532f7ebd787eb8c5d2454762b8ea0ef1494de7625086775ea5d4d610cf6def44e8be5ed6ede895fac9b
|
|
7
|
+
data.tar.gz: 9ab60811dbc754634f57bf243b73f8b49188c5c451ad2dc554bce8f7237508cdaf0a96cdf7840d389a75e49badb5b61a50b610efc37c6097725efd26ad7ee231
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
data/data/categories.marshal.gz
CHANGED
|
Binary file
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
module Unicode
|
|
2
2
|
module Categories
|
|
3
|
-
VERSION = "1.
|
|
4
|
-
UNICODE_VERSION = "
|
|
3
|
+
VERSION = "1.2.0".freeze
|
|
4
|
+
UNICODE_VERSION = "10.0.0".freeze
|
|
5
5
|
DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + '/../../../data/').freeze
|
|
6
6
|
INDEX_FILENAME = (DATA_DIRECTORY + '/categories.marshal.gz').freeze
|
|
7
7
|
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.
|
|
4
|
+
version: 1.2.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: 2017-
|
|
11
|
+
date: 2017-06-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
|
-
description: "[Unicode
|
|
13
|
+
description: "[Unicode 10.0.0] Determine which Unicode General Categories a string
|
|
14
14
|
belongs to."
|
|
15
15
|
email:
|
|
16
16
|
- mail@janlelis.de
|
|
@@ -54,7 +54,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
54
54
|
version: '0'
|
|
55
55
|
requirements: []
|
|
56
56
|
rubyforge_project:
|
|
57
|
-
rubygems_version: 2.6.
|
|
57
|
+
rubygems_version: 2.6.11
|
|
58
58
|
signing_key:
|
|
59
59
|
specification_version: 4
|
|
60
60
|
summary: Determine the Unicode General Categories of a string.
|