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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/main.rb +0 -0
  3. metadata +11 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f7bd5474d454886d0aca7405df991abd9e7d3361
4
- data.tar.gz: 172b0afbd6d50a6eb5c47af9e9401cdcbd08a57a
3
+ metadata.gz: 1a4e4b6af31c01ca6a8c69288c39c27a32c2b617
4
+ data.tar.gz: 92d2620285572ff0a5140c6cdb40ddf6714cbbb9
5
5
  SHA512:
6
- metadata.gz: 9521370f0a0f31dbdffef7571f3cdbbf1225cc779e50d549f4e765f716d4917a70499cc778f7623948f2e6deb9738482c49afea65eeb9f78558149bcca27d14e
7
- data.tar.gz: bbd3593bacb34458e63c214d86d7d0e7d6de0f71fede60244dd6462772dafdd1992fa520bac014ff5ddb9265f1698d3689cb52e3818ed5beb67d577153ba4008
6
+ metadata.gz: c7bb8b86a12a169053e4c4c8c35bae5d648991790d946dac8df4876def8603d4e3d188a054af55e9d5afbcb7fd44f925d572cf5887ad500899bbff2b604288ed
7
+ data.tar.gz: 4680dbd96221069b717b3b30494b9024f9ac9e78ed281f6102f2553cff8b40de4a9b2a8a8df73aa341e5918c340ff8577fbb104a70af685e90ce368803dd0a3d
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: '0'
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: Hola!
53
+ summary: An in-command-line adventure game, filled with attacking, crafting, etc
48
54
  test_files: []