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:
parent
2b4abcff90
commit
49c42b6012
Notes:
git
2020-06-15 21:21:02 +09:00
11 changed files with 0 additions and 13 deletions
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# frozen_string_literal: true
|
||||
#--
|
||||
# Copyright (C) 2004 Mauricio Julio Fernández Pradier
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# frozen_string_literal: true
|
||||
#--
|
||||
# Copyright (C) 2004 Mauricio Julio Fernández Pradier
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# frozen_string_literal: true
|
||||
#--
|
||||
# Copyright (C) 2004 Mauricio Julio Fernández Pradier
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# frozen_string_literal: true
|
||||
#++
|
||||
# Copyright (C) 2004 Mauricio Julio Fernández Pradier
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# frozen_string_literal: true
|
||||
#--
|
||||
# Copyright (C) 2004 Mauricio Julio Fernández Pradier
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
# -*- encoding: utf-8 -*-
|
||||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = "bar"
|
||||
s.version = "0.0.2"
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
# -*- encoding: utf-8 -*-
|
||||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = "rubyforge"
|
||||
s.version = "0.0.1"
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# coding: UTF-8
|
||||
# frozen_string_literal: true
|
||||
|
||||
require 'rubygems/test_case'
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# coding: UTF-8
|
||||
# frozen_string_literal: true
|
||||
|
||||
require 'rubygems/test_case'
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# coding: utf-8
|
||||
# frozen_string_literal: true
|
||||
|
||||
require 'rubygems/package/tar_test_case'
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# coding: utf-8
|
||||
# frozen_string_literal: true
|
||||
|
||||
require 'rubygems/test_case'
|
||||
|
|
Loading…
Add table
Reference in a new issue