From 0c81856330c4a915195a5e2c63018f81b8092031 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 21 Feb 2020 02:59:47 +0000 Subject: Ruby tdb 0.6.3 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 --- GIT-VERSION-GEN | 2 +- tdb.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 8f60809..63c7cf1 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v0.6.2 +DEF_VER=v0.6.3 LF=' ' diff --git a/tdb.gemspec b/tdb.gemspec index 77da3c0..a898d04 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.2').dup + s.version = (ENV['VERSION'] || '0.6.3').dup s.homepage = 'https://yhbt.net/ruby-tdb/' s.authors = ["Ruby tdb hackers"] s.description = File.read('README').split("\n\n")[1] -- cgit v1.2.3-24-ge0c7