commit
b9e277e643
1 changed files with 12 additions and 0 deletions
@ -0,0 +1,12 @@ |
|||||||
|
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 |
||||||
Loading…
Reference in new issue