cardboard 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/cardboard.gemspec +1 -1
  2. data/libexec/lint +5 -1
  3. metadata +2 -2
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |gem|
2
2
  gem.name = "cardboard"
3
- gem.version = "1.0.3"
3
+ gem.version = "1.0.4"
4
4
  gem.authors = ["John Barnette", "Will Farrington"]
5
5
  gem.email = ["jbarnette@github.com", "wfarr@github.com"]
6
6
  gem.description = "Development tools for Boxen's puppet modules."
@@ -4,4 +4,8 @@
4
4
  set -e
5
5
 
6
6
  exec .bundle/binstubs/puppet-lint \
7
- --fail-on-warnings --no-80chars-check --with-filename manifests "$@"
7
+ --fail-on-warnings \
8
+ --no-80chars-check \
9
+ --no-class_inherits_from_params_class-check \
10
+ --with-filename manifests \
11
+ "$@"
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 3
9
- version: 1.0.3
8
+ - 4
9
+ version: 1.0.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - John Barnette