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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d11b4e89d77636eceab6b7ce173b60879b62e988d7608bb6b8d34bd4aeb4fc61
4
- data.tar.gz: 696e276916d43a667c952fc94c04cbb58abc0d808b09e4735614ce7082b15c1a
3
+ metadata.gz: 2c0d4716428b34890a1e0d145ad57c472b9b4496d51bf30056a32b4545ee16d8
4
+ data.tar.gz: 18e7ee30c867024f231f65c56cf18ec057aa9a6b358862f9b61a47264708c654
5
5
  SHA512:
6
- metadata.gz: b0c89e27855708d977a415806a489cefc0d7cc165e611348e2c8994d00e5a8cca3bc797466ebfe2fe6dfaf23e18cc584dbcbd1d5972ca19112b2e4a0c8564530
7
- data.tar.gz: 55eb7270376f93dcca6acfcc09b80d4f99d5727a9e533cdff9598ddc3765f0150c177b5af6bbb6377d38be7761fc7e0f821086eaed5f2b069318db79ec616c22
6
+ metadata.gz: fdb695c063cee1ca3c60a5ca7725913597b710aa3104ed6b4776d2e936c48a0d7255b2f9fe6cdee026d83239dc490a42af7183b651f35bf56c8dde630cee0503
7
+ data.tar.gz: c182b560f73e0916ebde1100b9cc54f7ed9d0637ccd9976aee269bc3849d7f6f2a0362900d80ad79c5b704f44707a6a995186d1f82350fb404b40ada98fa140a
Binary file
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 13.0.0
4
+
5
+ - Unicode 13
6
+
3
7
  ## 12.1.0
4
8
 
5
9
  - Unicode 12.1
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Unicode::X 12.1 [![[version]](https://badge.fury.io/rb/unicode-x.svg)](https://badge.fury.io/rb/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
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Unicode
4
4
  module X
5
- VERSION = "12.1.0"
6
- UNICODE_VERSION = "12.1.0"
5
+ VERSION = "13.0.0"
6
+ UNICODE_VERSION = "13.0.0"
7
7
  end
8
8
  end
@@ -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 providing data and algorithms about Unicode characters."
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 = ["mail@janlelis.de"]
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 = "~> 2.0"
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: 12.1.0
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: 2019-05-08 00:00:00.000000000 Z
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 providing data and algorithms about Unicode
214
- characters.
213
+ description: A collection of micro libraries which provide data and algorithms for
214
+ working with Unicode
215
215
  email:
216
- - mail@janlelis.de
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.0.3
250
+ rubygems_version: 3.1.2
250
251
  signing_key:
251
252
  specification_version: 4
252
253
  summary: unicode-x