characteristics 1.3.0 → 1.4.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: 52d5c09bac185e905a98a3b1e7c78aaa76b44e4235d34a7990f8cf057c93a25e
4
- data.tar.gz: f5a778f2276c1467fbe6be8e04bd6675a156f9df9c4719557bc3918b39aaf8b8
3
+ metadata.gz: f42097b0c534440224b1ff928bfdf6f79322931e207ae843265ec3d6332b1d4f
4
+ data.tar.gz: c412d8c8b45e1c8e7a553556445cf61081342072d22f4510b8b0410b03c937d6
5
5
  SHA512:
6
- metadata.gz: ad26ac1547647198a679ad53fb36b83d680053d38986968980ca8e794d31cc00334f29e07d555cfee382fb6902d022a3cc69fdd5b849b9d4dddc0a4798d89d9e
7
- data.tar.gz: 298b7e4cd6c2233de6f392254d737a070299b56dc5884750fe34255a1d4f141b0348ebd2bc180560cb6ed83dfb0f2719c3ad55eff0bdf84ef808d0f95813c327
6
+ metadata.gz: 2879f78aeeb2e9296682b1dec6b6c7858b2cd9fa233d9d8b5721e4b313ef3f74dd3d44d611ef912e1008348ccdb5567428ad09df2ada00576335e5e8799f63b1
7
+ data.tar.gz: 57ffd57251526afcd12399cb524f7db39542f3732c060af98889d0dae59386e237be6118fd43639e030919b36a47fa63c1b2a105b2db444e2daaa6906e5f5033
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## CHANGELOG
2
2
 
3
+ ### 1.4.0
4
+
5
+ * Unicode 14 (general categories)
6
+
3
7
  ### 1.3.0
4
8
 
5
9
  * Unicode 13 (general categories)
data/MIT-LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2017-2020 Jan Lelis, https://janlelis.com
1
+ Copyright (c) 2017-2021 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
@@ -118,4 +118,4 @@ This flag is *true* only for special formatting characters, which are not contro
118
118
 
119
119
  ## MIT License
120
120
 
121
- Copyright (C) 2017-2020 Jan Lelis <https://janlelis.com>. Released under the MIT license.
121
+ Copyright (C) 2017-2021 Jan Lelis <https://janlelis.com>. Released under the MIT license.
@@ -18,5 +18,5 @@ Gem::Specification.new do |gem|
18
18
  gem.require_paths = ["lib"]
19
19
 
20
20
  gem.required_ruby_version = ">= 2.0"
21
- gem.add_dependency 'unicode-categories', '~> 1.6'
21
+ gem.add_dependency 'unicode-categories', '~> 1.7'
22
22
  end
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class Characteristics
4
- VERSION = "1.3.0"
5
- UNICODE_VERSION = "13.0.0"
4
+ VERSION = "1.4.0"
5
+ UNICODE_VERSION = "14.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.3.0
4
+ version: 1.4.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: 2020-12-30 00:00:00.000000000 Z
11
+ date: 2021-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: unicode-categories
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.6'
19
+ version: '1.7'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '1.6'
26
+ version: '1.7'
27
27
  description: Provides basic information about how characters behave in different encodings
28
28
  email:
29
29
  - hi@ruby.consulting.com