diff options
| author | Ralph Amissah <ralph@amissah.com> | 2012-01-10 23:21:36 -0500 | 
|---|---|---|
| committer | Ralph Amissah <ralph@amissah.com> | 2012-01-10 23:21:36 -0500 | 
| commit | f1c50eab034f92ea1b39ebc35dc6d69348d2dfad (patch) | |
| tree | 80b5c128b7646fcfbe4bfab734227a42ff2f907f /bin | |
| parent | debian/changelog (3.1.10-1) (diff) | |
| parent | v3dv: SiSU_DAL_ for module names in dal, & module Metadata is SiSU_Metadata (diff) | |
Merge commit 'sisu_3.1.11' into debian/sid
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/sisu | 6 | ||||
| -rw-r--r-- | bin/sisu2 | 2 | ||||
| -rw-r--r-- | bin/sisu3 | 6 | ||||
| -rw-r--r-- | bin/sisu_termsheet | 6 | ||||
| -rw-r--r-- | bin/sisu_webrick | 6 | 
5 files changed, 13 insertions, 13 deletions
| @@ -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+/) @@ -53,7 +53,7 @@ WOK      'v3'    when /--dev/      check_sisu_dev_ruby_version? -    'v3' +    'v3dv'    else      check_sisu_stable_ruby_version?      'v3' @@ -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: @@ -53,7 +53,7 @@ WOK      'v3'    when /--dev/      check_sisu_dev_ruby_version? -    'v3' +    'v3dv'    else      check_sisu_legacy_ruby_version?      'v2' @@ -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+/) @@ -53,7 +53,7 @@ WOK      'v3'    when /--dev/      check_sisu_dev_ruby_version? -    'v3' +    'v3dv'    else      check_sisu_stable_ruby_version?      'v3' @@ -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..11e042ef 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+/) @@ -52,7 +52,7 @@ WOK      'v3'    when /--dev/      check_sisu_dev_ruby_version? -    'v3' +    'v3dv'    else      check_sisu_stable_ruby_version?      'v3' @@ -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..65b6a061 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+/) @@ -52,7 +52,7 @@ WOK      'v3'    when /--dev/      check_sisu_dev_ruby_version? -    'v3' +    'v3dv'    else      check_sisu_stable_ruby_version?      'v3' @@ -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: | 
