Skip to content

Commit 51a9a03

Browse files
committed
delete unnecessary lines from gemspec
1 parent a6dc5c9 commit 51a9a03

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test-unit-runner-junitxml.gemspec

Lines changed: 0 additions & 5 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.}
1312
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)