secure_data_bag 1.0.3 → 1.0.4

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: f3c20cf4c00f4fa89cba3ab2ab0de2799d737d53
4
- data.tar.gz: 4d1c5b9dc6493e6fd06745ca98497d4b8f2da70d
3
+ metadata.gz: df656b3dc1106b7583fb202b81bce4cb417c353a
4
+ data.tar.gz: 13aab36b2c7d935a8375d1508556abad0c8bd21d
5
5
  SHA512:
6
- metadata.gz: 6532b5704472c8bd58aa7526fea2cd9efb8b1321024127536bd2a521b61c474c64b5f723b26a131bf21dbcdc2375b3a6c868d18bc3c32a88147268c8dcb3820a
7
- data.tar.gz: 76f9c8b340b879e417428c3a39ef2ac5f3b8f12e8ce771ea7dc2117fbb5dd5fd194abe614a7ffb6f3fb9bf66645df4a32d7afd1e7a4dfb0934cb6db976520fc2
6
+ metadata.gz: 336cc19b72f05a1a924d3542fffa6beac4c0e692d36c0c66eda4b408883fab8c6b3feb7559f168b5c1cd20aa988df3f34a96c4e4eb7af1c12625f8e7837e7c8b
7
+ data.tar.gz: ea1af6c4ec034256c4cc748fcd412c1c215f7a464724478637a3906e687f724b634b765d94d5b8b03e06d6f3e10cefb39dd9173caca86c2c0a44eea45b255c8d
@@ -137,7 +137,7 @@ module SecureDataBag
137
137
 
138
138
  def self.from_item(h)
139
139
  item = self.from_hash(h.to_hash)
140
- item.data_bag = h.data_bag
140
+ item.data_bag h.data_bag
141
141
  item
142
142
  end
143
143
 
@@ -1,5 +1,5 @@
1
1
 
2
2
  module SecureDataBag
3
- VERSION = "1.0.3"
3
+ VERSION = "1.0.4"
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.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Serafini