* lib/rubygems/specification.rb: coding is affect only first line except

shebang.
* lib/rubygems/package.rb, lib/rubygems/package/*: ditto.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53712 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2016-02-02 00:11:34 +00:00
parent a8bf0f71e4
commit 4e8b8c10dd
7 changed files with 12 additions and 8 deletions

View File

@ -1,3 +1,9 @@
Tue Feb 2 09:08:27 2016 SHIBATA Hiroshi <hsbt@ruby-lang.org>
* lib/rubygems/specification.rb: `coding` is affect only first line except
shebang.
* lib/rubygems/package.rb, lib/rubygems/package/*: ditto.
Mon Feb 1 21:41:58 2016 SHIBATA Hiroshi <hsbt@ruby-lang.org>
* lib/rubygems.rb, lib/rubygems/*, test/rubygems/*: Update rubygems-2.5.2.

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
# -*- coding: utf-8 -*-
# frozen_string_literal: true
#--
# Copyright (C) 2004 Mauricio Julio Fernández Pradier
# See LICENSE.txt for additional licensing information.

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
# -*- coding: utf-8 -*-
# frozen_string_literal: true
#--
# Copyright (C) 2004 Mauricio Julio Fernández Pradier
# See LICENSE.txt for additional licensing information.
@ -227,4 +227,3 @@ class Gem::Package::TarHeader
end
end

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
# -*- coding: utf-8 -*-
# frozen_string_literal: true
#--
# Copyright (C) 2004 Mauricio Julio Fernández Pradier
# See LICENSE.txt for additional licensing information.
@ -121,4 +121,3 @@ class Gem::Package::TarReader
end
require 'rubygems/package/tar_reader/entry'

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
# -*- coding: utf-8 -*-
# frozen_string_literal: true
#++
# Copyright (C) 2004 Mauricio Julio Fernández Pradier
# See LICENSE.txt for additional licensing information.

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
# -*- coding: utf-8 -*-
# frozen_string_literal: true
#--
# Copyright (C) 2004 Mauricio Julio Fernández Pradier
# See LICENSE.txt for additional licensing information.

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
# -*- coding: utf-8 -*-
# frozen_string_literal: true
#--
# Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and others.
# All rights reserved.