Skip to content

Commit 07cba48

Browse files
authored
Clean up gemspec (#243)
Merge pull request 243
1 parent 4f93bd2 commit 07cba48

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

jekyll-redirect-from.gemspec

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,17 @@
11
# frozen_string_literal: true
22

3-
require "English"
43
require_relative "lib/jekyll-redirect-from/version"
54

65
Gem::Specification.new do |spec|
76
spec.name = "jekyll-redirect-from"
87
spec.version = JekyllRedirectFrom::VERSION
98
spec.authors = ["Parker Moore"]
109
spec.email = ["parkrmoore@gmail.com"]
11-
spec.summary = "Seamlessly specify multiple redirection URLs " \
12-
"for your pages and posts"
10+
spec.summary = "Seamlessly specify multiple redirection URLs for your pages and posts"
1311
spec.homepage = "https://github.com/jekyll/jekyll-redirect-from"
1412
spec.license = "MIT"
1513

16-
spec.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
17-
18-
spec.executables = spec.files.grep(%r!^bin/!) { |f| File.basename(f) }
19-
spec.test_files = spec.files.grep(%r!^(test|spec|features)/!)
14+
spec.files = `git ls-files lib`.split("\n").concat(%w(LICENSE.txt README.md History.markdown))
2015
spec.require_paths = ["lib"]
2116

2217
spec.required_ruby_version = ">= 2.5.0"

0 commit comments

Comments
 (0)