unicode-age 2.2.0 → 2.3.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 +4 -0
- data/MIT-LICENSE.txt +1 -1
- data/README.md +1 -1
- data/lib/unicode/age/version.rb +2 -2
- data/lib/unicode/age.rb +1 -0
- data/unicode-age.gemspec +1 -0
- metadata +6 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 41dfa269310c6a6aeae245e24a6d13da8da678817ab138536a9cda89384b4cbd
|
|
4
|
+
data.tar.gz: 952907518f0e9aac1f6a60055327faa09d1709acb5efcd87c4fd9f5b72f5030c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ca2180ea50b01348befc40a5e24c4d3d6c46667942b29cf32e9fd8d5ede874e41cf56c5ed84c317dc288a197bd58dd2605fdb6e1e316270e9b545e3b28b59f43
|
|
7
|
+
data.tar.gz: bae1c10d360d1897566382251be813720a8aef9bd1b1ff4f0dcdafd6661bc43c194e13fe37a64749c73275b6cb0293431f1ad8b637ac25429b158d1bfed52126
|
data/CHANGELOG.md
CHANGED
data/MIT-LICENSE.txt
CHANGED
data/README.md
CHANGED
|
@@ -23,4 +23,4 @@ See the [Unicode — Ruby version table at Idiosyncratic Ruby](https://idiosyncr
|
|
|
23
23
|
|
|
24
24
|
## MIT License
|
|
25
25
|
|
|
26
|
-
Copyright (C) 2016-
|
|
26
|
+
Copyright (C) 2016-2021 Jan Lelis <https://janlelis.com>. Released under the MIT license.
|
data/lib/unicode/age/version.rb
CHANGED
data/lib/unicode/age.rb
CHANGED
data/unicode-age.gemspec
CHANGED
|
@@ -16,6 +16,7 @@ Gem::Specification.new do |gem|
|
|
|
16
16
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
|
17
17
|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
|
18
18
|
gem.require_paths = ["lib"]
|
|
19
|
+
gem.metadata = { "rubygems_mfa_required" => "true" }
|
|
19
20
|
|
|
20
21
|
gem.required_ruby_version = ">= 2.0", "< 4.0"
|
|
21
22
|
end
|
metadata
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: unicode-age
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.3.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: 2021-12-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
|
-
description: "[Unicode
|
|
13
|
+
description: "[Unicode 13.0.0] A micromodule to detect which Unicode version is required
|
|
14
14
|
to display a string."
|
|
15
15
|
email:
|
|
16
16
|
- hi@ruby.consulting
|
|
@@ -34,7 +34,8 @@ files:
|
|
|
34
34
|
homepage: https://github.com/janlelis/unicode-age
|
|
35
35
|
licenses:
|
|
36
36
|
- MIT
|
|
37
|
-
metadata:
|
|
37
|
+
metadata:
|
|
38
|
+
rubygems_mfa_required: 'true'
|
|
38
39
|
post_install_message:
|
|
39
40
|
rdoc_options: []
|
|
40
41
|
require_paths:
|
|
@@ -53,7 +54,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
53
54
|
- !ruby/object:Gem::Version
|
|
54
55
|
version: '0'
|
|
55
56
|
requirements: []
|
|
56
|
-
rubygems_version: 3.2.
|
|
57
|
+
rubygems_version: 3.2.22
|
|
57
58
|
signing_key:
|
|
58
59
|
specification_version: 4
|
|
59
60
|
summary: Determine required Unicode version of a string.
|