unicode-numeric_value 1.6.0 → 1.7.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,8 +2,8 @@
2
2
 
3
3
  module Unicode
4
4
  module NumericValue
5
- VERSION = "1.6.0"
6
- UNICODE_VERSION = "12.1.0"
5
+ VERSION = "1.7.0"
6
+ UNICODE_VERSION = "13.0.0"
7
7
  DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + "/../../../data/").freeze
8
8
  INDEX_FILENAME = (DATA_DIRECTORY + "/numeric_value.marshal.gz").freeze
9
9
  end
@@ -5,10 +5,10 @@ require File.dirname(__FILE__) + "/lib/unicode/numeric_value/constants"
5
5
  Gem::Specification.new do |gem|
6
6
  gem.name = "unicode-numeric_value"
7
7
  gem.version = Unicode::NumericValue::VERSION
8
- gem.summary = "Convert a Unicode character into its numeric value."
9
- gem.description = "[Unicode #{Unicode::NumericValue::UNICODE_VERSION}] Convert a Unicode character into its numeric value."
8
+ gem.summary = "Returns the numeric value associated with a Unicode character"
9
+ gem.description = "[Unicode #{Unicode::NumericValue::UNICODE_VERSION}] Returns the numeric value associated with a Unicode character"
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-numeric_value"
13
13
  gem.license = "MIT"
14
14
 
@@ -17,5 +17,5 @@ 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
  end
metadata CHANGED
@@ -1,18 +1,19 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unicode-numeric_value
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.7.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
- description: "[Unicode 12.1.0] Convert a Unicode character into its numeric value."
13
+ description: "[Unicode 13.0.0] Returns the numeric value associated with a Unicode
14
+ character"
14
15
  email:
15
- - mail@janlelis.de
16
+ - hi@ruby.consulting
16
17
  executables: []
17
18
  extensions: []
18
19
  extra_rdoc_files: []
@@ -44,7 +45,7 @@ require_paths:
44
45
  - lib
45
46
  required_ruby_version: !ruby/object:Gem::Requirement
46
47
  requirements:
47
- - - "~>"
48
+ - - ">="
48
49
  - !ruby/object:Gem::Version
49
50
  version: '2.0'
50
51
  required_rubygems_version: !ruby/object:Gem::Requirement
@@ -53,9 +54,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
53
54
  - !ruby/object:Gem::Version
54
55
  version: '0'
55
56
  requirements: []
56
- rubygems_version: 3.0.3
57
+ rubygems_version: 3.1.2
57
58
  signing_key:
58
59
  specification_version: 4
59
- summary: Convert a Unicode character into its numeric value.
60
+ summary: Returns the numeric value associated with a Unicode character
60
61
  test_files:
61
62
  - spec/unicode_numeric_value_spec.rb