Skip to content

Commit eb318a6

Browse files
nirvdrumenvygeeks
authored andcommitted
Fix the homepage URL in the gemspec. (#2)
1 parent e279501 commit eb318a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gem.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
1313
spec.files = %W(Rakefile Gemfile LICENSE) + Dir["{lib,bin}/**/*"]
1414
spec.description = "Like Pathname but a little less insane."
1515
spec.summary = "Almost like Pathname but just a little less insane."
16-
spec.homepage = "http://github.com/envygeeks/pathutils"
16+
spec.homepage = "http://github.com/envygeeks/pathutil"
1717
spec.email = ["[email protected]"]
1818
spec.require_paths = ["lib"]
1919
spec.name = "pathutil"

0 commit comments

Comments
 (0)