cli_tool 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -185,7 +185,7 @@ module CliTool
185
185
  argument: :required,
186
186
  short: :p,
187
187
  documentation: 'SSH password (not implemented)',
188
- secure: true
188
+ private: true
189
189
  },
190
190
  identity: {
191
191
  argument: :required,
@@ -196,7 +196,7 @@ module CliTool
196
196
  argument: :required,
197
197
  short: :h,
198
198
  documentation: 'SSH host to connect to',
199
- required: true
199
+ require: true
200
200
  },
201
201
  port: {
202
202
  default: '22',
@@ -1,3 +1,3 @@
1
1
  module CliTool
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cli_tool
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: