secure_data_bag 1.0.4 → 1.0.5

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: df656b3dc1106b7583fb202b81bce4cb417c353a
4
- data.tar.gz: 13aab36b2c7d935a8375d1508556abad0c8bd21d
3
+ metadata.gz: 6e857860657969144ad84d433c71517d5076133d
4
+ data.tar.gz: b4d2d9ebd99805b360c1fa2582b4b0b44816cd85
5
5
  SHA512:
6
- metadata.gz: 336cc19b72f05a1a924d3542fffa6beac4c0e692d36c0c66eda4b408883fab8c6b3feb7559f168b5c1cd20aa988df3f34a96c4e4eb7af1c12625f8e7837e7c8b
7
- data.tar.gz: ea1af6c4ec034256c4cc748fcd412c1c215f7a464724478637a3906e687f724b634b765d94d5b8b03e06d6f3e10cefb39dd9173caca86c2c0a44eea45b255c8d
6
+ metadata.gz: ea08041ad71ebfed7d3c7278efedf4e93cfac58640d085ee93124fa0f6d2b78560c2bbf60e2a7a1e61195a40c1f3bbc7754c4897356c98c62b1ed141456c0c6b
7
+ data.tar.gz: 4af1de749137f618776d3d43298d9cc57cd35e25fc88f49c8531d46910cd512a232f2814e28c05843c9aabd32f9b9e89f418ef97919196a5884f13f896aa2424
@@ -21,7 +21,7 @@ class Chef
21
21
 
22
22
  def secure_data_bag_item!(item, fields=[])
23
23
  secure = SecureDataBag::SecureDataBagItem.from_item item
24
- secure.encode_fields secure.encode_fields + fields
24
+ secure.encoded_fields secure.encoded_fields + fields
25
25
  secure
26
26
  end
27
27
  end
@@ -1,5 +1,5 @@
1
1
 
2
2
  module SecureDataBag
3
- VERSION = "1.0.4"
3
+ VERSION = "1.0.5"
4
4
  end
5
5
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: secure_data_bag
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Serafini