1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[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
This commit is contained in:
Josef Šimánek 2022-01-29 14:36:41 +01:00 committed by git
parent 605f226142
commit d5c9710b07

View file

@ -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.