Skip to content

Commit b8a413b

Browse files
author
Steven Harman
committed
Add homepage to Gemspec
This makes it easier to find the source from RubyGems.org, etc.
1 parent 6a6c0e3 commit b8a413b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-commands-rspec.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
99
spec.email = ["[email protected]"]
1010
spec.description = %q{rspec command for spring}
1111
spec.summary = %q{rspec command for spring}
12-
spec.homepage = ""
12+
spec.homepage = "https://github.com/jonleighton/spring-commands-rspec"
1313
spec.license = "MIT"
1414

1515
spec.files = `git ls-files`.split($/)

0 commit comments

Comments
 (0)