X-Git-Url: http://git.sourceforge.jp/view?p=shogi-server%2Fshogi-server.git;a=blobdiff_plain;f=mk_rate;h=f2c24c6e376e1e64a40c2e7a0c11acb50aa165a4;hp=60902255b5c38a7239d4bd6eb6b9a567726c3ffb;hb=7c643a7ada1bfc2a938fe6bc3541f4cdd1e2aa96;hpb=3217ea40fa23133ba5f84f51617801f42025d5ff diff --git a/mk_rate b/mk_rate index 6090225..f2c24c6 100755 --- a/mk_rate +++ b/mk_rate @@ -1,4 +1,4 @@ -#!/usr/bin/ruby1.9.1 +#!/usr/bin/ruby # $Id$ # # Author:: Daigo Moriwaki @@ -76,9 +76,9 @@ # # Sample Command lines that install prerequires will work on Debian. # -# * Ruby 1.9.3 or 1.8.7 (including Rubygems) +# * Ruby 2.0.0 or later (including Rubygems) # -# $ sudo aptitude install ruby1.9.1 +# $ sudo aptitude install ruby # # * Ruby bindings for the GNU Scientific Library (GSL[http://rb-gsl.rubyforge.org/]) # @@ -86,7 +86,7 @@ # # * RGL: {Ruby Graph Library}[http://rubyforge.org/projects/rgl/] # -# $ sudo gem1.9.1 install rgl +# $ sudo gem install rgl # # == Examples #