about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-11-11 11:05:51 +0000
committerEric Wong <normalperson@yhbt.net>2011-11-11 11:06:10 +0000
commit3d067dcb24644bf78260569a9de6e6cdd60fd469 (patch)
tree26bc52ce680aa911f0e7fad05e137ee28364abc7
parent55de4a3375793fa31993a1e9b4be777007bd31b8 (diff)
downloadmogilefs-client-3d067dcb24644bf78260569a9de6e6cdd60fd469.tar.gz
-rw-r--r--Manifest.txt9
-rw-r--r--Rakefile3
2 files changed, 8 insertions, 4 deletions
diff --git a/Manifest.txt b/Manifest.txt
index df7f614..6487954 100644
--- a/Manifest.txt
+++ b/Manifest.txt
@@ -1,13 +1,14 @@
-.CHANGELOG.old
 .document
 .gitignore
 .wrongdoc.yml
 GNUmakefile
-History.txt
-LICENSE.txt
+HACKING
+History
+LICENSE
 Manifest.txt
-README.txt
+README
 Rakefile
+TODO
 bin/mog
 lib/mogilefs.rb
 lib/mogilefs/admin.rb
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