shogi-server source
Revisión | 1299898deae40cf1adef125eb719c91ca962a535 (tree) |
---|---|
Tiempo | 2014-11-24 21:33:47 |
Autor | Daigo Moriwaki <daigo@debi...> |
Commiter | Daigo Moriwaki |
Ruby 2.0.0 or later is recommended to use with shogi-server since Ruby 1.8 reached its End-of-Life on the end of July, 2014.
@@ -1,3 +1,9 @@ | ||
1 | +2014-11-24 Daigo Moriwaki <daigo at debian dot org> | |
2 | + | |
3 | + * Ruby 2.0: | |
4 | + - Ruby 2.0.0 or later is recommended to use with shogi-server | |
5 | + since Ruby 1.8 reached its End-of-Life on the end of July, 2014. | |
6 | + | |
1 | 7 | 2014-07-19 Daigo Moriwaki <daigo at debian dot org> |
2 | 8 | |
3 | 9 | * [mk_rate] |
@@ -1,4 +1,4 @@ | ||
1 | -#!/usr/bin/ruby1.9.1 | |
1 | +#!/usr/bin/ruby | |
2 | 2 | # $Id$ |
3 | 3 | # |
4 | 4 | # Author:: Daigo Moriwaki |
@@ -50,9 +50,9 @@ | ||
50 | 50 | # |
51 | 51 | # Sample Command lines that isntall prerequires will work on Debian. |
52 | 52 | # |
53 | -# * Ruby 1.9.3 or 1.8.7 including RDoc | |
53 | +# * Ruby 2.0.0 or later including RDoc | |
54 | 54 | # |
55 | -# $ sudo aptitude install ruby ruby1.9.1 | |
55 | +# $ sudo aptitude install ruby ruby | |
56 | 56 | # |
57 | 57 | # == Example |
58 | 58 | # |
@@ -1,4 +1,4 @@ | ||
1 | -#!/usr/bin/ruby1.9.1 | |
1 | +#!/usr/bin/ruby | |
2 | 2 | # $Id$ |
3 | 3 | # |
4 | 4 | # Author:: Daigo Moriwaki |
@@ -35,9 +35,9 @@ | ||
35 | 35 | # |
36 | 36 | # Sample Command lines that isntall prerequires will work on Debian. |
37 | 37 | # |
38 | -# * Ruby 1.9.3 or 1.8.7 | |
38 | +# * Ruby 2.0.0 or later | |
39 | 39 | # |
40 | -# $ sudo aptitude install ruby1.9.1 | |
40 | +# $ sudo aptitude install ruby | |
41 | 41 | # |
42 | 42 | # == Run |
43 | 43 | # |
@@ -1,4 +1,4 @@ | ||
1 | -#!/usr/bin/ruby1.9.1 | |
1 | +#!/usr/bin/ruby | |
2 | 2 | # $Id$ |
3 | 3 | # |
4 | 4 | # Author:: Daigo Moriwaki |
@@ -41,9 +41,9 @@ | ||
41 | 41 | # |
42 | 42 | # == Prerequire |
43 | 43 | # |
44 | -# * Ruby 1.9.3 or 1.8.7 | |
44 | +# * Ruby 2.0.0 or later | |
45 | 45 | # |
46 | -# $ sudo aptitude install ruby ruby1.9.1 | |
46 | +# $ sudo aptitude install ruby ruby | |
47 | 47 | # |
48 | 48 | # == Example |
49 | 49 | # |
@@ -1,4 +1,4 @@ | ||
1 | -#!/usr/bin/ruby1.9.1 | |
1 | +#!/usr/bin/ruby | |
2 | 2 | # $Id$ |
3 | 3 | # |
4 | 4 | # Author:: Daigo Moriwaki |
@@ -76,9 +76,9 @@ | ||
76 | 76 | # |
77 | 77 | # Sample Command lines that install prerequires will work on Debian. |
78 | 78 | # |
79 | -# * Ruby 1.9.3 or 1.8.7 (including Rubygems) | |
79 | +# * Ruby 2.0.0 or later (including Rubygems) | |
80 | 80 | # |
81 | -# $ sudo aptitude install ruby1.9.1 | |
81 | +# $ sudo aptitude install ruby | |
82 | 82 | # |
83 | 83 | # * Ruby bindings for the GNU Scientific Library (GSL[http://rb-gsl.rubyforge.org/]) |
84 | 84 | # |
@@ -86,7 +86,7 @@ | ||
86 | 86 | # |
87 | 87 | # * RGL: {Ruby Graph Library}[http://rubyforge.org/projects/rgl/] |
88 | 88 | # |
89 | -# $ sudo gem1.9.1 install rgl | |
89 | +# $ sudo gem install rgl | |
90 | 90 | # |
91 | 91 | # == Examples |
92 | 92 | # |
@@ -1,4 +1,4 @@ | ||
1 | -#! /usr/bin/ruby1.9.1 | |
1 | +#! /usr/bin/ruby | |
2 | 2 | # $Id$ |
3 | 3 | # |
4 | 4 | # Author:: NABEYA Kenichi, Daigo Moriwaki |
@@ -1,4 +1,4 @@ | ||
1 | -#! /usr/bin/ruby1.9.1 | |
1 | +#! /usr/bin/ruby | |
2 | 2 | # $Id$ |
3 | 3 | # |
4 | 4 | # Author:: Daigo Moriwaki |
@@ -38,7 +38,7 @@ | ||
38 | 38 | # |
39 | 39 | # * {ruby-prof}[http://rubyforge.org/projects/ruby-prof/] |
40 | 40 | # |
41 | -# $ sudo gem1.9.1 install ruby-prof | |
41 | +# $ sudo gem install ruby-prof | |
42 | 42 | # |
43 | 43 | # == Run |
44 | 44 | # |
@@ -1,4 +1,4 @@ | ||
1 | -#!/usr/bin/ruby1.9.1 | |
1 | +#!/usr/bin/ruby | |
2 | 2 | # This program shows statistics of CSA kifu files like following: |
3 | 3 | # - Monthly #games and #players |
4 | 4 | # - Game results |
@@ -1,4 +1,4 @@ | ||
1 | -#!/usr/bin/ruby1.9.1 | |
1 | +#!/usr/bin/ruby | |
2 | 2 | |
3 | 3 | ## Copyright (C) 2007-2012 Daigo Moriwaki <daigo at debian dot org> |
4 | 4 | ## |