summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-12-05 10:41:01 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-12-05 12:04:10 +0900
commitabc3d124f79abae6ea9072fe6a3e70486c1fbe58 (patch)
tree4395413bf028098e34a733309dfb60641122b7ff /ext
parentc8faaf4c7edf67a19786cb9ba53805e5b813b918 (diff)
[flori/json] The modern Ruby uses utf-8 encodings by default
https://github.com/flori/json/commit/11b31210ac
Diffstat (limited to 'ext')
-rw-r--r--ext/json/json.gemspec2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/json/json.gemspec b/ext/json/json.gemspec
index f4b2ae791d..9cd4ceee23 100644
--- a/ext/json/json.gemspec
+++ b/ext/json/json.gemspec
@@ -1,5 +1,3 @@
-# -*- encoding: utf-8 -*-
-
Gem::Specification.new do |s|
s.name = "json"
s.version = File.read(File.expand_path('../VERSION', __FILE__)).chomp