unicode-numeric_value 1.3.0 → 1.3.1
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 +5 -5
- data/.travis.yml +9 -4
- data/CHANGELOG.md +4 -0
- data/README.md +3 -1
- data/lib/unicode/numeric_value/constants.rb +1 -1
- data/lib/unicode/numeric_value/index.rb +1 -1
- metadata +3 -4
- data/.README.md.swp +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 065b8b01942d545ccf3d760fa6bf23c05637f98c3ba0723d53d2a2279567ee28
|
4
|
+
data.tar.gz: 2f3a7885d50ba51afb953b3cad3ab3313da3248d927d8c91423d184aa76220a9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d80143808a09106aadf937e3c6f93538b4028709ff691e6a86c9f9532707167198cc71a992ee4dde80c23ef20212c37f0eeb0495249ab616290aa6ccf8c0068d
|
7
|
+
data.tar.gz: 2f0e6707942ce13f45a2c7e8b594a5ad57374952fdf2d77ec2904004aabab7b356c73f30322f587f811b86119f9691d5b18f84f7bfc115b4b59a41ed33128490
|
data/.travis.yml
CHANGED
@@ -4,14 +4,19 @@ language: ruby
|
|
4
4
|
script: bundle exec ruby spec/unicode_numeric_value_spec.rb
|
5
5
|
|
6
6
|
rvm:
|
7
|
-
-
|
8
|
-
- 2.
|
7
|
+
- ruby-head
|
8
|
+
- 2.5.1
|
9
|
+
- 2.4.4
|
10
|
+
- 2.3.7
|
9
11
|
- 2.2
|
10
12
|
- 2.1
|
11
|
-
-
|
13
|
+
- 2.0
|
12
14
|
- jruby-head
|
13
|
-
- jruby-9.1.
|
15
|
+
- jruby-9.1.16.0
|
14
16
|
|
15
17
|
matrix:
|
16
18
|
allow_failures:
|
19
|
+
- rvm: 2.2
|
20
|
+
- rvm: 2.1
|
21
|
+
- rvm: 2.0
|
17
22
|
- rvm: jruby-head
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -4,7 +4,9 @@ Convert a Unicode character into its numeric value.
|
|
4
4
|
|
5
5
|
Unicode version: **10.0.0**
|
6
6
|
|
7
|
-
Supported Rubies: **2.
|
7
|
+
Supported Rubies: **2.5**, **2.4**, **2.3**
|
8
|
+
|
9
|
+
Old Rubies that might still work: **2.2**, **2.1**, **2.0**
|
8
10
|
|
9
11
|
## Gemfile
|
10
12
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
module Unicode
|
2
2
|
module NumericValue
|
3
|
-
VERSION = "1.3.
|
3
|
+
VERSION = "1.3.1".freeze
|
4
4
|
UNICODE_VERSION = "10.0.0".freeze
|
5
5
|
DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + '/../../../data/').freeze
|
6
6
|
INDEX_FILENAME = (DATA_DIRECTORY + '/numeric_value.marshal.gz').freeze
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: unicode-numeric_value
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.1
|
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: 2018-04-19 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: "[Unicode 10.0.0] Convert a Unicode character into its numeric value."
|
14
14
|
email:
|
@@ -17,7 +17,6 @@ executables: []
|
|
17
17
|
extensions: []
|
18
18
|
extra_rdoc_files: []
|
19
19
|
files:
|
20
|
-
- ".README.md.swp"
|
21
20
|
- ".gitignore"
|
22
21
|
- ".travis.yml"
|
23
22
|
- CHANGELOG.md
|
@@ -55,7 +54,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
55
54
|
version: '0'
|
56
55
|
requirements: []
|
57
56
|
rubyforge_project:
|
58
|
-
rubygems_version: 2.6
|
57
|
+
rubygems_version: 2.7.6
|
59
58
|
signing_key:
|
60
59
|
specification_version: 4
|
61
60
|
summary: Convert a Unicode character into its numeric value.
|
data/.README.md.swp
DELETED
Binary file
|