Skip to content

Commit c8825d5

Browse files
DirtyFjekyllbot
authored andcommitted
define path with __dir__ (#47)
Merge pull request 47
1 parent a0e3eaf commit c8825d5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

jekyll-gist.gemspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
# coding: utf-8
2-
31
lib = File.expand_path("lib", __dir__)
2+
43
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
54
require "jekyll-gist/version"
65

0 commit comments

Comments
 (0)