Skip to content

Commit

Permalink
[flori/json] The modern Ruby uses utf-8 encodings by default
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Dec 5, 2023
1 parent c8faaf4 commit abc3d12
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions 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
Expand Down
1 change: 0 additions & 1 deletion test/json/json_encoding_test.rb
@@ -1,4 +1,3 @@
# encoding: utf-8
#frozen_string_literal: false
require_relative 'test_helper'

Expand Down
1 change: 0 additions & 1 deletion test/json/json_generator_test.rb
@@ -1,5 +1,4 @@
#!/usr/bin/env ruby
# encoding: utf-8
# frozen_string_literal: false

require_relative 'test_helper'
Expand Down
1 change: 0 additions & 1 deletion test/json/ractor_test.rb
@@ -1,4 +1,3 @@
# encoding: utf-8
# frozen_string_literal: false

require_relative 'test_helper'
Expand Down

0 comments on commit abc3d12

Please sign in to comment.