rar 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9464122a55876b24ff51081b1c6ee6d7a9b10bb2
4
- data.tar.gz: 0647226362f220579df29a6f592b3d86fd453789
3
+ metadata.gz: 2f28a9144bb8aae9cb536f6fe2bdfdd37db31b00
4
+ data.tar.gz: 279d2d0c47e4e3809d49be9d8f9fec675f451c42
5
5
  SHA512:
6
- metadata.gz: e07445d80a39982063931b21bf3f2b64293f933daa2b8be7a168e8e57a2b08b390dfc10ab6c0dc1016098af9eb95d8e406c9d0157a337908a58cff6080455f98
7
- data.tar.gz: bb1b2e7297b89bacaab3a802a3c81b3bb088fcb05bf83d18364cb5c20c137f68da6091a83aa1f3faa6e07b597d2d899e63b2479b7a6c7b0e379d88ae858c0d36
6
+ metadata.gz: ace1a340b80e9c550e770faf8df6f176e00ada9d62c4aad0a1d67e988829c34afa8e972710a2f2693e2ecb98287ff24a1655e2d4ab28b2f26ff10fcd348b7aab
7
+ data.tar.gz: 1dd2fd97f88ce818739ee9c6126feb1c72f0c7db75dfef765c2854be0986585dce99967547a10d40e19c889bfc48c480837ee05cc681494e77d9d274f70e3851
@@ -12,6 +12,7 @@ module RAR
12
12
  volume_size: ->(volume_size) { "-v#{volume_size}" },
13
13
  compression: ->(compression = 0) { "-m#{compression}" },
14
14
  exclude_path: ->(exclude_path) { '-ep' },
15
+ password: ->(password) { "-p#{password}" },
15
16
  }
16
17
 
17
18
  # @return [Array] the list of command line options.
@@ -2,7 +2,7 @@
2
2
 
3
3
  module RAR
4
4
  # The library version constant.
5
- Version = "0.1.3"
5
+ Version = "0.1.4"
6
6
 
7
7
  # Returns the current library version number.
8
8
  #
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mikkel Kroman
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-07 00:00:00.000000000 Z
11
+ date: 2015-03-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -58,8 +58,8 @@ dependencies:
58
58
  - - "~>"
59
59
  - !ruby/object:Gem::Version
60
60
  version: '4.2'
61
- description: |2
62
- RAR is a Ruby wrapper for the command-line application rar, also known as WinRAR for Windows.
61
+ description: " RAR is a Ruby wrapper for the command-line application rar, also
62
+ known as WinRAR for Windows.\n"
63
63
  email: mk@uplink.io
64
64
  executables: []
65
65
  extensions: []
@@ -92,10 +92,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
92
  version: '0'
93
93
  requirements: []
94
94
  rubyforge_project:
95
- rubygems_version: 2.2.2
95
+ rubygems_version: 2.4.5
96
96
  signing_key:
97
97
  specification_version: 4
98
98
  summary: RAR is a Ruby wrapper for the command-line application rar, also known as
99
99
  WinRAR for Windows.
100
100
  test_files: []
101
- has_rdoc: