Sha256: 4a46520bbce5fe5062a74de7d09cf06e9ff8110c52969db31abfa623ebe34177
Contents?: true
Size: 532 Bytes
Versions: 2
Compression:
Stored size: 532 Bytes
Contents
spec = Gem::Specification.new do |s| s.name = 'gglib' s.version = '1.1.0' s.summary = "A GUI Library for the Gosu graphics engine." s.description = "A GUI library for the Gosu graphics engine." s.files = Dir['lib/**/*.rb'] s.require_path = 'lib' s.autorequire = 'builder' s.has_rdoc = true s.extra_rdoc_files = Dir['[A-Z]*'] s.rdoc_options << '--title' << 'GGLib - A Gosu GUI Library' s.author = "Praneeth Sadda" s.email = "psadda@comcast.net" s.homepage = "http://gglib.rubyforge.org" end
Version data entries
2 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gglib-1.1.0 | gemspec.txt |
gglib-1.1.0 | gglib.gemspec |