summaryrefslogtreecommitdiff
path: root/lib/rubygems/package
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2023-03-17 18:36:42 +0900
committerHiroshi SHIBATA <[email protected]>2023-03-23 17:18:49 +0900
commitf24a86d83f07f214e97aa98da190cda55092805f ()
tree58ca875b56af42b90288e014cf1d9757b641e7c1 /lib/rubygems/package
parent4dd418f87783ba982a1ef7211bc675ed64bcb447 (diff)
util/rubocop -A --only Layout/EmptyLineAfterMagicComment
Notes: Merged: https://.com/ruby/ruby/pull/7582
-rw-r--r--lib/rubygems/package/digest_io.rb1
-rw-r--r--lib/rubygems/package/file_source.rb1
-rw-r--r--lib/rubygems/package/io_source.rb1
-rw-r--r--lib/rubygems/package/old.rb1
-rw-r--r--lib/rubygems/package/source.rb1
-rw-r--r--lib/rubygems/package/tar_header.rb1
-rw-r--r--lib/rubygems/package/tar_reader.rb1
-rw-r--r--lib/rubygems/package/tar_reader/entry.rb1
-rw-r--r--lib/rubygems/package/tar_writer.rb1
9 files changed, 9 insertions, 0 deletions
@@ -1,4 +1,5 @@
# frozen_string_literal: true
##
# IO wrapper that creates digests of contents written to the IO it wraps.
@@ -1,4 +1,5 @@
# frozen_string_literal: true
##
# The primary source of gems is a file on disk, including all usages
# internal to rubygems.
@@ -1,4 +1,5 @@
# frozen_string_literal: true
##
# Supports reading and writing gems from/to a generic IO object. This is
# useful for other applications built on top of rubygems, such as
@@ -1,4 +1,5 @@
# frozen_string_literal: true
#--
# Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and others.
# All rights reserved.
@@ -1,3 +1,4 @@
# frozen_string_literal: true
class Gem::Package::Source # :nodoc:
end
@@ -1,4 +1,5 @@
# frozen_string_literal: true
#--
# Copyright (C) 2004 Mauricio Julio Fernández Pradier
# See LICENSE.txt for additional licensing information.
@@ -1,4 +1,5 @@
# frozen_string_literal: true
#--
# Copyright (C) 2004 Mauricio Julio Fernández Pradier
# See LICENSE.txt for additional licensing information.
@@ -1,4 +1,5 @@
# frozen_string_literal: true
#++
# Copyright (C) 2004 Mauricio Julio Fernández Pradier
# See LICENSE.txt for additional licensing information.
@@ -1,4 +1,5 @@
# frozen_string_literal: true
#--
# Copyright (C) 2004 Mauricio Julio Fernández Pradier
# See LICENSE.txt for additional licensing information.