You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
502 B
12 lines
502 B
Gem::Specification.new do |s| |
|
s.name = 'squib' |
|
s.version = '0.0.0' |
|
s.date = '2014-07-04' |
|
s.summary = "An API for card game designers" |
|
s.description = "Squib is a Ruby API for prototyping your own card game. Script your build so you can output PNGs or PDFs for printing." |
|
s.authors = ["Andy Meneely"] |
|
s.email = 'playconfidencegames@gmail.com' |
|
s.files = ["lib/squib.rb"] |
|
s.homepage = 'http://rubygems.org/gems/squib' |
|
s.license = 'MIT' |
|
end
|
|
|