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 +4 -4
- data/library/rar/command_line_options.rb +1 -0
- data/library/rar/version.rb +1 -1
- metadata +5 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2f28a9144bb8aae9cb536f6fe2bdfdd37db31b00
|
4
|
+
data.tar.gz: 279d2d0c47e4e3809d49be9d8f9fec675f451c42
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
data/library/rar/version.rb
CHANGED
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.
|
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:
|
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:
|
62
|
-
|
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.
|
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:
|