From 26a748d05d46dd7117aefa4f4734bf571339c21b Mon Sep 17 00:00:00 2001 From: chiu Date: Tue, 7 Apr 2020 22:15:09 +0800 Subject: [PATCH] fix encoding error --- patchfile.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/patchfile.gemspec b/patchfile.gemspec index b7b752d..a2055c6 100644 --- a/patchfile.gemspec +++ b/patchfile.gemspec @@ -1,3 +1,4 @@ +#encoding: utf-8 $:.push File.expand_path("../lib", __FILE__) # Maintain your gem's version: require "patchfile/version"