[flori/json] The modern Ruby uses utf-8 encodings by default

https://github.com/flori/json/commit/11b31210ac
This commit is contained in:
Hiroshi SHIBATA 2023-12-05 10:41:01 +09:00
parent c8faaf4c7e
commit abc3d124f7
4 changed files with 0 additions and 5 deletions

View File

@ -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

View File

@ -1,4 +1,3 @@
# encoding: utf-8
#frozen_string_literal: false
require_relative 'test_helper'

View File

@ -1,5 +1,4 @@
#!/usr/bin/env ruby
# encoding: utf-8
# frozen_string_literal: false
require_relative 'test_helper'

View File

@ -1,4 +1,3 @@
# encoding: utf-8
# frozen_string_literal: false
require_relative 'test_helper'