diff --git a/Rakefile b/Rakefile index a59f927..e75bf15 100644 --- a/Rakefile +++ b/Rakefile @@ -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"]