unicode-version 1.4.0 → 1.6.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: de2106cb67d7ce60f50403766fb9752dda69aace3020c8e90e2634a13f629996
4
- data.tar.gz: 91f1ed09eb80d1f8e8e4d4f7858a50824f03126c4e945372645661cef94e1c5a
3
+ metadata.gz: db128f39217b115f80e4a9fc16da9c6192919b90ce5233da1f6d0d9e95864b9c
4
+ data.tar.gz: 8b4057cca40e0eda970a68dd97b957a0673ae9eca836bab0c30b7627fec713bc
5
5
  SHA512:
6
- metadata.gz: 4d1f93164b7a62e54c6430288cbbc687446e06b16f843c544c66fd6350d2d164a87f935580b47d1daab7866b3361eb4758cf2f9858eac5f539d078e26ff828b1
7
- data.tar.gz: 4cbc8caa32739e8dc5378221b011c258e6d3b4d88b7d6b7655e6eac2539c34f416565bf5a883484d9536a73788579da4c2bfe218a4c9dab77eb1d2ce2f53f1d4
6
+ metadata.gz: 52eea58f00bfdcd47ec3a62d5ff7bbe5dc78386b9aba0d098edb2f7b8c62b42b73a2011558f56fba6d97f1c5add9af51a4cec7d046aa6208b96b0c67fd38289f
7
+ data.tar.gz: 5a70e695fee3ff760f1db8afc57725797a37a0c1e9cb1c936e56c395204e36d814f2fa0843c5be0930327fccd4c98829129cae1959005a28f83a14f484ec944e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  ## CHANGELOG
2
2
 
3
+ ### 1.6.0
4
+
5
+ * Add Ruby 4.0
6
+
7
+ ### 1.5.0
8
+
9
+ * Add Ruby 3.4 (same Unicode version as 3.3)
10
+
3
11
  ### 1.4.0
4
12
 
5
13
  * Add Ruby 3.3
data/MIT-LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2020-2023 Jan Lelis, hi@ruby.consulting
1
+ Copyright (c) 2020-2025 Jan Lelis, hi@ruby.consulting
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
@@ -36,4 +36,4 @@ Unicode::Version.emoji_version 2.4 # => nil
36
36
 
37
37
  ## MIT License
38
38
 
39
- Copyright (C) 2020-2023 Jan Lelis <https://janlelis.com>. Released under the MIT license.
39
+ Copyright (C) 2020-2025 Jan Lelis <https://janlelis.com>. Released under the MIT license.
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Unicode
4
4
  module Version
5
- VERSION = "1.4.0"
5
+ VERSION = "1.6.0"
6
6
  end
7
7
  end
@@ -8,6 +8,8 @@ module Unicode
8
8
  RB_CONFIG_EMOJI_AVAILABLE = "2.6.0"
9
9
 
10
10
  RUBY_UNICODE_VERSIONS = {
11
+ 4.0 => "17.0.0",
12
+ 3.4 => "15.0.0",
11
13
  3.3 => "15.0.0",
12
14
  3.2 => "15.0.0",
13
15
  3.1 => "13.0.0",
@@ -27,6 +29,8 @@ module Unicode
27
29
  }.freeze
28
30
 
29
31
  RUBY_EMOJI_VERSIONS = {
32
+ 4.0 => "17.0",
33
+ 3.4 => "15.0",
30
34
  3.3 => "15.0",
31
35
  3.2 => "15.0",
32
36
  3.1 => "13.1",
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unicode-version
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Lelis
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-27 00:00:00.000000000 Z
11
+ date: 2025-12-25 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Returns Unicode / Emoji versions of current and previous Rubies
14
14
  email:
@@ -34,7 +34,7 @@ licenses:
34
34
  - MIT
35
35
  metadata:
36
36
  rubygems_mfa_required: 'true'
37
- post_install_message:
37
+ post_install_message:
38
38
  rdoc_options: []
39
39
  require_paths:
40
40
  - lib
@@ -49,8 +49,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
49
49
  - !ruby/object:Gem::Version
50
50
  version: '0'
51
51
  requirements: []
52
- rubygems_version: 3.4.21
53
- signing_key:
52
+ rubygems_version: 3.5.21
53
+ signing_key:
54
54
  specification_version: 4
55
55
  summary: Ruby / Unicode / Emoji versions mapping
56
56
  test_files: