small changes to gem meta-data

This commit is contained in:
Richard Ramsden 2011-08-03 23:07:56 -07:00
parent 925ecee72c
commit 5f375c5959

View file

@ -15,9 +15,9 @@ require 'jeweler'
Jeweler::Tasks.new do |gem|
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
gem.name = "X11"
gem.homepage = "http://github.com/rramsden/X11"
gem.homepage = "http://github.com/rramsden/ruby-x11"
gem.license = "MIT"
gem.summary = %Q{TODO: one-line summary of your gem}
gem.summary = %Q{Pure Ruby implementation of X Window System Protocol}
gem.description = %Q{TODO: longer description of your gem}
gem.email = "richard@rramsden.ca"
gem.authors = ["Richard Ramsden"]