knife-cisco_asa 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## v0.1.1
2
+
3
+ * Fixed typo in common options
4
+
1
5
  ## v0.1.0
2
6
 
3
7
  * Initial release with basic support for adding/removing hosts
@@ -25,7 +25,7 @@ module CiscoAsaKnifePlugin
25
25
  :long => "--cisco-asa-enable-password PASSWORD",
26
26
  :description => "Enable password for Cisco ASA"
27
27
 
28
- ption :cisco_asa_hostname,
28
+ option :cisco_asa_hostname,
29
29
  :short => "-h HOSTNAME",
30
30
  :long => "--cisco-asa-hostname HOSTNAME",
31
31
  :description => "The hostname for Cisco ASA"
@@ -1,5 +1,5 @@
1
1
  module Knife
2
2
  module CiscoAsa
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-cisco_asa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: