Merge pull request #108 from whopper/PDOC-118/ruby_version_req
(PDOC-119) Add required ruby version to gemspec
This commit is contained in:
		
						commit
						7df4f9e87c
					
				| 
						 | 
				
			
			@ -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