about summary refs log tree commit homepage
path: root/mahoro.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'mahoro.gemspec')
-rw-r--r--mahoro.gemspec8
1 files changed, 4 insertions, 4 deletions
diff --git a/mahoro.gemspec b/mahoro.gemspec
index f33b488..67335c6 100644
--- a/mahoro.gemspec
+++ b/mahoro.gemspec
@@ -3,7 +3,7 @@ ENV["VERSION"] or abort "VERSION= must be specified"
 Gem::Specification.new do |s|
   s.name = %q{mahoro}
   s.version = ENV["VERSION"].dup
-  s.homepage = "http://mahoro.rubyforge.org/"
+  s.homepage = "http://bogomips.org/mahoro/README"
   s.authors = [ "Shu-yu Guo", "Eric Wong" ]
   s.description = %{
 An interface to libmagic to determine file types using "magic" numbers.
@@ -12,14 +12,14 @@ Shu-yu Guo is the original author but all maintenance is handled by
 Eric Wong nowadays.
 
 source: http://bogomips.org/mahoro.git/
+documentation: http://bogomips.org/mahoro/
   }.strip
   s.email = %q{normalperson@yhbt.net}
   s.files = `git ls-files`.split(/\n/)
   s.rubyforge_project = %q{mahoro}
   s.summary = 'An interface to libmagic'
-  s.test_files = %w(test.rb)
-  s.extensions = %w(extconf.rb)
-  s.extra_rdoc_files = %w(mahoro.c)
+  s.extensions = %w(ext/mahoro/extconf.rb)
+  s.extra_rdoc_files = %w(ext/mahoro/mahoro.c)
   s.rdoc_options = %w(--exclude \.o --exclude \.so)
 
   s.license = "Public Domain"