From 89bbbb52269dd6f5603682638ceb704e6e4ebaa4 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 23 Jan 2012 21:24:11 -0500 Subject: v3 v3dv: 3.1.12 & 3.2.0~pre version & changelog "opened" --- data/sisu/v3dv/v/version.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'data/sisu/v3dv') diff --git a/data/sisu/v3dv/v/version.yml b/data/sisu/v3dv/v/version.yml index 90c5c6f6..2e506e6d 100644 --- a/data/sisu/v3dv/v/version.yml +++ b/data/sisu/v3dv/v/version.yml @@ -1,5 +1,5 @@ --- -:version: 3.1.11~dev -:date_stamp: 2012w02/2 -:date: "2012-01-10" +:version: 3.2.0~pre_3.1.12 +:date_stamp: 2012w04/1 +:date: "2012-01-23" :project: SiSU -- cgit v1.2.3 From 21f5e220b738add01c19c2b15a76f2d240b2c0d5 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 23 Jan 2012 21:42:25 -0500 Subject: v3dv: replace use of most ruby exclamation (!) method actions --- data/sisu/v3dv/conf/convert/modify.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/sisu/v3dv') diff --git a/data/sisu/v3dv/conf/convert/modify.rb b/data/sisu/v3dv/conf/convert/modify.rb index fab7832d..8a4b9074 100644 --- a/data/sisu/v3dv/conf/convert/modify.rb +++ b/data/sisu/v3dv/conf/convert/modify.rb @@ -173,7 +173,7 @@ WOK if t =~m p m.to_s + ' -> ' + r puts "in: #{t}" - t.gsub!(m,r) if m and r + t=t.gsub(m,r) if m and r puts "out: #{t}" end end -- cgit v1.2.3