Skip to content

Commit

Permalink
Hoe fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jm committed Oct 6, 2008
1 parent 99a4628 commit 7bf2ba8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/hoe.rb
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions pkg/matchy-0.0.1/config/hoe.rb
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7bf2ba8

Please sign in to comment.