We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde9bfb commit e09fe98Copy full SHA for e09fe98
jekyll-compose.gemspec
@@ -1,5 +1,7 @@
1
-# coding: utf-8
2
-lib = File.expand_path('lib', __dir__)
+
+# frozen_string_literal: true
3
4
+lib = File.expand_path("lib", __dir__)
5
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
6
require "jekyll-compose/version"
7
0 commit comments