onceover-codequality 0.4.0 → 0.4.1

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
  SHA256:
3
- metadata.gz: fe144a873aa69c717b5753eb7a3b4abb152c591141f592d19561b3a438d5e492
4
- data.tar.gz: 35d0b274abb8378261972c94814aa05bf9c85f0f6db98dbbaae2ab1ea29c7689
3
+ metadata.gz: 63a38c5d3ba138cf100238853ffe501c54e2bdc87d7afc7efd9cc4a1e1544125
4
+ data.tar.gz: 321dfa4029fec08ea836298d2f98b1a6e109f6e2c4ae54846bbec34af2ec7c52
5
5
  SHA512:
6
- metadata.gz: f4b9529fcf02d3ae4b769a4a09723216f94c7aa78d3461dd8fa33b9bd562ddf6dd061732102977c4916fc55544cff9eb8e6624402aaa1e0e92398d32baa50437
7
- data.tar.gz: a99f4b38979decc2f7fc9295e9374a9cd15db03a906bdfa46f15491ab63562f88248b4ec513be7b0fb42e8f7496d7799ccdc898bba38f2da3c5b477899f7fcb4
6
+ metadata.gz: 81094f3e5df3d0c0ec09ead29b3670ed6384113a6ac1b5f58f25ab3b5d8b490b7c8abd3943cd21802902d81a45a5142882fbb550d1ffcd3ed6510f7ee3761e14
7
+ data.tar.gz: 6e5c93e4b1481866812933bbf0e05267257e416c470502386341208f851d7a6f3503acc38c739e5a7262c38430978e92b51d5626eeeab9d17a7ea35e1abc877e
@@ -15,11 +15,11 @@ class Onceover
15
15
  Check files in your Control Repository for Lint and Syntax errors
16
16
  DESCRIPTION
17
17
 
18
- option :no_lint, 'Do not check for lint errors', :argument => :optional
19
- option :no_puppetfile, 'Do not check Puppetfile for syntax errors', :argument => :optional
20
- option :no_syntax, 'Do not check for syntax errors', :argument => :optional
21
- option :no_docs, 'Do not generate documentation (puppet-strings) for local modules', :argument => :optional
22
- option :html_docs, 'Generate docs in HTML format instead of markdown', :argument => :optional
18
+ flag nil, :no_lint, 'Do not check for lint errors', :argument => :optional
19
+ flag nil, :no_puppetfile, 'Do not check Puppetfile for syntax errors', :argument => :optional
20
+ flag nil, :no_syntax, 'Do not check for syntax errors', :argument => :optional
21
+ flag nil, :no_docs, 'Do not generate documentation (puppet-strings) for local modules', :argument => :optional
22
+ flag nil, :html_docs, 'Generate docs in HTML format instead of markdown', :argument => :optional
23
23
 
24
24
  run do |opts, args, cmd|
25
25
  no_lint = opts[:no_lint] || false
@@ -1,5 +1,5 @@
1
1
  class Onceover
2
2
  module CodeQuality
3
- VERSION = "0.4.0"
3
+ VERSION = "0.4.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: onceover-codequality
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Declarative Systems
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-11-11 00:00:00.000000000 Z
11
+ date: 2018-11-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler