X-Git-Url: http://git.sourceforge.jp/view?p=shogi-server%2Fshogi-server.git;a=blobdiff_plain;f=mk_game_results;h=2a8dbb2b0143ddcd73d347d0c121e6be5067a0b2;hp=432cf4641cb850a6cbbc192addc26d42f300720e;hb=09bf2bfc8b6a996083cb3283259caf364a71a356;hpb=a3ef1aeb42a94fc85e9c658a5d2fe2730bd0f961 diff --git a/mk_game_results b/mk_game_results index 432cf46..2a8dbb2 100755 --- a/mk_game_results +++ b/mk_game_results @@ -1,11 +1,11 @@ -#!/usr/bin/ruby +#!/usr/bin/ruby1.9.1 # $Id$ # # Author:: Daigo Moriwaki # Homepage:: http://sourceforge.jp/projects/shogi-server/ # #-- -# Copyright (C) 2009 Daigo Moriwaki +# Copyright (C) 2009-2012 Daigo Moriwaki # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -35,9 +35,9 @@ # # Sample Command lines that isntall prerequires will work on Debian. # -# * Ruby 1.8.7 +# * Ruby 1.9.3 or 1.8.7 # -# $ sudo aptitude install ruby1.8 +# $ sudo aptitude install ruby1.9.1 # # == Run #