File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
3- require "English"
43require_relative "lib/jekyll-redirect-from/version"
54
65Gem ::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"
You can’t perform that action at this time.
0 commit comments