travis-ci
513 of 513 new or added lines in 7 files covered. (100.0%)
408 of 516 relevant lines covered (79.07%)
183.57 hits per line
1 |
# coding: utf-8
|
|
2 |
|
|
|
require 'archive/tar/minitar'
|
5 all except jruby-head, Gemfile and rbx-2, Gemfile ✔ |
4 |
|
|
|
if defined? ::Minitar |
5 all except jruby-head, Gemfile and rbx-2, Gemfile ✔ |
|
warn <<-EOS |
× |
7 |
::Minitar is already defined. |
|
8 |
This will conflict with future versions of minitar.
|
|
|
EOS |
× |
10 |
else
|
|
|
::Minitar = Archive::Tar::Minitar unless defined? Minitar |
5 all except jruby-head, Gemfile and rbx-2, Gemfile ✔ |
12 |
end
|