--- !ruby/object:Gem::Specification name: gamebox version: !ruby/object:Gem::Version version: 0.0.8 platform: ruby authors: - Shawn Anderson - Jason Roelofs - Karlin Fox autorequire: bindir: bin cert_chain: [] date: 2010-02-18 00:00:00 -05:00 default_executable: gamebox dependencies: - !ruby/object:Gem::Dependency name: rspec type: :development version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: - !ruby/object:Gem::Dependency name: jeweler type: :development version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: - !ruby/object:Gem::Dependency name: rubygame type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: - !ruby/object:Gem::Dependency name: constructor type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: - !ruby/object:Gem::Dependency name: publisher type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: description: Framework for building and distributing games using Rubygame email: shawn42@gmail.com executables: - gamebox extensions: [] extra_rdoc_files: - README.txt files: - .gitignore - History.txt - README.txt - Rakefile - TODO.txt - VERSION - bin/gamebox - docs/CODE_REVIEW - docs/getting_started.rdoc - docs/logo.png - gamebox.gemspec - lib/gamebox.rb - lib/gamebox/actor.rb - lib/gamebox/actor_factory.rb - lib/gamebox/actor_view.rb - lib/gamebox/actors/curtain.rb - lib/gamebox/actors/label.rb - lib/gamebox/actors/logo.rb - lib/gamebox/actors/score.rb - lib/gamebox/actors/svg_actor.rb - lib/gamebox/ai/line_of_site.rb - lib/gamebox/ai/polaris.rb - lib/gamebox/ai/two_d_grid_location.rb - lib/gamebox/ai/two_d_grid_map.rb - lib/gamebox/arbiter.rb - lib/gamebox/backstage.rb - lib/gamebox/behavior.rb - lib/gamebox/behaviors/animated.rb - lib/gamebox/behaviors/audible.rb - lib/gamebox/behaviors/collidable.rb - lib/gamebox/behaviors/graphical.rb - lib/gamebox/behaviors/layered.rb - lib/gamebox/behaviors/physical.rb - lib/gamebox/behaviors/updatable.rb - lib/gamebox/class_finder.rb - lib/gamebox/config_manager.rb - lib/gamebox/console_app.rb - lib/gamebox/data/config/objects.yml - lib/gamebox/data/fonts/Asimov.ttf - lib/gamebox/data/fonts/GAMEBOX_FONTS_GO_HERE - lib/gamebox/data/graphics/GAMEBOX_GRAPHICS_GO_HERE - lib/gamebox/data/graphics/logo.png - lib/gamebox/data/music/GAMEBOX_MUSIC_GOES_HERE - lib/gamebox/data/sounds/GAMEBOX_SOUND_FX_GO_HERE - lib/gamebox/director.rb - lib/gamebox/event_compat.rb - lib/gamebox/gamebox_application.rb - lib/gamebox/gamebox_generator.rb - lib/gamebox/generators/actor_generator.rb - lib/gamebox/generators/view_generator.rb - lib/gamebox/input_manager.rb - lib/gamebox/lib/aliasing.rb - lib/gamebox/lib/code_statistics.rb - lib/gamebox/lib/diy.rb - lib/gamebox/lib/inflections.rb - lib/gamebox/lib/inflector.rb - lib/gamebox/lib/linked_list.rb - lib/gamebox/lib/metaclass.rb - lib/gamebox/lib/numbers_ext.rb - lib/gamebox/lib/platform.rb - lib/gamebox/lib/publisher_ext.rb - lib/gamebox/lib/sorted_list.rb - lib/gamebox/lib/surface_ext.rb - lib/gamebox/physical_director.rb - lib/gamebox/physical_stage.rb - lib/gamebox/physics.rb - lib/gamebox/resource_manager.rb - lib/gamebox/sound_manager.rb - lib/gamebox/spec/helper.rb - lib/gamebox/stage.rb - lib/gamebox/stage_manager.rb - lib/gamebox/svg_document.rb - lib/gamebox/tasks/gamebox_tasks.rb - lib/gamebox/templates/actor.erb - lib/gamebox/templates/actor_spec.erb - lib/gamebox/templates/actor_view.erb - lib/gamebox/templates/actor_view_spec.erb - lib/gamebox/templates/template_app/.gitignore - lib/gamebox/templates/template_app/README - lib/gamebox/templates/template_app/Rakefile - lib/gamebox/templates/template_app/config/boot.rb - lib/gamebox/templates/template_app/config/environment.rb - lib/gamebox/templates/template_app/config/game.yml - lib/gamebox/templates/template_app/config/stage_config.yml - lib/gamebox/templates/template_app/data/fonts/FONTS_GO_HERE - lib/gamebox/templates/template_app/data/graphics/GRAPHICS_GO_HERE - lib/gamebox/templates/template_app/data/music/MUSIC_GOES_HERE - lib/gamebox/templates/template_app/data/sounds/SOUND_FX_GO_HERE - lib/gamebox/templates/template_app/doc/README_FOR_APP - lib/gamebox/templates/template_app/script/generate - lib/gamebox/templates/template_app/spec/helper.rb - lib/gamebox/templates/template_app/src/app.rb - lib/gamebox/templates/template_app/src/demo_stage.rb - lib/gamebox/templates/template_app/src/game.rb - lib/gamebox/templates/template_app/src/my_actor.rb - lib/gamebox/version.rb - lib/gamebox/viewport.rb - lib/gamebox/views/graphical_actor_view.rb - lib/gamebox/wrapped_screen.rb - script/perf_polaris.rb - spec/actor_spec.rb - spec/actor_view_spec.rb - spec/animated_spec.rb - spec/backstage_spec.rb - spec/behavior_spec.rb - spec/collidable_spec.rb - spec/helper.rb - spec/label_spec.rb - spec/line_of_site_spec.rb - spec/physical_spec.rb - spec/polaris_spec.rb - spec/resource_manager_spec.rb - spec/stage_spec.rb - spec/viewport_spec.rb has_rdoc: true homepage: http://shawn42.github.com/gamebox licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: gamebox rubygems_version: 1.3.5 signing_key: specification_version: 3 summary: Framework for building and distributing games using Rubygame test_files: - spec/actor_spec.rb - spec/actor_view_spec.rb - spec/animated_spec.rb - spec/backstage_spec.rb - spec/behavior_spec.rb - spec/collidable_spec.rb - spec/helper.rb - spec/label_spec.rb - spec/line_of_site_spec.rb - spec/physical_spec.rb - spec/polaris_spec.rb - spec/resource_manager_spec.rb - spec/stage_spec.rb - spec/viewport_spec.rb