chore: simplify require for Jekyll::VERSION (#8057)

Merge pull request 8057
This commit is contained in:
Frank Taillandier 2020-03-15 23:49:54 +01:00 committed by GitHub
parent 88360bd17d
commit a4b1ca2c75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -1,8 +1,6 @@
# frozen_string_literal: true # frozen_string_literal: true
lib = File.expand_path("lib", __dir__) require_relative "lib/jekyll/version"
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "jekyll/version"
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = "jekyll" s.name = "jekyll"