OSDN Git Service

- Updated documents in the command files.
authorDaigo Moriwaki <beatles@users.sourceforge.jp>
Sat, 7 Jan 2012 08:47:20 +0000 (17:47 +0900)
committerDaigo Moriwaki <daigo@debian.org>
Sat, 7 Jan 2012 08:51:56 +0000 (17:51 +0900)
- Make their shebang consistant (/usr/bin/ruby1.9.1), although they work with both Ruby 1.9.3 and 1.8.7.

changelog
csa-file-filter
mk_game_results
mk_html
mk_rate
webserver

index 36fd038..8e2a2de 100644 (file)
--- a/changelog
+++ b/changelog
@@ -9,6 +9,10 @@
            has been fixed.
          - test/TC_league.rb failed with Ruby 1.8.7. This issue has been
            fixed.
            has been fixed.
          - test/TC_league.rb failed with Ruby 1.8.7. This issue has been
            fixed.
+       * csa-file-filter,mk_game_results,mk_html,mk_rate:
+         - Updated documents in the command files.
+           Both Ruby 1.9.3 and 1.8.7 are supported.
+         - Make their shebang consistent (/usr/bin/ruby1.9.1)
        * README:
          - Both Ruby 1.9.3 and 1.8.7 are supported.
 
        * README:
          - Both Ruby 1.9.3 and 1.8.7 are supported.
 
index 681be6f..d55b0db 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/ruby
+#!/usr/bin/ruby1.9.1
 # $Id$
 #
 # Author:: Daigo Moriwaki
 # $Id$
 #
 # Author:: Daigo Moriwaki
@@ -50,9 +50,9 @@
 # 
 # Sample Command lines that isntall prerequires will work on Debian.
 # 
 # 
 # Sample Command lines that isntall prerequires will work on Debian.
 # 
-# * Ruby 1.8.7 including RDoc
+# * Ruby 1.9.3 or 1.8.7 including RDoc
 # 
 # 
-#   $ sudo aptitude install ruby ruby1.8
+#   $ sudo aptitude install ruby ruby1.9.1
 # 
 # == Example
 #
 # 
 # == Example
 #
index 664a5ca..d2c3682 100755 (executable)
@@ -35,7 +35,7 @@
 #
 # Sample Command lines that isntall prerequires will work on Debian.
 #
 #
 # Sample Command lines that isntall prerequires will work on Debian.
 #
-# * Ruby 1.9.3
+# * Ruby 1.9.3 or 1.8.7
 #
 #   $ sudo aptitude install ruby1.9.1
 #
 #
 #   $ sudo aptitude install ruby1.9.1
 #
diff --git a/mk_html b/mk_html
index 956be0a..8712149 100755 (executable)
--- a/mk_html
+++ b/mk_html
@@ -1,4 +1,4 @@
-#!/usr/bin/ruby
+#!/usr/bin/ruby1.9.1
 # $Id$
 #
 # Author:: Daigo Moriwaki
 # $Id$
 #
 # Author:: Daigo Moriwaki
@@ -41,9 +41,9 @@
 #
 # == Prerequire
 #
 #
 # == Prerequire
 #
-# * Ruby 1.8.7
+# * Ruby 1.9.3 or 1.8.7
 #
 #
-#   $ sudo aptitude install ruby ruby1.8
+#   $ sudo aptitude install ruby ruby1.9.1
 #
 # == Example
 #
 #
 # == Example
 #
diff --git a/mk_rate b/mk_rate
index 12531d3..8b1e770 100755 (executable)
--- a/mk_rate
+++ b/mk_rate
@@ -66,7 +66,7 @@
 #
 # Sample Command lines that isntall prerequires will work on Debian.
 #
 #
 # Sample Command lines that isntall prerequires will work on Debian.
 #
-# * Ruby 1.9.3 (including Rubygems)
+# * Ruby 1.9.3 or 1.8.7 (including Rubygems)
 #
 #   $ sudo aptitude install ruby1.9.1
 #
 #
 #   $ sudo aptitude install ruby1.9.1
 #
index edaf51e..c1fabb5 100755 (executable)
--- a/webserver
+++ b/webserver
@@ -1,4 +1,4 @@
-#!/usr/bin/ruby
+#!/usr/bin/ruby1.9.1
 
 ## Copyright (C) 2007 Daigo Moriwaki <daigo at debian dot org>
 ##
 
 ## Copyright (C) 2007 Daigo Moriwaki <daigo at debian dot org>
 ##