unicode-x 12.1.0 → 13.0.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/.unicode-x.gemspec.swp +0 -0
- data/CHANGELOG.md +4 -0
- data/README.md +1 -1
- data/lib/unicode/x/version.rb +2 -2
- data/unicode-x.gemspec +3 -3
- metadata +8 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2c0d4716428b34890a1e0d145ad57c472b9b4496d51bf30056a32b4545ee16d8
|
|
4
|
+
data.tar.gz: 18e7ee30c867024f231f65c56cf18ec057aa9a6b358862f9b61a47264708c654
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fdb695c063cee1ca3c60a5ca7725913597b710aa3104ed6b4776d2e936c48a0d7255b2f9fe6cdee026d83239dc490a42af7183b651f35bf56c8dde630cee0503
|
|
7
|
+
data.tar.gz: c182b560f73e0916ebde1100b9cc54f7ed9d0637ccd9976aee269bc3849d7f6f2a0362900d80ad79c5b704f44707a6a995186d1f82350fb404b40ada98fa140a
|
|
Binary file
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Unicode::X
|
|
1
|
+
# Unicode::X 13 [![[version]](https://badge.fury.io/rb/unicode-x.svg)](https://badge.fury.io/rb/unicode-x)
|
|
2
2
|
|
|
3
3
|
**Unicodex** is a collection of choose-what-you-need style Unicode libraries for Ruby.
|
|
4
4
|
|
data/lib/unicode/x/version.rb
CHANGED
data/unicode-x.gemspec
CHANGED
|
@@ -6,9 +6,9 @@ Gem::Specification.new do |gem|
|
|
|
6
6
|
gem.name = "unicode-x"
|
|
7
7
|
gem.version = Unicode::X::VERSION
|
|
8
8
|
gem.summary = "unicode-x"
|
|
9
|
-
gem.description = "A collection of micro libraries
|
|
9
|
+
gem.description = "A collection of micro libraries which provide data and algorithms for working with Unicode"
|
|
10
10
|
gem.authors = ["Jan Lelis"]
|
|
11
|
-
gem.email = ["
|
|
11
|
+
gem.email = ["hi@ruby.consulting"]
|
|
12
12
|
gem.homepage = "https://github.com/janlelis/unicode-x"
|
|
13
13
|
gem.license = "MIT"
|
|
14
14
|
|
|
@@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
|
|
|
17
17
|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
|
18
18
|
gem.require_paths = ["lib"]
|
|
19
19
|
|
|
20
|
-
gem.required_ruby_version = "
|
|
20
|
+
gem.required_ruby_version = ">= 2.0"
|
|
21
21
|
|
|
22
22
|
gem.add_dependency "unicode-blocks", ">= 1.5", "< 2.0"
|
|
23
23
|
gem.add_dependency "unicode-categories", ">= 1.5", "< 2.0"
|
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:
|
|
4
|
+
version: 13.0.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:
|
|
11
|
+
date: 2020-03-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: unicode-blocks
|
|
@@ -210,15 +210,16 @@ dependencies:
|
|
|
210
210
|
- - "<"
|
|
211
211
|
- !ruby/object:Gem::Version
|
|
212
212
|
version: '2.0'
|
|
213
|
-
description: A collection of micro libraries
|
|
214
|
-
|
|
213
|
+
description: A collection of micro libraries which provide data and algorithms for
|
|
214
|
+
working with Unicode
|
|
215
215
|
email:
|
|
216
|
-
-
|
|
216
|
+
- hi@ruby.consulting
|
|
217
217
|
executables: []
|
|
218
218
|
extensions: []
|
|
219
219
|
extra_rdoc_files: []
|
|
220
220
|
files:
|
|
221
221
|
- ".gitignore"
|
|
222
|
+
- ".unicode-x.gemspec.swp"
|
|
222
223
|
- CHANGELOG.md
|
|
223
224
|
- Gemfile
|
|
224
225
|
- Gemfile.lock
|
|
@@ -237,7 +238,7 @@ require_paths:
|
|
|
237
238
|
- lib
|
|
238
239
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
239
240
|
requirements:
|
|
240
|
-
- - "
|
|
241
|
+
- - ">="
|
|
241
242
|
- !ruby/object:Gem::Version
|
|
242
243
|
version: '2.0'
|
|
243
244
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
@@ -246,7 +247,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
246
247
|
- !ruby/object:Gem::Version
|
|
247
248
|
version: '0'
|
|
248
249
|
requirements: []
|
|
249
|
-
rubygems_version: 3.
|
|
250
|
+
rubygems_version: 3.1.2
|
|
250
251
|
signing_key:
|
|
251
252
|
specification_version: 4
|
|
252
253
|
summary: unicode-x
|