ruby-changes:71055
From: Josef <ko1@a...>
Date: Tue, 1 Feb 2022 05:20:54 +0900 (JST)
Subject: [ruby-changes:71055] d5c9710b07 (master): [rubygems/rubygems] Remove encoding pragma from specification.rb
https://git.ruby-lang.org/ruby.git/commit/?id=d5c9710b07 From d5c9710b07824dcf4c299eda02ad989a739398ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20=C5=A0im=C3=A1nek?= <josef.simanek@g...> Date: Sat, 29 Jan 2022 14:36:41 +0100 Subject: [rubygems/rubygems] Remove encoding pragma from specification.rb - it is not used since it is not at the top of the file - it is not useful anymore https://github.com/rubygems/rubygems/commit/6aee05d923 --- lib/rubygems/specification.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rubygems/specification.rb b/lib/rubygems/specification.rb index 43ab917d191..0d72cee51d5 100644 --- a/lib/rubygems/specification.rb +++ b/lib/rubygems/specification.rb @@ -1,5 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/lib/rubygems/specification.rb#L1 # frozen_string_literal: true -# -*- coding: utf-8 -*- +# #-- # Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and others. # All rights reserved. -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/