about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-01-05 20:36:57 +0000
committerEric Wong <e@80x24.org>2019-01-05 20:36:57 +0000
commit1633be83f7df2dd2f4576aaa9e98abd79c1afdd3 (patch)
tree17c8903e747bb48c7af39f1390510e4ce6f43bdb
parent270074a4c3eed2f0cb5b89cb8df7d52b933af8a9 (diff)
downloadrainbows-1633be83f7df2dd2f4576aaa9e98abd79c1afdd3.tar.gz
Mainly fixes some mismatched indentation warnings with Ruby 2.6+
Some doc updates, too.

4 changes since v5.1.1 (2017-04-02)
      quiet mismatched indentation warnings
      t/hijack.ru: avoid shadow warning
      t/test_isolate: various version updates
      various documentation updates
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 4053d57..b2f3109 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,5 +1,5 @@
 #!/usr/bin/env ruby
-DEF_VER = "v5.1.1"
+DEF_VER = "v5.2.0"
 CONSTANT = "Rainbows::Const::RAINBOWS_VERSION"
 RVF = "lib/rainbows/version.rb"
 GVF = "GIT-VERSION-FILE"