pdqtest 0.1.1 → 0.1.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/exe/pdqtest +3 -3
  3. data/lib/pdqtest/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4b859b1e69e60d862ea7bad7f5e163f09babeb03
4
- data.tar.gz: 06eae870f12823b5bc51a14163c52229654de764
3
+ metadata.gz: 0d8aebf0491e4e33b4c868ae92333b6d488eb9ba
4
+ data.tar.gz: a25484320de4f209cb8e7f75831d6bea28f6eb13
5
5
  SHA512:
6
- metadata.gz: cea2599e6d6c22b56a7fd0285904618d448de6c195c2bedf1c721a157c19b5b21258fcfb1b8604be4bc00ccbff589d8293da4356390667070b71c7aa445844de
7
- data.tar.gz: 893d79733f89deef23dbe53bc6b5bcce2ea9108536b0da082561ec6f8f43ac803a5733aeb0ea7a735c054744cbcd4b90cc08d2d4e81f2c16037ff5323727d2e5
6
+ metadata.gz: 87eee0803370ea61c1b33f1eabbea93ba5a0d9222a6faed436fbbd4fffcb963b490b03557e3234c8bcf877e27d7f419cde2d287dcb3eda5c87f82c9d7de9111b
7
+ data.tar.gz: 07a7d1541679090c7e76ee4f4b6fe98215e58ac418b9448300ce9db01af61f5f8bfd5f672c822daf5db0ae409f38156e3cf4a23f533ce9b835a5eeeccdcdccbb
data/exe/pdqtest CHANGED
@@ -38,7 +38,7 @@ Escort::App.create do |app|
38
38
 
39
39
  app.command :rspec do |command|
40
40
  command.action do |options, arguments|
41
- PDQTest::core.run(lambda {PDQTest::Rspec.run})
41
+ PDQTest::Core.run(lambda {PDQTest::Rspec.run})
42
42
  end
43
43
  end
44
44
 
@@ -73,13 +73,13 @@ Escort::App.create do |app|
73
73
 
74
74
  app.command :syntax do |command|
75
75
  command.action do |options, arguments|
76
- PDQTest::core.run(lambda {PDQTest::Syntax.puppet})
76
+ PDQTest::Core.run(lambda {PDQTest::Syntax.puppet})
77
77
  end
78
78
  end
79
79
 
80
80
  app.command :lint do |command|
81
81
  command.action do |options, arguments|
82
- PDQTest::core.run(lambda {PDQTest::Lint.puppet})
82
+ PDQTest::Core.run(lambda {PDQTest::Lint.puppet})
83
83
  end
84
84
  end
85
85
  end
@@ -1,3 +1,3 @@
1
1
  module PDQTest
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pdqtest
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Geoff Williams