sumskyi-bluepill 0.0.42.0 → 0.0.42.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/bin/bluepill +3 -3
  2. data/sumskyi-bluepill.gemspec +1 -1
  3. metadata +3 -3
@@ -28,9 +28,9 @@ OptionParser.new do |opts|
28
28
  opts.on("--[no-]privileged", "Allow/disallow to run #{$0} as non-privileged process. disallowed by default") do |v|
29
29
  options[:privileged] = v
30
30
  end
31
-
32
- opts.on('-t', '--timeout', "Timeout for commands sent to the daemon, in seconds. Defaults to 10.") do |timeout|
33
- options[:timeout] = Integer(timeout)
31
+
32
+ opts.on('-t', '--timeout Seconds', Integer, "Timeout for commands sent to the daemon, in seconds. Defaults to 10.") do |timeout|
33
+ options[:timeout] = timeout
34
34
  end
35
35
 
36
36
  help = proc do
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{sumskyi-bluepill}
8
- s.version = "0.0.42.0"
8
+ s.version = "0.0.42.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Arya Asemanfar", "Gary Tsang", "Rohith Ravi"]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sumskyi-bluepill
3
3
  version: !ruby/object:Gem::Version
4
- hash: 231
4
+ hash: 229
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
9
  - 42
10
- - 0
11
- version: 0.0.42.0
10
+ - 1
11
+ version: 0.0.42.1
12
12
  platform: ruby
13
13
  authors:
14
14
  - Arya Asemanfar