ruaur 0.1.7 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/ruaur +7 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4e3fd14b172e136a3d420d1802029c6829ca29e2
4
- data.tar.gz: c2121c504aef2beb0870f8e5818b1a88713e3f37
3
+ metadata.gz: d84aae3c0975a05c0a02e3b4ff6c43e8ae0127ba
4
+ data.tar.gz: c57431a447c0caaea4b20ea9ffab2ef76676b2af
5
5
  SHA512:
6
- metadata.gz: d6fd994d242102dc0d6cce4516c284c320b6d4918828777a596002b84e4f36cf2498ee84810f94d8ca18fd20271e0177dda46a162171ceefbde10f9cbad1e38a
7
- data.tar.gz: 6e1e2c63e2e714f1fddb9f16f8532899082f5081ffc0b615a819f3b91023994b8bcb9abb1284686e4285de7438ac5224c831b58bd8a6a3a302b0921ce20a6a76
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("", "OPERATIONS")
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.7
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-20 00:00:00.000000000 Z
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