GameGrid 0.9.5 → 0.9.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/main.rb +0 -0
- metadata +11 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1a4e4b6af31c01ca6a8c69288c39c27a32c2b617
|
|
4
|
+
data.tar.gz: 92d2620285572ff0a5140c6cdb40ddf6714cbbb9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c7bb8b86a12a169053e4c4c8c35bae5d648991790d946dac8df4876def8603d4e3d188a054af55e9d5afbcb7fd44f925d572cf5887ad500899bbff2b604288ed
|
|
7
|
+
data.tar.gz: 4680dbd96221069b717b3b30494b9024f9ac9e78ed281f6102f2553cff8b40de4a9b2a8a8df73aa341e5918c340ff8577fbb104a70af685e90ce368803dd0a3d
|
data/lib/main.rb
CHANGED
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: GameGrid
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.5
|
|
4
|
+
version: 0.9.5.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ThinkLikeGeek
|
|
@@ -25,7 +25,11 @@ homepage: http://adihaya.github.io/GameGrid
|
|
|
25
25
|
licenses:
|
|
26
26
|
- MIT
|
|
27
27
|
metadata: {}
|
|
28
|
-
post_install_message:
|
|
28
|
+
post_install_message: 'Thank you for installing GameGrid! We hope you enjoy our self-explanatory
|
|
29
|
+
adventure game, built on commands. To start the game, type this: irb; , and then
|
|
30
|
+
hit enter, then type this: require ''GameGrid''; , and then hit enter, and the game''s
|
|
31
|
+
starting 3-question survey has begun. After the survey, type tutorial and hit enter
|
|
32
|
+
to begin the tutorial. Thanks!'
|
|
29
33
|
rdoc_options: []
|
|
30
34
|
require_paths:
|
|
31
35
|
- lib
|
|
@@ -33,16 +37,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
33
37
|
requirements:
|
|
34
38
|
- - '>='
|
|
35
39
|
- !ruby/object:Gem::Version
|
|
36
|
-
version:
|
|
40
|
+
version: 1.8.7
|
|
37
41
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
38
42
|
requirements:
|
|
39
43
|
- - '>='
|
|
40
44
|
- !ruby/object:Gem::Version
|
|
41
45
|
version: '0'
|
|
42
|
-
requirements:
|
|
46
|
+
requirements:
|
|
47
|
+
- Ruby (on macs this is pre-installed) version 1.8.7 or later
|
|
48
|
+
- A computer with an Intel processor (not required but will help)
|
|
43
49
|
rubyforge_project:
|
|
44
50
|
rubygems_version: 2.2.1
|
|
45
51
|
signing_key:
|
|
46
52
|
specification_version: 4
|
|
47
|
-
summary:
|
|
53
|
+
summary: An in-command-line adventure game, filled with attacking, crafting, etc
|
|
48
54
|
test_files: []
|