Skip to content

Commit

Permalink
Fix bug in gemspec. [admin]
Browse files Browse the repository at this point in the history
  • Loading branch information
trans committed Apr 16, 2012
1 parent 7aafae2 commit cc4331b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gemspec
Expand Up @@ -157,7 +157,7 @@ module DotRuby
end

# determine homepage from resources
homepage = metadata['resources'].find{ |r| r['name] =~ /^home|website/ || r['type'] =~ /^home/ }
homepage = metadata['resources'].find{ |r| r['name'] =~ /^home|web/ || r['type'] =~ /^home/ }
gemspec.homepage = homepage['uri'] if homepage

gemspec.require_paths = metadata['load_path'] || ['lib']
Expand Down

0 comments on commit cc4331b

Please sign in to comment.