unicode-types 1.7.0 → 1.8.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
  SHA256:
3
- metadata.gz: bb2fc8daadc9f49a2fb87c32b6a03818d1990aa9054eaf22571c9f13470d2e68
4
- data.tar.gz: 3d7eccfb31adbb6a307f3246b7344957ba032df902aec2de70db80396affdb1e
3
+ metadata.gz: 664dab99c6e5205f983857ee3a4939e8a7f76eaec09ae96dfa079851f48fb49c
4
+ data.tar.gz: 4ab8529369b5190270e234db0343399a0358ffac681cd5a5677b6d1f03411f12
5
5
  SHA512:
6
- metadata.gz: 2e60a22be8a61f2e55e9ac80e65dbad51c3da6077253193c7aac832b3125f2497a4248fe67f5404878451f46c32d8d80d23f4054cf6d33eaa4ae8acbeba43dd4
7
- data.tar.gz: 8ed348416b253ba38ec242c4f377f19006afeb0eea98ff0e46e3a0b402d4f36a9cf05442298c74c7855f232ed5259b998d0a71ee8d27ac6b0d4d5110eb920c45
6
+ metadata.gz: 5aac2e2746b69d9bc1bcee98a3a19394cac1dd3ba1edc93bfadac58b31e39db27414d9224e0e6a01e17af4d1d855bf486f72f40abf9123a149b23a410c444f62
7
+ data.tar.gz: d03df6330d9b8e795f1725252cec156d3e7b1eb497e87a0ae77f857f29dc5ff563efdbba0a266c168583da3ae6cc99319084bd967e91524f09aa0b5a94e7347e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## CHANGELOG
2
2
 
3
+ ### 1.8.0
4
+
5
+ - Unicode 15.0
6
+
3
7
  ### 1.7.0
4
8
 
5
9
  - Unicode 14
data/MIT-LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2016-2021 Jan Lelis, https://janlelis.com
1
+ Copyright (c) 2016-2022 Jan Lelis, https://janlelis.com
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/README.md CHANGED
@@ -10,9 +10,9 @@ Determine the basic type of codepoints. This can be one of:
10
10
  - Noncharacter
11
11
  - Reserved
12
12
 
13
- Unicode version: **14.0.0** (September 2021)
13
+ Unicode version: **15.0.0** (September 2022)
14
14
 
15
- Supported Rubies: **3.0**, **2.7**
15
+ Supported Rubies: **3.1**, **3.0**, **2.7**
16
16
 
17
17
  Old Rubies that might still work: **2.6**, **2.5**, **2.4**, **2.3**, **2.2**, **2.1**, **2.0**
18
18
 
@@ -43,5 +43,5 @@ See [unicode-x](https://github.com/janlelis/unicode-x) for more Unicode related
43
43
 
44
44
  ## MIT License
45
45
 
46
- - Copyright (C) 2016-2021 Jan Lelis <https://janlelis.com>. Released under the MIT license.
46
+ - Copyright (C) 2016-2022 Jan Lelis <https://janlelis.com>. Released under the MIT license.
47
47
  - Unicode data: http://www.unicode.org/copyright.html#Exhibit1
Binary file
@@ -2,8 +2,8 @@
2
2
 
3
3
  module Unicode
4
4
  module Types
5
- VERSION = "1.7.0"
6
- UNICODE_VERSION = "14.0.0"
5
+ VERSION = "1.8.0"
6
+ UNICODE_VERSION = "15.0.0"
7
7
  DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + "/../../../data/").freeze
8
8
  INDEX_FILENAME = (DATA_DIRECTORY + "/types.marshal.gz").freeze
9
9
  end
@@ -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"
21
22
  end
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unicode-types
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.8.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: 2021-09-15 00:00:00.000000000 Z
11
+ date: 2022-09-13 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: "[Unicode 14.0.0] Determines the very basic type of codepoints (one of:
13
+ description: "[Unicode 15.0.0] Determines the very basic type of codepoints (one of:
14
14
  Graphic, Format, Control, Private-use, Surrogate, Noncharacter, Reserved)"
15
15
  email:
16
16
  - hi@ruby.consulting
@@ -36,7 +36,8 @@ files:
36
36
  homepage: https://github.com/janlelis/unicode-types
37
37
  licenses:
38
38
  - MIT
39
- metadata: {}
39
+ metadata:
40
+ rubygems_mfa_required: 'true'
40
41
  post_install_message:
41
42
  rdoc_options: []
42
43
  require_paths:
@@ -52,7 +53,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
52
53
  - !ruby/object:Gem::Version
53
54
  version: '0'
54
55
  requirements: []
55
- rubygems_version: 3.2.3
56
+ rubygems_version: 3.3.7
56
57
  signing_key:
57
58
  specification_version: 4
58
59
  summary: Determines the very basic type of a code point