From 5f375c5959262446ff247355fc1116977ba2f52b Mon Sep 17 00:00:00 2001 From: Richard Ramsden Date: Wed, 3 Aug 2011 23:07:56 -0700 Subject: [PATCH] small changes to gem meta-data --- Rakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]