diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-12-05 10:41:01 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-12-05 12:04:10 +0900 |
commit | abc3d124f79abae6ea9072fe6a3e70486c1fbe58 () | |
tree | 4395413bf028098e34a733309dfb60641122b7ff | |
parent | c8faaf4c7edf67a19786cb9ba53805e5b813b918 (diff) |
[flori/json] The modern Ruby uses utf-8 encodings by default
https://.com/flori/json/commit/11b31210ac
-rw-r--r-- | ext/json/json.gemspec | 2 | ||||
-rw-r--r-- | test/json/json_encoding_test.rb | 1 | ||||
-rwxr-xr-x | test/json/json_generator_test.rb | 1 | ||||
-rw-r--r-- | test/json/ractor_test.rb | 1 |
4 files changed, 0 insertions, 5 deletions
@@ -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 @@ -1,4 +1,3 @@ -# encoding: utf-8 #frozen_string_literal: false require_relative 'test_helper' @@ -1,5 +1,4 @@ #!/usr/bin/env ruby -# encoding: utf-8 # frozen_string_literal: false require_relative 'test_helper' @@ -1,4 +1,3 @@ -# encoding: utf-8 # frozen_string_literal: false require_relative 'test_helper' |