diff --git a/config/hoe.rb b/config/hoe.rb index 333db95..4a4d2a5 100644 --- a/config/hoe.rb +++ b/config/hoe.rb @@ -2,7 +2,7 @@ AUTHOR = 'Jeremy McAnally' # can also be an array of Authors EMAIL = "jeremy@entp.com" -DESCRIPTION = "description of gem" +DESCRIPTION = "RSpec-esque matchers for use in Test::Unit" GEM_NAME = 'matchy' # what ppl will type to install your gem RUBYFORGE_PROJECT = 'matchy' # The unix name for your project HOMEPATH = "http://#{RUBYFORGE_PROJECT}.rubyforge.org" @@ -38,7 +38,7 @@ def rubyforge_username RDOC_OPTS = ['--quiet', '--title', 'matchy documentation', "--opname", "index.html", "--line-numbers", - "--main", "README", + "--main", "README.rdoc", "--inline-source"] class Hoe diff --git a/pkg/matchy-0.0.1/config/hoe.rb b/pkg/matchy-0.0.1/config/hoe.rb index 333db95..4a4d2a5 100644 --- a/pkg/matchy-0.0.1/config/hoe.rb +++ b/pkg/matchy-0.0.1/config/hoe.rb @@ -2,7 +2,7 @@ AUTHOR = 'Jeremy McAnally' # can also be an array of Authors EMAIL = "jeremy@entp.com" -DESCRIPTION = "description of gem" +DESCRIPTION = "RSpec-esque matchers for use in Test::Unit" GEM_NAME = 'matchy' # what ppl will type to install your gem RUBYFORGE_PROJECT = 'matchy' # The unix name for your project HOMEPATH = "http://#{RUBYFORGE_PROJECT}.rubyforge.org" @@ -38,7 +38,7 @@ def rubyforge_username RDOC_OPTS = ['--quiet', '--title', 'matchy documentation', "--opname", "index.html", "--line-numbers", - "--main", "README", + "--main", "README.rdoc", "--inline-source"] class Hoe