Skip to content

Commit f7025f7

Browse files
committed
gem homepage field needed 'http://'
1 parent a9783bd commit f7025f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

p4ruby.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Gem::Specification.new { |t|
55
t.summary = "Ruby interface to the Perforce API"
66
t.author = "Perforce Software (ruby gem by James M. Lawrence)"
77
t.email = "[email protected]"
8-
t.homepage = "p4ruby.rubyforge.org"
8+
t.homepage = "http://p4ruby.rubyforge.org"
99
t.rubyforge_project = "p4ruby"
1010
t.extensions << "Rakefile"
1111
t.add_dependency "rake"

0 commit comments

Comments
 (0)