vcenter_lib_mongodb 0.0.4 → 0.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: c75d0f6f35e90e5448cee99d4620aa1467f8fcbe
4
- data.tar.gz: e1b47adb7c8e0fc0c1e634a17fe57fdfc2da1c57
3
+ metadata.gz: 8691190a41e8cd710d7916930cc94ae766db269f
4
+ data.tar.gz: 37f82d9d54912a5505c8f67c9c6f821115ee31ba
5
5
  SHA512:
6
- metadata.gz: 4eded0bdf423a2d746da1d4e44f6310760fcc40d71b72ebebb183ae33fe91cb3f390420df9a3c8952529b65cdce23b4e8c9ed9594b12bf8328ad08068a73801b
7
- data.tar.gz: 13d8ce665f819bded3ec7671a3c22db72e512d6cbc928120d6f1620d2a941be15836c6ed6c99efa9d04a38a9467bd151231c3ef67b01db70a489c5ecf6e534d5
6
+ metadata.gz: 70fe2fc5d53ed68a4b849a13894f8b2e31cb135bf64f79214bed46981dd88d585d7f4f8853e38a9f320b617b66f75cb9733e12c82559baead52898528904120d
7
+ data.tar.gz: 59983161ed1157493cf4be8d6877d137d8d2bb175bfe3f82a725dbfce06b6292d64b1fc0aeea8d24154a578bbc200146e49ae43757ccb1747ecb6551e4489fbf
@@ -9,6 +9,7 @@ module VcenterLibMongodb
9
9
  attr_reader :connection
10
10
  attr_reader :vms_collection
11
11
  attr_reader :meta_collection
12
+ attr_reader :convert
12
13
 
13
14
  # initialize access to mongodb
14
15
  #
@@ -22,6 +23,7 @@ module VcenterLibMongodb
22
23
  @connection = connection
23
24
  @vms_collection = vms
24
25
  @meta_collection = meta
26
+ @convert = ::PuppetDBQuery::ToMongo.new
25
27
  end
26
28
 
27
29
  # get all vm names
@@ -1,3 +1,3 @@
1
1
  module VcenterLibMongodb
2
- VERSION = '0.0.4'.freeze
2
+ VERSION = '0.0.5'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vcenter_lib_mongodb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Meyling