(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:
parent
7c475a5095
commit
aef17296fa
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue