File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments