Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit ee4b3c7

Browse files
committed
Merge pull request #77 from grosser/grosser/url
add link to the github repo on rubygems.org
2 parents 9d86157 + 779c6ba commit ee4b3c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codeclimate-test-reporter.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ Gem::Specification.new do |spec|
1010
spec.email = ["[email protected]"]
1111
spec.description = %q{Collects test coverage data from your Ruby test suite and sends it to Code Climate's hosted, automated code review service. Based on SimpleCov.}
1212
spec.summary = %q{Uploads Ruby test coverage data to Code Climate.}
13-
spec.homepage = ""
13+
spec.homepage = "https://github.com/codeclimate/ruby-test-reporter"
1414
spec.license = "MIT"
1515

1616
spec.files = `git ls-files`.split($/)
1717
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
1818
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
1919
spec.require_paths = ["lib"]
20-
20+
2121
spec.required_ruby_version = ">= 1.9"
2222

2323
spec.add_dependency "simplecov", ">= 0.7.1", "< 1.0.0"

0 commit comments

Comments
 (0)