catgame 0.0.4 → 0.0.5

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.md +22 -0
  2. data/lib/catgame/version.rb +2 -2
  3. metadata +4 -3
@@ -0,0 +1,22 @@
1
+ # Catgame #
2
+
3
+ A game with a lovely cat which you can play in your terminal.
4
+
5
+ ## How to install ##
6
+
7
+ '$ gem install catgame' or '$ sudo gem install catgame'
8
+
9
+ ## How to play ##
10
+
11
+ * Start the Terminal
12
+ * Enter "catgame"
13
+ * Have fun!
14
+
15
+ ## How to end in worst case ##
16
+
17
+ If the game is too heavy to play, just type ctrl + c to interrupt and end.
18
+
19
+ ## How to uninstall ##
20
+
21
+ '$ gem uninstall catgame'
22
+
@@ -1,3 +1,3 @@
1
1
  class Catgame
2
- VERSION = '0.0.4'
3
- end
2
+ VERSION = '0.0.5'
3
+ end
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: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 4
10
- version: 0.0.4
9
+ - 5
10
+ version: 0.0.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Franca Rast
@@ -30,6 +30,7 @@ extra_rdoc_files: []
30
30
 
31
31
  files:
32
32
  - .gitignore
33
+ - README.md
33
34
  - bin/catgame
34
35
  - lib/autoload.rb
35
36
  - lib/catgame.rb