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