unicode-x 1.4.0 → 1.4.1
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 +5 -5
- data/CHANGELOG.md +5 -1
- data/README.md +2 -2
- data/lib/unicode/x/version.rb +3 -1
- data/unicode-x.gemspec +1 -1
- metadata +5 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 92d547e882d0bbe143dbb7c174df13f96816f8f9748c3220ad40245172f89bff
|
|
4
|
+
data.tar.gz: c8d452c98c584d76957d98e3fad43ac7c5e6c5529a55d93c18625c5287f8267a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bfeb0abbe876d2b24a4a17af7572e209e5fd0ee3029382ec576979876276812302c2e5d80837189b1e80af7dda2e6f4a38720ead8e3f85c2b0a7fe7a5c01a757
|
|
7
|
+
data.tar.gz: 4747ac4b5a48634a6a1be1ff916936f71704e83af6291672d84e0ab0c4ff382f02790c91629d488a109aa801b47b2316834b0d5fa8e1ad6b337a9f0f3470829a
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Unicode::X [![[version]](https://badge.fury.io/rb/unicode-x.svg)](
|
|
1
|
+
# Unicode::X [![[version]](https://badge.fury.io/rb/unicode-x.svg)](https://badge.fury.io/rb/unicode-x)
|
|
2
2
|
|
|
3
3
|
A collection of specific micro libraries providing data and algorithms that might be handy when working with Unicode characters in Ruby:
|
|
4
4
|
|
|
@@ -10,7 +10,7 @@ Library | Info
|
|
|
10
10
|
[unicode-emoji](https://github.com/janlelis/unicode-emoji) | Emoji data and regex
|
|
11
11
|
[unicode-display_width](https://github.com/janlelis/unicode-display_width) | Monospace character width
|
|
12
12
|
[unicode-name](https://github.com/janlelis/unicode-name) | Unicode codepoint name/alias/label
|
|
13
|
-
[unicode_normalize](https://github.com/ruby/ruby/blob/trunk/lib/unicode_normalize.rb) | Unicode normalization (from **stdlib**)
|
|
13
|
+
[unicode_normalize](https://github.com/ruby/ruby/blob/trunk/lib/unicode_normalize/normalize.rb) | Unicode normalization (from **stdlib**)
|
|
14
14
|
[unicode-numeric_value](https://github.com/janlelis/unicode-numeric_value) | Convert a Unicode character into its numeric value
|
|
15
15
|
[unicode-scripts](https://github.com/janlelis/unicode-scripts) | Scripts and Script_Extensions
|
|
16
16
|
[unicode-sequence_name](https://github.com/janlelis/unicode-sequence_name) | Codepoint sequence names
|
data/lib/unicode/x/version.rb
CHANGED
data/unicode-x.gemspec
CHANGED
|
@@ -21,7 +21,7 @@ Gem::Specification.new do |gem|
|
|
|
21
21
|
gem.add_dependency "unicode-blocks", "~> 1.2"
|
|
22
22
|
gem.add_dependency "unicode-categories", "~> 1.2"
|
|
23
23
|
gem.add_dependency "unicode-confusable", "~> 1.2"
|
|
24
|
-
gem.add_dependency "unicode-emoji", "<
|
|
24
|
+
gem.add_dependency "unicode-emoji", "< 3.0"
|
|
25
25
|
gem.add_dependency "unicode-display_width", "~> 1.3"
|
|
26
26
|
gem.add_dependency "unicode-name", "~> 1.5"
|
|
27
27
|
gem.add_dependency "unicode-numeric_value", "~> 1.3"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: unicode-x
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.4.
|
|
4
|
+
version: 1.4.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:
|
|
11
|
+
date: 2019-02-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: unicode-blocks
|
|
@@ -58,14 +58,14 @@ dependencies:
|
|
|
58
58
|
requirements:
|
|
59
59
|
- - "<"
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: '
|
|
61
|
+
version: '3.0'
|
|
62
62
|
type: :runtime
|
|
63
63
|
prerelease: false
|
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|
|
66
66
|
- - "<"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
|
-
version: '
|
|
68
|
+
version: '3.0'
|
|
69
69
|
- !ruby/object:Gem::Dependency
|
|
70
70
|
name: unicode-display_width
|
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -184,8 +184,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
184
184
|
- !ruby/object:Gem::Version
|
|
185
185
|
version: '0'
|
|
186
186
|
requirements: []
|
|
187
|
-
|
|
188
|
-
rubygems_version: 2.6.11
|
|
187
|
+
rubygems_version: 3.0.1
|
|
189
188
|
signing_key:
|
|
190
189
|
specification_version: 4
|
|
191
190
|
summary: unicode-x
|