Skip to content

Commit

Permalink
* rake package fails when no homepage is set
Browse files Browse the repository at this point in the history
  • Loading branch information
Soph committed May 14, 2009
1 parent 1bfdd72 commit c344b33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ setup_gem(name, version) do |spec|
spec.test_files = Dir.glob('test/test_*.rb')
spec.author="Matt Bauer"
spec.files += %w(README Rakefile setup.rb)
spec.homepage = ""

spec.required_ruby_version = '>= 1.8.4'

Expand Down

0 comments on commit c344b33

Please sign in to comment.