[flori/json] The modern Ruby uses utf-8 encodings by default
https://github.com/flori/json/commit/11b31210ac
This commit is contained in:
parent
c8faaf4c7e
commit
abc3d124f7
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user