Sha256: 61e48586a0ab09c1c352a51878388159153cc651f74da31317c2e1bd54ff565b

Contents?: true

Size: 380 Bytes

Versions: 18

Compression:

Stored size: 380 Bytes

Contents

module IMW
  module Archives
    module Rar
      
      include IMW::Archives::Base
      
      def archive_settings
        @archive_settings ||= {
          :program => :rar,
          :create  => ['a', '-o+', '-inul'],
          :append  => ['a', '-o+', '-inul'],
          :list    => "vb",
          :extract => ['x', '-o+', '-inul']
        }
      end
    end
  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

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