Merge pull request #4437 from pathawks/rubocop.yml
Merge pull request 4437
This commit is contained in:
		
						commit
						a452d0cb29
					
				| 
						 | 
				
			
			@ -21,7 +21,7 @@ Gem::Specification.new do |s|
 | 
			
		|||
  s.homepage      = 'https://github.com/jekyll/jekyll'
 | 
			
		||||
 | 
			
		||||
  all_files       = `git ls-files -z`.split("\x0")
 | 
			
		||||
  s.files         = all_files.grep(%r{^(bin|lib)/})
 | 
			
		||||
  s.files         = all_files.grep(%r{^(bin|lib)/|^.rubocop.yml$})
 | 
			
		||||
  s.executables   = all_files.grep(%r{^bin/}) { |f| File.basename(f) }
 | 
			
		||||
  s.require_paths = ['lib']
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue