vrowser 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.rdoc +8 -3
  2. data/VERSION +1 -1
  3. metadata +2 -2
data/README.rdoc CHANGED
@@ -1,9 +1,13 @@
1
1
  = vrowser
2
- erver browser for many games (left4Dead2, TeamFortress2, etc)
2
+ server browser for many games (left4Dead2, TeamFortress2, etc)
3
3
 
4
4
  = Setup & Install
5
- Install QStat
6
- QStat Real-time game server stats - http://qstat.sourceforge.net/
5
+ You need to install QStat version 2.12+.
6
+
7
+ QStat is Real-time game server stats fetcher - http://qstat.sourceforge.net/
8
+ svn co https://qstat.svn.sourceforge.net/svnroot/qstat qstat
9
+ cd qstat
10
+ ./autogen.sh
7
11
  ./configure
8
12
  make
9
13
  make install
@@ -29,3 +33,4 @@ Boot WEB Daemon (default is http://localhost:3000/)
29
33
  == Copyright
30
34
  Copyright (c) 2012 kimoto. See LICENSE.txt for
31
35
  further details.
36
+
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.7
1
+ 0.0.8
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 7
9
- version: 0.0.7
8
+ - 8
9
+ version: 0.0.8
10
10
  platform: ruby
11
11
  authors:
12
12
  - kimoto