sokobanrb 0.0.3

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