We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b5bacd commit e4fb738Copy full SHA for e4fb738
jekyll-redirect-from.gemspec
@@ -1,5 +1,6 @@
1
# frozen_string_literal: true
2
3
+require "English"
4
require_relative "lib/jekyll-redirect-from/version"
5
6
Gem::Specification.new do |spec|
@@ -12,9 +13,7 @@ Gem::Specification.new do |spec|
12
13
spec.homepage = "https://github.com/jekyll/jekyll-redirect-from"
14
spec.license = "MIT"
15
- # rubocop:disable Style/SpecialGlobalVars
16
- spec.files = `git ls-files`.split($/)
17
- # rubocop:enable Style/SpecialGlobalVars
+ spec.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
18
19
spec.executables = spec.files.grep(%r!^bin/!) { |f| File.basename(f) }
20
spec.test_files = spec.files.grep(%r!^(test|spec|features)/!)
0 commit comments