unicode-version 1.2.0 → 1.3.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: 737d929ffee53b36e1e422c54f94df8fd27b48931125f6ed0724c9454eb98171
4
- data.tar.gz: 2a62897a7b948e84db5b5d7dd100fc41761e057927b629b4bbf94597da4114c2
3
+ metadata.gz: 0edc4e699e4d8fafecbc9d44d13ef60665433c66c71b1f62580a9455e7088096
4
+ data.tar.gz: 3dea445a2eec3dc226c684486cfb9802e3cd38828897c7062c41c9e9fb20ab09
5
5
  SHA512:
6
- metadata.gz: fdeccd4e5e0ff90f23ae1543f79f1745c7cb0d32737d4a8743a403a480b5812203ee744b9cfc8c97ac56206f40d5715f9d39105096ff8a02c7632c09904d7112
7
- data.tar.gz: 30f63c789d7a048356158023d4e0a508ba28978946fb3cd8c28ca6dfda68814d477eebab4e0a419506e8860801f784e7252e983f523c0ea9df880c73a2899103
6
+ metadata.gz: 9eed1bdb600c2a054d60e2d83d6a62e61d4e423170cea08d163b840fd00040cb5129a9cf21014be36d5d8b0f9ac452014e6f79d66f5921ceebc676a08cd7e44e
7
+ data.tar.gz: db16573e83967cf077186505c7e6d60e6dba729090ab423414d9754336167821ad4c52a7418f23ad5febe7992a0f273f5c77b94110941afe9a5a054f8ad30bdc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## CHANGELOG
2
2
 
3
+ ### 1.3.0
4
+
5
+ * Add Ruby 3.2
6
+
3
7
  ### 1.2.0
4
8
 
5
9
  * Add Ruby 3.1
data/MIT-LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2020-2021 Jan Lelis, hi@ruby.consulting
1
+ Copyright (c) 2020-2022 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-2021 Jan Lelis <https://janlelis.com>. Released under the MIT license.
39
+ Copyright (C) 2020-2022 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.2.0"
5
+ VERSION = "1.3.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.2 => "15.0.0",
11
12
  3.1 => "13.0.0",
12
13
  3.0 => "12.1.0",
13
14
  2.7 => "12.1.0",
@@ -25,6 +26,7 @@ module Unicode
25
26
  }.freeze
26
27
 
27
28
  RUBY_EMOJI_VERSIONS = {
29
+ 3.2 => "15.0",
28
30
  3.1 => "13.1",
29
31
  3.0 => "12.1",
30
32
  2.7 => "12.1",
@@ -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,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unicode-version
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.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-12-26 00:00:00.000000000 Z
11
+ date: 2022-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:
@@ -32,7 +32,8 @@ files:
32
32
  homepage: https://github.com/janlelis/unicode-version
33
33
  licenses:
34
34
  - MIT
35
- metadata: {}
35
+ metadata:
36
+ rubygems_mfa_required: 'true'
36
37
  post_install_message:
37
38
  rdoc_options: []
38
39
  require_paths:
@@ -48,7 +49,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
48
49
  - !ruby/object:Gem::Version
49
50
  version: '0'
50
51
  requirements: []
51
- rubygems_version: 3.3.3
52
+ rubygems_version: 3.3.7
52
53
  signing_key:
53
54
  specification_version: 4
54
55
  summary: Ruby / Unicode / Emoji versions mapping