Sha256: 13f235ee9995ac7bb2bf755d4c357f10d3242cba49ca7ad888c50178347c23fc

Contents?: true

Size: 328 Bytes

Versions: 18

Compression:

Stored size: 328 Bytes

Contents

module IMW
  module Archives
    module Tar

      include IMW::Archives::Base
      
      def archive_settings
        @archive_settings ||=  {
          :create  => "-cf",
          :append  => "-rf",
          :list    => "-tf",
          :extract => "-xf",
          :program => :tar
        }
      end
    end
  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
imw-0.2.18 lib/imw/archives/tar.rb
imw-0.2.17 lib/imw/archives/tar.rb
imw-0.2.16 lib/imw/archives/tar.rb
imw-0.2.15 lib/imw/archives/tar.rb
imw-0.2.14 lib/imw/archives/tar.rb
imw-0.2.13 lib/imw/archives/tar.rb
imw-0.2.12 lib/imw/archives/tar.rb
imw-0.2.11 lib/imw/archives/tar.rb
imw-0.2.10 lib/imw/archives/tar.rb
imw-0.2.9 lib/imw/archives/tar.rb
imw-0.2.8 lib/imw/archives/tar.rb
imw-0.2.7 lib/imw/archives/tar.rb
imw-0.2.6 lib/imw/archives/tar.rb
imw-0.2.5 lib/imw/archives/tar.rb
imw-0.2.4 lib/imw/archives/tar.rb
imw-0.2.3 lib/imw/archives/tar.rb
imw-0.2.2 lib/imw/archives/tar.rb
imw-0.2.1 lib/imw/archives/tar.rb