puppet_litmus 0.1.0 → 0.1.1

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: 9caf40c0204bbf7ee96cd7972dc94d1d08fe3789
4
- data.tar.gz: f08c3e7468e1fc0c17a4ec66dd4df044cb7b21b4
3
+ metadata.gz: a75172285da5913803f07bae8651183d7196cd14
4
+ data.tar.gz: 45d70cbc2fcc22010f38a29b10f022d74ae5bae5
5
5
  SHA512:
6
- metadata.gz: 630d0081008784dd6d8a0b822a2e69eea7e36c7eafec4263844c70bbed503936f804e2f3cac591d479ae7ccdc7fea7c0b00037a7e7da16063f80d86bdfb37506
7
- data.tar.gz: 8362adbc00c895e436d1b587a3c4e9f8f66d5b9105fe1fab5d0c2c43a5c84a14db97fa6c9e08d5069a56a3c70ca5de9da57f6b3c9695aaa029b7507690b2a2d3
6
+ metadata.gz: 6053495d1f61e0a8c671b81cd50048f6cb064431806950a8d93ab79510290e6168470fbfd3991c97833bbcb01a1c5ac89c80ee0ad150680c07e2e1f8d7cb802f
7
+ data.tar.gz: ccc9d916d4a6f56c138bfdbb6767e5f2c20bb059d5fcfb20d5f332f47e59635acde327b20585140ccf5529f0c7d91163a5b41d3b0f2bcb6712b12effe33bb12b
@@ -2,5 +2,5 @@
2
2
 
3
3
  # version of this gem
4
4
  module PuppetLitmus
5
- VERSION ||= '0.1.0'
5
+ VERSION ||= '0.1.1'
6
6
  end
data/lib/puppet_litmus.rb CHANGED
@@ -1,5 +1,8 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ # Helper methods for testing puppet content
4
+ module PuppetLitmus; end
5
+
3
6
  require 'bolt_spec/run'
4
7
  require 'puppet_litmus/inventory_manipulation'
5
8
  require 'puppet_litmus/serverspec'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: puppet_litmus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Puppet, Inc.