Cannot check gzipped tar file's content
---------------------------------------

                 Key: BUILDR-159
                 URL: https://issues.apache.org/jira/browse/BUILDR-159
             Project: Buildr
          Issue Type: Bug
          Components: Packaging
    Affects Versions: 1.3.3
            Reporter: lacton
            Priority: Minor


When I try to check a gzipped tar file contents, I get the exception "undefined 
method `entries' for #<Buildr::TarTask:0xb7447b9c>".

<buildfile>
package(:tgz).include 'foo'

check package(:tgz), 'should contain file foo' do
  it.should contain('foo')
end
</buildfile>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to