Skip to content

Commit

Permalink
chore(dev): simplify require for version
Browse files Browse the repository at this point in the history
  • Loading branch information
DirtyF committed Mar 17, 2020
1 parent 9cda8c4 commit 4866d6d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions jekyll-feed.gemspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# frozen_string_literal: true

lib = File.expand_path("lib", __dir__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "jekyll-feed/version"
require_relative "lib/jekyll-feed/version"

Gem::Specification.new do |spec|
spec.name = "jekyll-feed"
Expand Down

0 comments on commit 4866d6d

Please sign in to comment.