lib/unicode/version.rb in unicode-version-1.1.0 vs lib/unicode/version.rb in unicode-version-1.2.0
- old
+ new
@@ -6,10 +6,11 @@
module Version
RB_CONFIG_UNICODE_AVAILABLE = "2.4.0"
RB_CONFIG_EMOJI_AVAILABLE = "2.6.0"
RUBY_UNICODE_VERSIONS = {
+ 3.1 => "13.0.0",
3.0 => "12.1.0",
2.7 => "12.1.0",
2.6 => "12.1.0",
"2.6.2" => "12.0.0",
"2.6.1" => "11.0.0",
@@ -22,9 +23,10 @@
2.0 => "6.1.0",
1.9 => "5.2.0",
}.freeze
RUBY_EMOJI_VERSIONS = {
+ 3.1 => "13.1",
3.0 => "12.1",
2.7 => "12.1",
2.6 => "12.0",
"2.6.1" => "11.0",
"2.6.0" => "11.0",