about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2020-02-21 03:02:26 +0000
committerEric Wong <e@80x24.org>2020-02-21 03:02:53 +0000
commita255fa02139d19c5e7443ab05e9568ded64e0b51 (patch)
tree8099e1553633919ffffc6e1cefd118af42da691f
parented428612635e46a1c8f335aa0a71848ac9a26fa7 (diff)
downloadruby-tdb-master.tar.gz
6 changes since v0.6.2 (2014-10-03):

      doc: switch to olddoc for the website
      test/test_tdb_mt.rb: fix fragile test
      doc: update URLs to avoid redirects
      pkg.mk: website: dark216 to save electricity
      doc: s/bogomips.org/yhbt.net/
      gemspec: remove olddoc from build dependencies

Note: 0.6.3 was skipped due to a broken gemspec)
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--tdb.gemspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 63c7cf1..bba9a0a 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v0.6.3
+DEF_VER=v0.6.4
 
 LF='
 '
diff --git a/tdb.gemspec b/tdb.gemspec
index d2c5caa..4b88a60 100644
--- a/tdb.gemspec
+++ b/tdb.gemspec
@@ -3,7 +3,7 @@ manifest = File.exist?('.manifest') ?
 
 Gem::Specification.new do |s|
   s.name = %q{tdb}
-  s.version = (ENV['VERSION'] || '0.6.3').dup
+  s.version = (ENV['VERSION'] || '0.6.4').dup
   s.homepage = 'https://yhbt.net/ruby-tdb/'
   s.authors = ["Ruby tdb hackers"]
   s.description = File.read('README').split("\n\n")[1]