ruaur 0.1.7 → 0.1.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/ruaur +7 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d84aae3c0975a05c0a02e3b4ff6c43e8ae0127ba
|
4
|
+
data.tar.gz: c57431a447c0caaea4b20ea9ffab2ef76676b2af
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fd0ef88ddd491d468aa25776d14efe6151cf0a6e633e272aabe78398a3a3f9cfe41f8cc2e0d10b131985fe13296d40eb53f0c6a26052b4e29520f6b5e6ecafe3
|
7
|
+
data.tar.gz: 2cdbf44524f20a4cc7d8104104223e41cb7bb8f3ceadf03bf75d126a553ff3240b788a6eedc9e513a303ec6c28a6667896aceaa1079af89ba4eaa528906ef101
|
data/bin/ruaur
CHANGED
@@ -37,13 +37,19 @@ def parse(args)
|
|
37
37
|
opts.banner =
|
38
38
|
"Usage: #{File.basename($0)} <operation> [OPTIONS] [pkgs]"
|
39
39
|
|
40
|
-
opts.on("", "
|
40
|
+
opts.on("", "OPTIONS")
|
41
41
|
|
42
42
|
opts.on("-h", "--help", "Display this help message") do
|
43
43
|
puts opts
|
44
44
|
exit
|
45
45
|
end
|
46
46
|
|
47
|
+
opts.on("--nocolor", "Disable colorized output") do
|
48
|
+
String.disable_colorization = true
|
49
|
+
end
|
50
|
+
|
51
|
+
opts.on("", "OPERATIONS")
|
52
|
+
|
47
53
|
opts.on("-R", "--remove", "Remove packages") do
|
48
54
|
if (options["operation"])
|
49
55
|
puts opts
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruaur
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Miles Whittaker
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-02-
|
11
|
+
date: 2016-02-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: archive-tar-minitar
|