pdqtest 0.3.1 → 0.3.2
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 +4 -4
- data/README.md +1 -0
- data/lib/pdqtest/version.rb +1 -1
- data/pdqtest.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5bb05e648d2d824fdb0b2504c717293854280734
|
|
4
|
+
data.tar.gz: b5183fa503b8ffff2e9bd020839fd446fe6b3efd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 000b90fdb97721de23e2b48dfdaf83531e0ef965c3b2810cd8a76bb59765d3406b0a0ca21fc320b2baafc5bebbfceb44bd35d0b13f045aed9d869053e60975e7
|
|
7
|
+
data.tar.gz: 64e1cb066c587b52ea5c33fcd95e8edc79f96b502218d560934c674bf257cf74b5a17ec43391b8812dad55a336b4d1d7e2b2c19e9ed925ed5c1808858da4a36b
|
data/README.md
CHANGED
|
@@ -230,6 +230,7 @@ You should use pdqtest if you find it increases your productivity and enriches y
|
|
|
230
230
|
* If you need to access private git repositories, make sure to use `fixtures.yml` not `.fixtures.yml`
|
|
231
231
|
* If you need a private key to access private repositories, set this up for your regular git command/ssh and `pdqtest` will reuse the settings
|
|
232
232
|
* Be sure to annotate the examples you wish to acceptance test with the magic marker comment `#@PDQTest`
|
|
233
|
+
* Sometimes you might get an error: `Could not resolve the dependencies.` when executing tests. This message is from librarian puppet and usually indicates a conflict between the `metadata.json` files somewhere in the set of modules you are attempting to use. Running the command `librarian-puppet install --path spec/fixtures/ --destructive --verbose` should give you enough information to resolve the error
|
|
233
234
|
|
|
234
235
|
## Support
|
|
235
236
|
This software is not supported by Puppet, Inc. Use at your own risk.
|
data/lib/pdqtest/version.rb
CHANGED
data/pdqtest.gemspec
CHANGED
|
@@ -35,6 +35,6 @@ Gem::Specification.new do |spec|
|
|
|
35
35
|
spec.add_runtime_dependency "puppet-syntax", "2.2.0"
|
|
36
36
|
spec.add_runtime_dependency "puppetlabs_spec_helper", "1.2.2"
|
|
37
37
|
spec.add_runtime_dependency "librarian-puppet", "2.2.3"
|
|
38
|
-
spec.add_runtime_dependency "git_refresh", "0.1.
|
|
38
|
+
spec.add_runtime_dependency "git_refresh", "0.1.1"
|
|
39
39
|
spec.add_runtime_dependency "puppet_factset", "0.2.1"
|
|
40
40
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pdqtest
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Geoff Williams
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-04-
|
|
11
|
+
date: 2017-04-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -184,14 +184,14 @@ dependencies:
|
|
|
184
184
|
requirements:
|
|
185
185
|
- - '='
|
|
186
186
|
- !ruby/object:Gem::Version
|
|
187
|
-
version: 0.1.
|
|
187
|
+
version: 0.1.1
|
|
188
188
|
type: :runtime
|
|
189
189
|
prerelease: false
|
|
190
190
|
version_requirements: !ruby/object:Gem::Requirement
|
|
191
191
|
requirements:
|
|
192
192
|
- - '='
|
|
193
193
|
- !ruby/object:Gem::Version
|
|
194
|
-
version: 0.1.
|
|
194
|
+
version: 0.1.1
|
|
195
195
|
- !ruby/object:Gem::Dependency
|
|
196
196
|
name: puppet_factset
|
|
197
197
|
requirement: !ruby/object:Gem::Requirement
|