Skip to content

Commit f07f567

Browse files
authored
Merge pull request #26 from test-unit/update-gemspec
Update homepage URL in gemspec file
2 parents 1e290e2 + 51a9a03 commit f07f567

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

test-unit-runner-junitxml.gemspec

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,12 @@ Gem::Specification.new do |spec|
99
spec.email = ["[email protected]"]
1010

1111
spec.summary = %q{A test-unit runner that reports test result in JUnit XML format.}
12-
#spec.description = %q{TODO: Write a longer description or delete this line.}
13-
spec.homepage = "https://github.com/kenichiice/test-unit-runner-junitxml"
12+
spec.homepage = "https://github.com/test-unit/test-unit-runner-junitxml"
1413
spec.license = "MIT"
1514

16-
# Specify which files should be added to the gem when it is released.
17-
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
1815
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
1916
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
2017
end
21-
#spec.bindir = "exe"
22-
#spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
2318
spec.require_paths = ["lib"]
2419

2520
spec.add_development_dependency "bundler"

0 commit comments

Comments
 (0)