GameGrid 0.9.5

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.
data/lib/plgvaldb.rb ADDED
@@ -0,0 +1,5 @@
1
+ {
2
+ "install"=>"puts 'The GG Install plugin is located in the install.rb file. This is the starter plugin for GameGrid.';",
3
+ "starterplugin"=>"puts 'Hello world -- Starter plugin'"
4
+ }
5
+
metadata ADDED
@@ -0,0 +1,48 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: GameGrid
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.9.5
5
+ platform: ruby
6
+ authors:
7
+ - ThinkLikeGeek
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-01-09 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: An in-command-line adventure game controlled by commands like pickup(:sword)
14
+ and attack()
15
+ email: tt2d@icloud.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/GameGrid.rb
21
+ - lib/install.rb
22
+ - lib/main.rb
23
+ - lib/plgvaldb.rb
24
+ homepage: http://adihaya.github.io/GameGrid
25
+ licenses:
26
+ - MIT
27
+ metadata: {}
28
+ post_install_message:
29
+ rdoc_options: []
30
+ require_paths:
31
+ - lib
32
+ required_ruby_version: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - '>='
35
+ - !ruby/object:Gem::Version
36
+ version: '0'
37
+ required_rubygems_version: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - '>='
40
+ - !ruby/object:Gem::Version
41
+ version: '0'
42
+ requirements: []
43
+ rubyforge_project:
44
+ rubygems_version: 2.2.1
45
+ signing_key:
46
+ specification_version: 4
47
+ summary: Hola!
48
+ test_files: []