qcmd 0.1.5 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/bin/qcmd +1 -1
  2. data/lib/qcmd/version.rb +1 -1
  3. metadata +3 -3
data/bin/qcmd CHANGED
@@ -37,7 +37,7 @@ else
37
37
  Qcmd::Network.browse
38
38
  end
39
39
 
40
- if options[:command_given] && !(options[:machine_given] && options[:workspace_given])
40
+ if opts[:command_given] && !(opts[:machine_given] && opts[:workspace_given])
41
41
  Qcmd.print_wrapped("if you give a command, you must also give a
42
42
  machine name and a workspace name to connect to")
43
43
  end
data/lib/qcmd/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Qcmd
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qcmd
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 5
10
- version: 0.1.5
9
+ - 6
10
+ version: 0.1.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Adam Bachman