Sha256: 368a54deef82b57ebab2bbc455c7d4c0ff51d57be98ee12cc468fc3610b329e7
Contents?: true
Size: 877 Bytes
Versions: 2
Compression:
Stored size: 877 Bytes
Contents
#!/usr/bin/env ruby # # # $Id$ # # smagacor - a collection of small games in ruby # Copyright (C) 2004 Thomas Leitner # # This program is free software; you can redistribute it and/or modify it under the terms of the GNU # General Public License as published by the Free Software Foundation; either version 2 of the # License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License along with this program; if not, # write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # require 'smagacor/smagacor-ui' Smagacor::SmagacorUI.new.start
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
smagacor-0.0.1 | bin/smagacor |
smagacor-0.0.2 | bin/smagacor |