aboutsummaryrefslogtreecommitdiffstats
path: root/plum.gemspec
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2016-05-08 15:30:22 +0900
committerKazuki Yamaguchi <k@rhe.jp>2016-05-08 15:30:22 +0900
commitebac7073a61b2b8d5190f1cef0619f0ce2885daa (patch)
treed8f59200dd04794b5322add1e74e8affc7417554 /plum.gemspec
parentef45ef464bf769b3a57bbe574555874e562b4e5f (diff)
parent5ee54758e673472d0c2a497fd7062d62442ad32a (diff)
downloadplum-ebac7073a61b2b8d5190f1cef0619f0ce2885daa.tar.gz
Merge branch 'topic/fix-magic-comment-style'
* topic/fix-magic-comment-style: get rid of '-*- flag: value -*-' style in magic comments
Diffstat (limited to 'plum.gemspec')
-rw-r--r--plum.gemspec3
1 files changed, 2 insertions, 1 deletions
diff --git a/plum.gemspec b/plum.gemspec
index 9754d7e..3084464 100644
--- a/plum.gemspec
+++ b/plum.gemspec
@@ -1,4 +1,5 @@
-# -*- frozen-string-literal: true -*-
+# frozen-string-literal: true
+
lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "plum/version"