From 1677a583866e0450a134d6223081a89803f6e785 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 10 Jan 2012 22:32:13 -0500 Subject: v3: date, year 2012, update --- bin/sisu | 4 ++-- bin/sisu3 | 4 ++-- bin/sisu_termsheet | 4 ++-- bin/sisu_webrick | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'bin') diff --git a/bin/sisu b/bin/sisu index 240cbc54..4c949760 100644 --- a/bin/sisu +++ b/bin/sisu @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # encoding: utf-8 -#SiSU: copyright (C) 1997 - 2011 Ralph Amissah; License GPL, see appended program information +#SiSU: copyright (C) 1997 - 2012 Ralph Amissah; License GPL, see appended program information begin def ruby_version_ok?(base_version) @v ||=RUBY_VERSION.scan(/\d+/) @@ -88,7 +88,7 @@ __END__ * Author: Ralph Amissah * Copyright: (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009, 2010, 2011 Ralph Amissah All Rights Reserved. + 2007, 2008, 2009, 2010, 2011, 2012 Ralph Amissah All Rights Reserved. * License: GPL 3 or later: diff --git a/bin/sisu3 b/bin/sisu3 index 240cbc54..4c949760 100644 --- a/bin/sisu3 +++ b/bin/sisu3 @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # encoding: utf-8 -#SiSU: copyright (C) 1997 - 2011 Ralph Amissah; License GPL, see appended program information +#SiSU: copyright (C) 1997 - 2012 Ralph Amissah; License GPL, see appended program information begin def ruby_version_ok?(base_version) @v ||=RUBY_VERSION.scan(/\d+/) @@ -88,7 +88,7 @@ __END__ * Author: Ralph Amissah * Copyright: (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009, 2010, 2011 Ralph Amissah All Rights Reserved. + 2007, 2008, 2009, 2010, 2011, 2012 Ralph Amissah All Rights Reserved. * License: GPL 3 or later: diff --git a/bin/sisu_termsheet b/bin/sisu_termsheet index a127d615..e896dd93 100644 --- a/bin/sisu_termsheet +++ b/bin/sisu_termsheet @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # encoding: utf-8 -#SiSU: copyright (C) 1997 - 2011 Ralph Amissah; License GPL, see appended program information +#SiSU: copyright (C) 1997 - 2012 Ralph Amissah; License GPL, see appended program information begin def ruby_version_ok?(base_version) @v ||=RUBY_VERSION.scan(/\d+/) @@ -87,7 +87,7 @@ __END__ * Author: Ralph Amissah * Copyright: (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009, 2010, 2011 Ralph Amissah All Rights Reserved. + 2007, 2008, 2009, 2010, 2011, 2012 Ralph Amissah All Rights Reserved. * License: GPL 3 or later: diff --git a/bin/sisu_webrick b/bin/sisu_webrick index 52d95e41..df7895e5 100644 --- a/bin/sisu_webrick +++ b/bin/sisu_webrick @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # encoding: utf-8 -#SiSU: copyright (C) 1997 - 2011 Ralph Amissah; License GPL, see appended program information +#SiSU: copyright (C) 1997 - 2012 Ralph Amissah; License GPL, see appended program information begin def ruby_version_ok?(base_version) @v ||=RUBY_VERSION.scan(/\d+/) @@ -87,7 +87,7 @@ __END__ * Author: Ralph Amissah * Copyright: (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009, 2010, 2011 Ralph Amissah All Rights Reserved. + 2007, 2008, 2009, 2010, 2011, 2012 Ralph Amissah All Rights Reserved. * License: GPL 3 or later: -- cgit v1.2.3 From 75e3bf86382edf99275a25895b362647158e25c1 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 10 Jan 2012 22:37:26 -0500 Subject: v3dv, add dev branch (use to make some changes to module & class names & test) * (intended as) short term branch, merge back into v3 once tested * sisu --dev (to invoke) --- bin/sisu | 2 +- bin/sisu2 | 2 +- bin/sisu3 | 2 +- bin/sisu_termsheet | 2 +- bin/sisu_webrick | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'bin') diff --git a/bin/sisu b/bin/sisu index 4c949760..a7440f9f 100644 --- a/bin/sisu +++ b/bin/sisu @@ -53,7 +53,7 @@ WOK 'v3' when /--dev/ check_sisu_dev_ruby_version? - 'v3' + 'v3dv' else check_sisu_stable_ruby_version? 'v3' diff --git a/bin/sisu2 b/bin/sisu2 index 1b64d2a9..95c3c818 100644 --- a/bin/sisu2 +++ b/bin/sisu2 @@ -53,7 +53,7 @@ WOK 'v3' when /--dev/ check_sisu_dev_ruby_version? - 'v3' + 'v3dv' else check_sisu_legacy_ruby_version? 'v2' diff --git a/bin/sisu3 b/bin/sisu3 index 4c949760..a7440f9f 100644 --- a/bin/sisu3 +++ b/bin/sisu3 @@ -53,7 +53,7 @@ WOK 'v3' when /--dev/ check_sisu_dev_ruby_version? - 'v3' + 'v3dv' else check_sisu_stable_ruby_version? 'v3' diff --git a/bin/sisu_termsheet b/bin/sisu_termsheet index e896dd93..11e042ef 100644 --- a/bin/sisu_termsheet +++ b/bin/sisu_termsheet @@ -52,7 +52,7 @@ WOK 'v3' when /--dev/ check_sisu_dev_ruby_version? - 'v3' + 'v3dv' else check_sisu_stable_ruby_version? 'v3' diff --git a/bin/sisu_webrick b/bin/sisu_webrick index df7895e5..65b6a061 100644 --- a/bin/sisu_webrick +++ b/bin/sisu_webrick @@ -52,7 +52,7 @@ WOK 'v3' when /--dev/ check_sisu_dev_ruby_version? - 'v3' + 'v3dv' else check_sisu_stable_ruby_version? 'v3' -- cgit v1.2.3