1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Remove encoding magic comments

They are no longer needed since ruby 2.0.
This commit is contained in:
David Rodríguez 2020-06-12 17:16:37 +02:00 committed by Hiroshi SHIBATA
parent 2b4abcff90
commit 49c42b6012
Notes: git 2020-06-15 21:21:02 +09:00
11 changed files with 0 additions and 13 deletions

View file

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# frozen_string_literal: true
#--
# Copyright (C) 2004 Mauricio Julio Fernández Pradier

View file

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# frozen_string_literal: true
#--
# Copyright (C) 2004 Mauricio Julio Fernández Pradier

View file

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# frozen_string_literal: true
#--
# Copyright (C) 2004 Mauricio Julio Fernández Pradier

View file

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# frozen_string_literal: true
#++
# Copyright (C) 2004 Mauricio Julio Fernández Pradier

View file

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# frozen_string_literal: true
#--
# Copyright (C) 2004 Mauricio Julio Fernández Pradier

View file

@ -1,5 +1,3 @@
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "bar"
s.version = "0.0.2"

View file

@ -1,5 +1,3 @@
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "rubyforge"
s.version = "0.0.1"

View file

@ -1,4 +1,3 @@
# coding: UTF-8
# frozen_string_literal: true
require 'rubygems/test_case'

View file

@ -1,4 +1,3 @@
# coding: UTF-8
# frozen_string_literal: true
require 'rubygems/test_case'

View file

@ -1,4 +1,3 @@
# coding: utf-8
# frozen_string_literal: true
require 'rubygems/package/tar_test_case'

View file

@ -1,4 +1,3 @@
# coding: utf-8
# frozen_string_literal: true
require 'rubygems/test_case'