Skip to content

Commit 931ecd0

Browse files
Fix gemspec homepage to point to rails repo [ci skip]
1 parent 3c109f2 commit 931ecd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sprockets-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Gem::Specification.new do |s|
22
s.name = "sprockets-rails"
33
s.version = "2.0.0.rc1"
44

5-
s.homepage = "https://github.com/josh/sprockets-rails"
5+
s.homepage = "https://github.com/rails/sprockets-rails"
66
s.summary = "Sprockets Rails integration"
77

88
s.files = Dir["README.md", "lib/**/*.rb"]

0 commit comments

Comments
 (0)