Skip to content

Commit d232761

Browse files
Reset specs
1 parent 1e86faf commit d232761

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Rakefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ module Hoe::Package
4545
cmd += " #{null_dev}" unless Rake.application.options.trace
4646

4747
puts cmd if Rake.application.options.trace
48-
system cmd
48+
result = system cmd
49+
Gem::Specification.reset
50+
result
4951
end
5052
end
5153

0 commit comments

Comments
 (0)