unicode-version 1.4.0 → 1.5.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: af77df059ede28e460136f928c5eb32897e52d610f764d389256dbba5801f4d1
4
+ data.tar.gz: f2f3f6a6c2d023e3624f742fd6f1d131ca4eddf9dacec5bee8417f13d0438c94
5
5
  SHA512:
6
- metadata.gz: 4d1f93164b7a62e54c6430288cbbc687446e06b16f843c544c66fd6350d2d164a87f935580b47d1daab7866b3361eb4758cf2f9858eac5f539d078e26ff828b1
7
- data.tar.gz: 4cbc8caa32739e8dc5378221b011c258e6d3b4d88b7d6b7655e6eac2539c34f416565bf5a883484d9536a73788579da4c2bfe218a4c9dab77eb1d2ce2f53f1d4
6
+ metadata.gz: a175197ca9ec7f3c0e994dd50923bbd78f63a9d7a0968182dbf74047ad2352a604b10c34f06f34f3f2ac1ce3a969bcb18f1e9c86d495068c6a2386bdcf3840c2
7
+ data.tar.gz: 5747cc9cb6b8518771a95fcf7673cd18477c105e3ce9903302bff6c6edb267b909e6ebad30ce8a788396a9074960f2fa9460dad43e7377b8b16480956233bbbd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## CHANGELOG
2
2
 
3
+ ### 1.5.0
4
+
5
+ * Add Ruby 3.4 (same Unicode version as 3.3)
6
+
3
7
  ### 1.4.0
4
8
 
5
9
  * 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.5.0"
6
6
  end
7
7
  end
@@ -8,6 +8,7 @@ module Unicode
8
8
  RB_CONFIG_EMOJI_AVAILABLE = "2.6.0"
9
9
 
10
10
  RUBY_UNICODE_VERSIONS = {
11
+ 3.4 => "15.0.0",
11
12
  3.3 => "15.0.0",
12
13
  3.2 => "15.0.0",
13
14
  3.1 => "13.0.0",
@@ -27,6 +28,7 @@ module Unicode
27
28
  }.freeze
28
29
 
29
30
  RUBY_EMOJI_VERSIONS = {
31
+ 3.4 => "15.0",
30
32
  3.3 => "15.0",
31
33
  3.2 => "15.0",
32
34
  3.1 => "13.1",
metadata CHANGED
@@ -1,14 +1,13 @@
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.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Lelis
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2023-12-27 00:00:00.000000000 Z
10
+ date: 2025-04-07 00:00:00.000000000 Z
12
11
  dependencies: []
13
12
  description: Returns Unicode / Emoji versions of current and previous Rubies
14
13
  email:
@@ -34,7 +33,6 @@ licenses:
34
33
  - MIT
35
34
  metadata:
36
35
  rubygems_mfa_required: 'true'
37
- post_install_message:
38
36
  rdoc_options: []
39
37
  require_paths:
40
38
  - lib
@@ -49,8 +47,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
49
47
  - !ruby/object:Gem::Version
50
48
  version: '0'
51
49
  requirements: []
52
- rubygems_version: 3.4.21
53
- signing_key:
50
+ rubygems_version: 3.6.2
54
51
  specification_version: 4
55
52
  summary: Ruby / Unicode / Emoji versions mapping
56
53
  test_files: