unicode-types 1.0.1 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 185558d7fce84276c12ccd898d048b48b890b15b
4
- data.tar.gz: c114d068999309be5fbb8e30b859bb39eae908c8
3
+ metadata.gz: 47550a19f8271569aae8d375c3360fc06d729e18
4
+ data.tar.gz: b0a66b95da5e86c96054b3d50ba4653a30eb8df3
5
5
  SHA512:
6
- metadata.gz: 1a0c36f3fa88986f5951920f88c974baa29eb733659f53395c255fd493fb298c855d54c909b240d2e8794049861442e8f55c7647c809227247802512184bae06
7
- data.tar.gz: 50f6788a920e7ebf8b6445d7e07c01dc85705103a0e1113b1826f8e324b4b0da6ccae9ca82bf13631db12367c09351689d769c0892e04af647aa1089a67734db
6
+ metadata.gz: 2c71162d900bec998e78da82b811d4a272b4b949fc122862d245be8b20c7b9726095217dd396b8f36faf0dc80c0ed4d15cecc944842bde6d43fc2a09aa4bd3a7
7
+ data.tar.gz: 54100636de36a52fc8d8d24dfaae08efc2bf04de413af67d7bb9171300a1250d33195faf8cdc535864bf8b025ab8e90ae11d4dc546a97858082a2c6808971476
@@ -1,10 +1,14 @@
1
1
  ## CHANGELOG
2
2
 
3
+ ### 1.1.0
4
+
5
+ * Support Unicode 9.0
6
+
3
7
  ### 1.0.1
4
8
 
5
9
  * Fix index that would confuse reserved and noncharacters
6
10
 
7
11
  ### 1.0.0
8
12
 
9
- * Inital release
13
+ * Initial release
10
14
 
data/README.md CHANGED
@@ -10,7 +10,7 @@ Determine the basic type of codepoints. This can be one of:
10
10
  - Noncharacter
11
11
  - Reserved
12
12
 
13
- Unicode version: **8.0.0**
13
+ Unicode version: **9.0.0**
14
14
 
15
15
  Supported Rubies: **2.3**, **2.2**, **2.1**
16
16
 
Binary file
@@ -1,7 +1,7 @@
1
1
  module Unicode
2
2
  module Types
3
- VERSION = "1.0.1".freeze
4
- UNICODE_VERSION = "8.0.0".freeze
3
+ VERSION = "1.1.0".freeze
4
+ UNICODE_VERSION = "9.0.0".freeze
5
5
  DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + '/../../../data/').freeze
6
6
  INDEX_FILENAME = (DATA_DIRECTORY + '/types.marshal.gz').freeze
7
7
  end
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
6
6
  gem.name = "unicode-types"
7
7
  gem.version = Unicode::Types::VERSION
8
8
  gem.summary = "Determine the basic type of codepoints."
9
- gem.description = "[Unicode version: #{Unicode::Types::UNICODE_VERSION}] Determine the basic type of codepoints (Graphic, Format, Control, Private-use, Surrogate, Noncharacter, Reserved)"
9
+ gem.description = "[Unicode #{Unicode::Types::UNICODE_VERSION}] Determine the basic type of codepoints (Graphic, Format, Control, Private-use, Surrogate, Noncharacter, Reserved)"
10
10
  gem.authors = ["Jan Lelis"]
11
11
  gem.email = ["mail@janlelis.de"]
12
12
  gem.homepage = "https://github.com/janlelis/unicode-types"
metadata CHANGED
@@ -1,17 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unicode-types
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.1.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: 2016-04-15 00:00:00.000000000 Z
11
+ date: 2016-06-22 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: "[Unicode version: 8.0.0] Determine the basic type of codepoints (Graphic,
14
- Format, Control, Private-use, Surrogate, Noncharacter, Reserved)"
13
+ description: "[Unicode 9.0.0] Determine the basic type of codepoints (Graphic, Format,
14
+ Control, Private-use, Surrogate, Noncharacter, Reserved)"
15
15
  email:
16
16
  - mail@janlelis.de
17
17
  executables: []
@@ -31,7 +31,6 @@ files:
31
31
  - lib/unicode/types/constants.rb
32
32
  - lib/unicode/types/index.rb
33
33
  - lib/unicode/types/string_ext.rb
34
- - spec/.unicode_types_spec.rb.swp
35
34
  - spec/unicode_types_spec.rb
36
35
  - unicode-types.gemspec
37
36
  homepage: https://github.com/janlelis/unicode-types
@@ -54,11 +53,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
54
53
  version: '0'
55
54
  requirements: []
56
55
  rubyforge_project:
57
- rubygems_version: 2.6.3
56
+ rubygems_version: 2.5.1
58
57
  signing_key:
59
58
  specification_version: 4
60
59
  summary: Determine the basic type of codepoints.
61
60
  test_files:
62
- - spec/.unicode_types_spec.rb.swp
63
61
  - spec/unicode_types_spec.rb
64
- has_rdoc: