PHP 8.2.31
Preview: spec_specification.rb Size: 1.06 KB
//proc/thread-self/root/opt/alt/ruby23/lib64/ruby/2.3.0/rubygems/resolver/spec_specification.rb

# frozen_string_literal: true
##
# The Resolver::SpecSpecification contains common functionality for
# Resolver specifications that are backed by a Gem::Specification.

class Gem::Resolver::SpecSpecification < Gem::Resolver::Specification

  ##
  # A SpecSpecification is created for a +set+ for a Gem::Specification in
  # +spec+.  The +source+ is either where the +spec+ came from, or should be
  # loaded from.

  def initialize set, spec, source = nil
    @set    = set
    @source = source
    @spec   = spec
  end

  ##
  # The dependencies of the gem for this specification

  def dependencies
    spec.dependencies
  end

  ##
  # The name and version of the specification.
  #
  # Unlike Gem::Specification#full_name, the platform is not included.

  def full_name
    "#{spec.name}-#{spec.version}"
  end

  ##
  # The name of the gem for this specification

  def name
    spec.name
  end

  ##
  # The platform this gem works on.

  def platform
    spec.platform
  end

  ##
  # The version of the gem for this specification.

  def version
    spec.version
  end

end

Directory Contents

Dirs: 1 × Files: 26

Name Size Perms Modified Actions
molinillo DIR
- drwxr-xr-x 2024-03-03 22:43:28
Edit Download
3.74 KB lrw-r--r-- 2016-08-24 15:28:23
Edit Download
2.46 KB lrw-r--r-- 2016-08-24 15:28:23
Edit Download
1.95 KB lrw-r--r-- 2016-08-24 15:28:23
Edit Download
1.61 KB lrw-r--r-- 2016-08-24 15:28:23
Edit Download
1.18 KB lrw-r--r-- 2016-08-24 15:28:23
Edit Download
3.36 KB lrw-r--r-- 2016-08-24 15:28:23
Edit Download
282 B lrw-r--r-- 2016-08-24 15:28:23
Edit Download
2.28 KB lrw-r--r-- 2016-08-24 15:28:23
Edit Download
2.88 KB lrw-r--r-- 2016-08-24 15:28:23
Edit Download
1.27 KB lrw-r--r-- 2016-08-24 15:28:23
Edit Download
1.42 KB lrw-r--r-- 2016-08-24 15:28:23
Edit Download
1.48 KB lrw-r--r-- 2016-08-24 15:28:23
Edit Download
1.21 KB lrw-r--r-- 2016-08-24 15:28:23
Edit Download
4.93 KB lrw-r--r-- 2016-08-24 15:28:23
Edit Download
807 B lrw-r--r-- 2016-08-24 15:28:23
Edit Download
1.67 KB lrw-r--r-- 2016-08-24 15:28:23
Edit Download
1.83 KB lrw-r--r-- 2016-08-24 15:28:23
Edit Download
82 B lrw-r--r-- 2016-08-24 15:28:23
Edit Download
1.33 KB lrw-r--r-- 2016-08-24 15:28:23
Edit Download
1.22 KB lrw-r--r-- 2016-08-24 15:28:23
Edit Download
898 B lrw-r--r-- 2016-08-24 15:28:23
Edit Download
2.31 KB lrw-r--r-- 2016-08-24 15:28:23
Edit Download
1.06 KB lrw-r--r-- 2016-08-24 15:28:23
Edit Download
950 B lrw-r--r-- 2016-08-24 15:28:23
Edit Download
1.91 KB lrw-r--r-- 2016-08-24 15:28:23
Edit Download
580 B lrw-r--r-- 2016-08-24 15:28:23
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).