summaryrefslogtreecommitdiff
path: root/lib/rubygems/package.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2023-03-22 14:18:10 +0900
committerHiroshi SHIBATA <[email protected]>2023-03-23 17:18:49 +0900
commitacf12b6dfdd94ce1da55eaf2dfacc75135385c2a ()
treee79a4eb8a815a48ca8ed70534b06287089747d33 /lib/rubygems/package.rb
parentf24a86d83f07f214e97aa98da190cda55092805f (diff)
util/rubocop -A --only Style/AsciiComments
Notes: Merged: https://.com/ruby/ruby/pull/7582
-rw-r--r--lib/rubygems/package.rb6
1 files changed, 4 insertions, 2 deletions
@@ -1,9 +1,11 @@
# frozen_string_literal: true
-#--
# Copyright (C) 2004 Mauricio Julio Fernández Pradier
# See LICENSE.txt for additional licensing information.
-#++
require_relative "../rubygems"
require_relative "security"