Merge pull request #184 from DavidS/pdoc-259-relax-ruby-requirements

(PDOC-259) relax ruby requirement to 2.1.0 from 2.1.9
This commit is contained in:
willmeek 2018-06-20 14:32:20 +01:00 committed by GitHub
commit ab62430c68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -22,5 +22,7 @@ matrix:
env: PUPPET_GEM_VERSION="~> 5" CHECK=spec
- rvm: 2.1.9
env: PUPPET_GEM_VERSION="~> 4" CHECK=rubocop
- rvm: 2.1.0
env: PUPPET_GEM_VERSION="~> 4" CHECK=spec
script: 'SPEC_OPTS="--format documentation" COVERAGE="yes" bundle exec rake $CHECK'

View File

@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.email = 'info@puppet.com'
s.homepage = 'https://github.com/puppetlabs/puppet-strings'
s.description = s.summary
s.required_ruby_version = '>= 2.1.9'
s.required_ruby_version = '>= 2.1.0'
s.extra_rdoc_files = [
'CHANGELOG.md',