catgame 0.0.6 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +3 -0
- data/lib/catgame/version.rb +1 -1
- metadata +9 -6
data/Gemfile
ADDED
data/lib/catgame/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: catgame
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
5
|
-
prerelease:
|
4
|
+
hash: 17
|
5
|
+
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 7
|
10
|
+
version: 0.0.7
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Franca Rast
|
@@ -15,7 +15,8 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-09-05 00:00:00
|
18
|
+
date: 2011-09-05 00:00:00 +02:00
|
19
|
+
default_executable:
|
19
20
|
dependencies: []
|
20
21
|
|
21
22
|
description: "Play a game with a lovely cat in the terminal. "
|
@@ -29,6 +30,7 @@ extra_rdoc_files: []
|
|
29
30
|
|
30
31
|
files:
|
31
32
|
- .gitignore
|
33
|
+
- Gemfile
|
32
34
|
- README.md
|
33
35
|
- bin/catgame
|
34
36
|
- lib/autoload.rb
|
@@ -47,6 +49,7 @@ files:
|
|
47
49
|
- lib/levels/training_room.rb
|
48
50
|
- lib/levels/washing_room.rb
|
49
51
|
- test/test_catgame.rb
|
52
|
+
has_rdoc: true
|
50
53
|
homepage: https://github.com/ryabrody
|
51
54
|
licenses: []
|
52
55
|
|
@@ -76,7 +79,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
76
79
|
requirements: []
|
77
80
|
|
78
81
|
rubyforge_project: catgame
|
79
|
-
rubygems_version: 1.
|
82
|
+
rubygems_version: 1.3.7
|
80
83
|
signing_key:
|
81
84
|
specification_version: 3
|
82
85
|
summary: Fancy game for Cat-Fans
|