mirror of
https://github.com/vidarh/ruby-x11
synced 2024-12-26 09:59:02 +01:00
small changes to gem meta-data
This commit is contained in:
parent
925ecee72c
commit
5f375c5959
1 changed files with 2 additions and 2 deletions
4
Rakefile
4
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"]
|
||||
|
|
Loading…
Reference in a new issue