sokoban.rb 0.0.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.
metadata ADDED
@@ -0,0 +1,108 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: sokoban.rb
3
+ version: !ruby/object:Gem::Version
4
+ hash: 29
5
+ prerelease:
6
+ segments:
7
+ - 0
8
+ - 0
9
+ - 1
10
+ version: 0.0.1
11
+ platform: ruby
12
+ authors:
13
+ - brownman
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+
18
+ date: 2011-07-01 00:00:00 +03:00
19
+ default_executable:
20
+ dependencies:
21
+ - !ruby/object:Gem::Dependency
22
+ name: ruby-opengl
23
+ prerelease: false
24
+ requirement: &id001 !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ hash: 3
30
+ segments:
31
+ - 0
32
+ version: "0"
33
+ type: :development
34
+ version_requirements: *id001
35
+ description: in order to have fun playing with opengl, i use existing sokoban project , so no rights have reserved for me :(
36
+ email:
37
+ - ofer.shaham@gmail.com
38
+ executables:
39
+ - ignore_me_unix_term_sokoban.rb
40
+ - original_opengl_sokoban.rb
41
+ - run
42
+ - sokoban
43
+ extensions: []
44
+
45
+ extra_rdoc_files: []
46
+
47
+ files:
48
+ - .README.swp
49
+ - .gitignore
50
+ - .rvmrc
51
+ - Gemfile
52
+ - README
53
+ - Rakefile
54
+ - bin/.gears3.rb.swp
55
+ - bin/.opengl_sokoban.rb.swp
56
+ - bin/.sokoban.swp
57
+ - bin/ignore_me_unix_term_sokoban.rb
58
+ - bin/original_opengl_sokoban.rb
59
+ - bin/run
60
+ - bin/sokoban
61
+ - lib/sokoban.rb
62
+ - lib/sokoban/config.rb
63
+ - lib/sokoban/game_engine.rb
64
+ - lib/sokoban/render.rb
65
+ - lib/sokoban/sokoban_levels.txt
66
+ - lib/sokoban/sokoban_saved_game.yaml
67
+ - sokoban.gemspec
68
+ - spec/sokoban/board_spec.rb
69
+ - spec/spec_helper.rb
70
+ - test/sokoban/board_test.rb
71
+ - test/sokoban/tc_moveable.rb
72
+ - test/test_helper.rb
73
+ has_rdoc: true
74
+ homepage: https://github.com/brownman/sokoban.rb
75
+ licenses: []
76
+
77
+ post_install_message:
78
+ rdoc_options: []
79
+
80
+ require_paths:
81
+ - lib
82
+ required_ruby_version: !ruby/object:Gem::Requirement
83
+ none: false
84
+ requirements:
85
+ - - ">="
86
+ - !ruby/object:Gem::Version
87
+ hash: 3
88
+ segments:
89
+ - 0
90
+ version: "0"
91
+ required_rubygems_version: !ruby/object:Gem::Requirement
92
+ none: false
93
+ requirements:
94
+ - - ">="
95
+ - !ruby/object:Gem::Version
96
+ hash: 3
97
+ segments:
98
+ - 0
99
+ version: "0"
100
+ requirements: []
101
+
102
+ rubyforge_project:
103
+ rubygems_version: 1.6.1
104
+ signing_key:
105
+ specification_version: 3
106
+ summary: just adding code to ruby quiz 5 solution of James Edward Gray II from grayproductions.net
107
+ test_files: []
108
+