aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Dürst <duerst@it.aoyama.ac.jp>2019-05-12 16:21:24 +0900
committerMartin Dürst <duerst@it.aoyama.ac.jp>2019-05-24 14:12:06 +0900
commite713c2bde8117f3aaf39d827d3fc504cd5866976 (patch)
tree7e83654a4fe9b4442e3d4d8c6f4be6270b5c9bed
parent35caedc828667363413c7fbe4a4cc60758c426a2 (diff)
downloadruby-e713c2bde8117f3aaf39d827d3fc504cd5866976.tar.gz
switch UNICODE_BETA to NO
Unicode version 12.1.0 was officially released on May 7th, 2019. There were no changes at all from the "real" beta published shortly after the new era name "Reiwa" was announced. So we can switch UNICODE_BETA back to NO. common.mk: switch UNICODE_BETA back to NO tool/downloader.rb: add additional conditions to avoid an error when moving from beta to final
l---------lib/ruby/2.7.01
l---------lib/ruby/vendor_ruby1
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/ruby/2.7.0 b/lib/ruby/2.7.0
new file mode 120000
index 0000000000..aafb1656a5
--- /dev/null
+++ b/lib/ruby/2.7.0
@@ -0,0 +1 @@
+../../.ext/common \ No newline at end of file
diff --git a/lib/ruby/vendor_ruby b/lib/ruby/vendor_ruby
new file mode 120000
index 0000000000..b870225aa0
--- /dev/null
+++ b/lib/ruby/vendor_ruby
@@ -0,0 +1 @@
+../ \ No newline at end of file