commit 1633be83f7df2dd2f4576aaa9e98abd79c1afdd3 (patch)
parent 270074a various documentation updates
tree 17c8903e747bb48c7af39f1390510e4ce6f43bdb
author Eric Wong <e@80x24.org> 2019-01-05 20:36:57 +0000
committer Eric Wong <e@80x24.org> 2019-01-05 20:36:57 +0000
Rainbows! 5.2.0
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
---
GIT-VERSION-GEN | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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"
glossary
--------
Commit objects reference one tree, and zero or more parents.
Single parent commits can typically generate a patch in
unified diff format via `git format-patch'.
Multiple parents means the commit is a merge.
Root commits have no ancestor. Note that it is
possible to have multiple root commits when merging independent histories.
Every commit references one top-level tree object.
git clone http://yhbt.net/rainbows.git