pdqtest 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5a3db6bf6eb666f467a1640f917316f26d640178
4
- data.tar.gz: 9cdc440fbcc012898246a4788f36994a3c87b73f
3
+ metadata.gz: 5bb05e648d2d824fdb0b2504c717293854280734
4
+ data.tar.gz: b5183fa503b8ffff2e9bd020839fd446fe6b3efd
5
5
  SHA512:
6
- metadata.gz: 96d521b15b3919aa0206d955149c577f9799076cd99dd6265140851df7df199ce60739d0f29ef513029c035fe784766c565211e540e42f4faae0980b13eae222
7
- data.tar.gz: df949276ef365fd002adbd4c388dbe47ec13518753b7e056612ed6b90ddf90315e60e8a32d0fc19dd217ef3f998ab52c5a2f9419b6f27d085dad5ed06a3ae8e5
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.
@@ -1,3 +1,3 @@
1
1
  module PDQTest
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
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.0"
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.1
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-06 00:00:00.000000000 Z
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.0
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.0
194
+ version: 0.1.1
195
195
  - !ruby/object:Gem::Dependency
196
196
  name: puppet_factset
197
197
  requirement: !ruby/object:Gem::Requirement