summaryrefslogtreecommitdiff
path: root/lib/rubygems/source
diff options
context:
space:
mode:
-rw-r--r--lib/rubygems/source/git.rb1
-rw-r--r--lib/rubygems/source/installed.rb1
-rw-r--r--lib/rubygems/source/local.rb1
-rw-r--r--lib/rubygems/source/lock.rb1
-rw-r--r--lib/rubygems/source/specific_file.rb1
-rw-r--r--lib/rubygems/source/vendor.rb1
6 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,4 @@
require 'digest'
require 'rubygems/util'
@@ -1,3 +1,4 @@
##
# Represents an installed gem. This is used for dependency resolution.
@@ -1,3 +1,4 @@
##
# The local source finds gems in the current directory for fulfilling
# dependencies.
@@ -1,3 +1,4 @@
##
# A Lock source wraps an installed gem's source and sorts before other sources
# during dependency resolution. This allows RubyGems to prefer gems from
@@ -1,3 +1,4 @@
##
# A source representing a single .gem file. This is used for installation of
# local gems.
@@ -1,3 +1,4 @@
##
# This represents a vendored source that is similar to an installed gem.