We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 631d0d1 + 0db10a7 commit 80b63e6Copy full SHA for 80b63e6
test-unit-runner-junitxml.gemspec
@@ -11,6 +11,9 @@ Gem::Specification.new do |spec|
11
spec.summary = %q{A test-unit runner that reports test result in JUnit XML format.}
12
spec.homepage = "https://github.com/test-unit/test-unit-runner-junitxml"
13
spec.license = "MIT"
14
+ spec.metadata = {
15
+ "homepage_uri" => "https://github.com/test-unit/test-unit-runner-junitxml",
16
+ }
17
18
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
19
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
0 commit comments