(PDOC-119) Add required ruby version to gemspec

Strings is tested and supported for ruby 1.9.3 and above, so
the gemspec should reflect that.
This commit is contained in:
Will Hopper 2016-10-06 16:23:52 -07:00
parent 7c475a5095
commit aef17296fa
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',