From d5c9710b07824dcf4c299eda02ad989a739398ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20=C5=A0im=C3=A1nek?= Date: Sat, 29 Jan 2022 14:36:41 +0100 Subject: [PATCH] [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 43ab917d19..0d72cee51d 100644 --- a/lib/rubygems/specification.rb +++ b/lib/rubygems/specification.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true -# -*- coding: utf-8 -*- +# #-- # Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and others. # All rights reserved.