Sha256: 93a46b4323e6cdda2c63c4af386bbbad4d9b5a75547ab2959b89dcd045111f05
Contents?: true
Size: 1.56 KB
Versions: 0
Compression: gzip
Compressed size: 663 Bytes
Stored size: 663 Bytes
Contents
--- !ruby/object:Gem::Specification rubygems_version: 0.8.4 specification_version: 1 name: smagacor version: !ruby/object:Gem::Version version: 0.0.1 date: 2005-02-09 summary: A collection of small games in ruby require_paths: - lib email: t_leitner@gmx.at homepage: smagacor.rubyforge.org rubyforge_project: smagacor description: "Smagacor is a collection of some small games, like TicTacToe and Pong. Adding new games should not be to hard, as Smagacor provides some useful classes for games." autorequire: default_executable: smagacor bindir: bin has_rdoc: true required_ruby_version: !ruby/object:Gem::Version::Requirement requirements: - - ">" - !ruby/object:Gem::Version version: 0.0.0 version: platform: ruby authors: - Thomas Leitner files: - setup.rb - install.rb - TODO - COPYING - README - Rakefile - ChangeLog - VERSION - bin/smagacor - lib/smagacor - lib/smagacor/controller.rb - lib/smagacor/smagacor-ui.rb - test/games - test/runtests.rb - test/smagacor - test/games/tictactoe - test/games/tictactoe/game.info - test/smagacor/tc_controller.rb - data/smagacor - data/smagacor/tictactoe - data/smagacor/smagacor.png - data/smagacor/tictactoe/o.png - data/smagacor/tictactoe/x.png - data/smagacor/tictactoe/tictactoe.rb - data/smagacor/tictactoe/tictactoe.png - data/smagacor/tictactoe/game.info test_files: [] rdoc_options: - "--line-numbers" - "-m README" extra_rdoc_files: - README - bin/smagacor executables: - smagacor extensions: [] requirements: [] dependencies: []