diff options
-rw-r--r-- | lib/rubygems/package/digest_io.rb | 1 | ||||
-rw-r--r-- | lib/rubygems/package/file_source.rb | 1 | ||||
-rw-r--r-- | lib/rubygems/package/io_source.rb | 1 | ||||
-rw-r--r-- | lib/rubygems/package/old.rb | 1 | ||||
-rw-r--r-- | lib/rubygems/package/source.rb | 1 | ||||
-rw-r--r-- | lib/rubygems/package/tar_header.rb | 1 | ||||
-rw-r--r-- | lib/rubygems/package/tar_reader.rb | 1 | ||||
-rw-r--r-- | lib/rubygems/package/tar_reader/entry.rb | 1 | ||||
-rw-r--r-- | lib/rubygems/package/tar_test_case.rb | 1 | ||||
-rw-r--r-- | lib/rubygems/package/tar_writer.rb | 1 |
10 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,4 @@ ## # IO wrapper that creates digests of contents written to the IO it wraps. @@ -1,3 +1,4 @@ ## # The primary source of gems is a file on disk, including all usages # internal to rubygems. @@ -1,3 +1,4 @@ ## # 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,3 +1,4 @@ #-- # Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and others. # All rights reserved. @@ -1,3 +1,4 @@ class Gem::Package::Source # :nodoc: end @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- #-- # Copyright (C) 2004 Mauricio Julio Fernández Pradier # See LICENSE.txt for additional licensing information. @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- #-- # Copyright (C) 2004 Mauricio Julio Fernández Pradier # See LICENSE.txt for additional licensing information. @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- #++ # Copyright (C) 2004 Mauricio Julio Fernández Pradier # See LICENSE.txt for additional licensing information. @@ -1,3 +1,4 @@ require 'rubygems/test_case' require 'rubygems/package' @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- #-- # Copyright (C) 2004 Mauricio Julio Fernández Pradier # See LICENSE.txt for additional licensing information. |