Sha256: b4e7895493a6c72df1ab08b5489d92b051485d5fd41f4eeaacbf6a6ab9eb3e28
Contents?: true
Size: 522 Bytes
Versions: 1
Compression:
Stored size: 522 Bytes
Contents
require 'rpa/install' class Install_smagacor < RPA::Install::FullInstaller name 'smagacor' version '0.0.1-1' classification Application build do installdocs %w[COPYING ChangeLog TODO] installdocs 'docs' installrdoc %w[README] + Dir['lib/**/*.rb'] installdata end description <<-EOF A collection of small games in ruby 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. EOF end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
smagacor-0.0.1 | install.rb |