knife-psearch 0.0.2 → 0.0.3

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.
@@ -53,7 +53,7 @@ class Psearch < Chef::Knife
53
53
  specs = @keys.map { |i| i.split(",") }.flatten
54
54
  specs.each do |spc|
55
55
  name, value = spc.split("=")
56
- key_hash[name] = value.split("_")
56
+ key_hash[name] = value.split(".")
57
57
  end
58
58
  # This seems like a sane default. The results without the name
59
59
  # are usually not what we want.
@@ -1,3 +1,3 @@
1
1
  module KnifePSearch
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-psearch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-13 00:00:00.000000000 Z
12
+ date: 2013-02-28 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Knife Plugin for Chef 11's Partial Search
15
15
  email: steve@opscode.com