summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/json/json.gemspec2
-rw-r--r--test/json/json_encoding_test.rb1
-rwxr-xr-xtest/json/json_generator_test.rb1
-rw-r--r--test/json/ractor_test.rb1
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'