puppetlabs_spec_helper 0.8.1 → 0.8.2
Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG
CHANGED
@@ -1,3 +1,10 @@
|
|
1
|
+
2014-10-01 - Release 0.8.2
|
2
|
+
Summary:
|
3
|
+
This release fixes the lint task on the latest puppet-lint
|
4
|
+
|
5
|
+
Bugfixes:
|
6
|
+
- Fix the lint task require code
|
7
|
+
|
1
8
|
2014-08-25 - Release 0.8.1
|
2
9
|
Summary:
|
3
10
|
This release corrects compatibility with the recently-released puppet-lint
|
@@ -195,7 +195,7 @@ end
|
|
195
195
|
|
196
196
|
desc "Check puppet manifests with puppet-lint"
|
197
197
|
task :lint do
|
198
|
-
require 'puppet-lint'
|
198
|
+
require 'puppet-lint/tasks/puppet-lint'
|
199
199
|
PuppetLint.configuration.relative = true
|
200
200
|
PuppetLint.configuration.disable_class_inherits_from_params_class
|
201
201
|
PuppetLint.configuration.ignore_paths ||= []
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: puppetlabs_spec_helper
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.
|
4
|
+
version: 0.8.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-
|
12
|
+
date: 2014-10-01 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rake
|
@@ -151,12 +151,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
151
151
|
- - ! '>='
|
152
152
|
- !ruby/object:Gem::Version
|
153
153
|
version: '0'
|
154
|
+
segments:
|
155
|
+
- 0
|
156
|
+
hash: -3854310657550255365
|
154
157
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
155
158
|
none: false
|
156
159
|
requirements:
|
157
160
|
- - ! '>='
|
158
161
|
- !ruby/object:Gem::Version
|
159
162
|
version: '0'
|
163
|
+
segments:
|
164
|
+
- 0
|
165
|
+
hash: -3854310657550255365
|
160
166
|
requirements: []
|
161
167
|
rubyforge_project:
|
162
168
|
rubygems_version: 1.8.23.2
|
@@ -168,4 +174,3 @@ test_files:
|
|
168
174
|
- spec/unit/puppetlabs_spec_helper/puppetlabs_spec/puppet_internals_spec.rb
|
169
175
|
- spec/unit/spechelper_spec.rb
|
170
176
|
- spec/watchr.rb
|
171
|
-
has_rdoc:
|