diff --git a/.travis.yml b/.travis.yml index 32a7ab4..485c803 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ env: sudo: false -script: 'bundle exec metadata-json-lint metadata.json && bundle exec rake validate && bundle exec rake lint && SPEC_OPTS="--format documentation" bundle exec rake spec' +script: 'bundle exec rake validate && bundle exec rake lint && SPEC_OPTS="--format documentation" bundle exec rake spec' matrix: fast_finish: true diff --git a/Gemfile b/Gemfile index 5f09b4b..42c0e5f 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ else end gem 'metadata-json-lint' -gem 'puppetlabs_spec_helper', '>= 0.1.0' +gem 'puppetlabs_spec_helper', '>= 1.1.1' gem 'facter', '>= 1.7.0' gem 'rspec-puppet' gem 'puppet-lint', :git => 'https://github.com/rodjek/puppet-lint.git' diff --git a/metadata.json b/metadata.json index 0a488bf..ed44f37 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "ghoneycutt-ssh", - "version": "3.37.1", + "version": "3.38.0", "author": "ghoneycutt", "summary": "Manages SSH", "license": "Apache-2.0",