simp-beaker-helpers 1.5.2 → 1.5.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c5f010fc7c285530d86bc638c6d5bfbc417aa859
4
- data.tar.gz: 3634d944e794eb9ddcba53540bb474a93d8385b2
3
+ metadata.gz: c7e6ccefb3c2c3e10117140a310fe385a5263e7d
4
+ data.tar.gz: dc48f4b07005bcc2278564e3f5b0e8ecff8f1230
5
5
  SHA512:
6
- metadata.gz: d7a9de47d6d22f0035a0e98153517a48f820861fb2dc7ef7633e930fde5d8e6974155be36cf0578dba2885be53d6061b299644ac9abbcff1aff63b51c3960f89
7
- data.tar.gz: f4e2109ddae74fc105d9ad46871ee4363e6c4dc66f36e42f3fb9aae1424a0ac69a44ed4aa21854eb8ae661f55bfadb8c091fca01dfb7c6f7ae73351fafa04a8d
6
+ metadata.gz: 01781e927687b40585c3ddca1a217195cf7bb3c496143c5c98efafdf3f49e6eb763ac6aa1b9e19dbb9f8702439d863257480bd8d238ec95b9630fb1669178e33
7
+ data.tar.gz: a96fc9d648ec646148fc04f166546d151764c3f786d73b8c2e48ab7a1a5dea570cdfd098a5b6991389b243dcdbfc99f4a737d372c543ce2bce1ccb67b22a3065
@@ -1,7 +1,7 @@
1
1
  module Simp; end
2
2
 
3
3
  module Simp::BeakerHelpers
4
- VERSION = '1.5.2'
4
+ VERSION = '1.5.3'
5
5
 
6
6
  # use the `puppet fact` face to look up facts on an SUT
7
7
  def pfact_on(sut, fact_name)
@@ -116,15 +116,17 @@ module Simp::Rake
116
116
 
117
117
  raise("Error: Suites Directory at '#{suite_basedir}'!") unless File.directory?(suite_basedir)
118
118
 
119
- unless File.directory?(File.join(suite_basedir, suite))
120
- STDERR.puts("Error: Could not find suite '#{suite}'")
121
- STDERR.puts("Available Suites:")
122
- STDERR.puts(' * ' + Dir.glob(
123
- File.join(suite_basedir, '*')).sort.map{ |x|
124
- File.basename(x)
125
- }.join("\n * ")
126
- )
127
- exit(1)
119
+ if suite
120
+ unless File.directory?(File.join(suite_basedir, suite))
121
+ STDERR.puts("Error: Could not find suite '#{suite}'")
122
+ STDERR.puts("Available Suites:")
123
+ STDERR.puts(' * ' + Dir.glob(
124
+ File.join(suite_basedir, '*')).sort.map{ |x|
125
+ File.basename(x)
126
+ }.join("\n * ")
127
+ )
128
+ exit(1)
129
+ end
128
130
  end
129
131
 
130
132
  suite_config = {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simp-beaker-helpers
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.2
4
+ version: 1.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Tessmer
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-07-10 00:00:00.000000000 Z
12
+ date: 2016-07-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: beaker