dragongoserver 0.3.1 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,10 +0,0 @@
1
- # class Game is the representation of a single game at the Dragongoserver site
2
-
3
- class Game
4
-
5
- def initialize
6
- @id = nil
7
-
8
- end
9
-
10
- end
@@ -1,9 +0,0 @@
1
- module Dragongoserver #:nodoc:
2
- module VERSION #:nodoc:
3
- MAJOR = 0
4
- MINOR = 3
5
- TINY = 1
6
-
7
- STRING = [MAJOR, MINOR, TINY].join('.')
8
- end
9
- end