Merge pull request #108 from whopper/PDOC-118/ruby_version_req

(PDOC-119) Add required ruby version to gemspec
This commit is contained in:
Peter Huene 2016-10-07 13:58:22 -07:00 committed by GitHub
commit 7df4f9e87c
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +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 = '>= 1.9.3'
s.extra_rdoc_files = [
'CHANGELOG.md',