characteristics 1.8.0 → 1.9.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/characteristics.gemspec +1 -1
- data/lib/characteristics/version.rb +2 -2
- metadata +5 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: efdf3a3ac36195213385f8ba7cec8825870fec5374aeacad2c107c8cccdc8e41
|
|
4
|
+
data.tar.gz: 85c88af16b3b17fcdf3000a92b98a6c3cf555fc5da5cfd9893c1b4f7b420e704
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 91d9c389a0e8cd8e8fc14e2091729955bfdf98a788eb48f82a32f06825aaed8e146e72f94eaae5c10660c71ed861ca550a74e6572c591611d29fc804af80d26f
|
|
7
|
+
data.tar.gz: 5906fc33b7da277994406264716386f93ea6193dc0c850b5639ae0e2f3cfd09bec18abe031ad9814baca36e8c3e2b9ac6382ce4bc542528bb822938fc17ace51
|
data/CHANGELOG.md
CHANGED
data/MIT-LICENSE.txt
CHANGED
data/README.md
CHANGED
|
@@ -114,4 +114,4 @@ This flag is *true* only for special formatting characters, which are not contro
|
|
|
114
114
|
|
|
115
115
|
## MIT License
|
|
116
116
|
|
|
117
|
-
Copyright (C) 2017-
|
|
117
|
+
Copyright (C) 2017-2026 Jan Lelis <https://janlelis.com>. Released under the MIT license.
|
data/characteristics.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: characteristics
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.9.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jan Lelis
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: unicode-categories
|
|
@@ -16,14 +15,14 @@ dependencies:
|
|
|
16
15
|
requirements:
|
|
17
16
|
- - "~>"
|
|
18
17
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '1.
|
|
18
|
+
version: '1.12'
|
|
20
19
|
type: :runtime
|
|
21
20
|
prerelease: false
|
|
22
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
22
|
requirements:
|
|
24
23
|
- - "~>"
|
|
25
24
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: '1.
|
|
25
|
+
version: '1.12'
|
|
27
26
|
description: Provides basic information about how characters behave in different encodings
|
|
28
27
|
email:
|
|
29
28
|
- hi@ruby.consulting
|
|
@@ -52,7 +51,6 @@ licenses:
|
|
|
52
51
|
- MIT
|
|
53
52
|
metadata:
|
|
54
53
|
rubygems_mfa_required: 'true'
|
|
55
|
-
post_install_message:
|
|
56
54
|
rdoc_options: []
|
|
57
55
|
require_paths:
|
|
58
56
|
- lib
|
|
@@ -67,8 +65,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
67
65
|
- !ruby/object:Gem::Version
|
|
68
66
|
version: '0'
|
|
69
67
|
requirements: []
|
|
70
|
-
rubygems_version:
|
|
71
|
-
signing_key:
|
|
68
|
+
rubygems_version: 4.0.20
|
|
72
69
|
specification_version: 4
|
|
73
70
|
summary: Basic character properties
|
|
74
71
|
test_files:
|