summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJosef Šimánek <josef.simanek@gmail.com>2022-01-29 14:36:41 +0100
committergit <svn-admin@ruby-lang.org>2022-02-01 05:20:38 +0900
commitd5c9710b07824dcf4c299eda02ad989a739398ae (patch)
treecfc3d708130ec8dd867e68602d3f919f7e5715bc /lib
parent605f226142a47c4f9e4cc88717c5d6170bc3d7f1 (diff)
[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
Diffstat (limited to 'lib')
-rw-r--r--lib/rubygems/specification.rb2
1 files changed, 1 insertions, 1 deletions
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.