about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index f18cffa..33275d3 100644
--- a/Rakefile
+++ b/Rakefile
@@ -11,6 +11,9 @@ Hoe.spec 'mogilefs-client' do
   # developer 'drbrain@segment7.net', 'Eric Hodel'
   self.readme_file = "README"
   self.history_file = "History"
+  self.url = "http://bogomips.org/mogilefs-client"
+  self.description = self.paragraphs_of("README", 1)
+  self.summary = "MogileFS client library for Ruby"
 end
 
 task :fix_perms do