Searched defs:Gem (Results 1 - 25 of 105) sorted by relevance

12345

/macosx-10.9.5/ruby-104/ruby/lib/rubygems/
H A Dcompatibility.rb11 module Gem module
33 module Gem module
H A Dext.rb12 module Gem::Ext; end module
H A Dexceptions.rb9 class Gem::Exception < RuntimeError class
13 class Gem::CommandLineError < Gem::Exception; end class
15 class Gem::DependencyError < Gem::Exception; end class
17 class Gem::DependencyRemovalException < Gem::Exception; end class
22 class Gem::GemNotInHomeException < Gem::Exception class
26 class Gem class
30 class Gem::EndOfYAMLException < Gem::Exception; end class
36 class Gem::FilePermissionError < Gem::Exception class
50 class Gem::FormatException < Gem::Exception class
54 class Gem::GemNotFoundException < Gem::Exception; end class
56 class Gem::SpecificGemNotFoundException < Gem::GemNotFoundException class
68 class Gem::InstallError < Gem::Exception; end class
72 class Gem::InvalidSpecificationException < Gem::Exception; end class
74 class Gem::OperationNotSupportedError < Gem::Exception; end class
83 class Gem::RemoteError < Gem::Exception; end class
85 class Gem::RemoteInstallationCancelled < Gem::Exception; end class
87 class Gem::RemoteInstallationSkipped < Gem::Exception; end class
91 class Gem::RemoteSourceException < Gem::Exception; end class
93 class Gem::VerificationError < Gem::Exception; end class
99 class Gem::SystemExitException < SystemExit class
[all...]
H A Ddeprecate.rb23 module Gem::Deprecate module
H A Dgem_runner.rb25 class Gem::GemRunner class
[all...]
H A Dinstall_update_options.rb11 module Gem::Security # :nodoc: module
19 module Gem::InstallUpdateOptions module
H A Dpackage_task.rb63 class Gem::PackageTask < Rake::PackageTask class
[all...]
H A Dpath_support.rb6 class Gem::PathSupport class
H A Dtext.rb6 module Gem::Text module
H A Dversion_option.rb12 module Gem::VersionOption module
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/security/
H A Dpolicies.rb1 module Gem::Security module
/macosx-10.9.5/ruby-104/ruby/test/rubygems/rubygems/commands/
H A Dcrash_command.rb1 class Gem::Commands::CrashCommand < Gem::Command class
/macosx-10.9.5/ruby-104/ruby/test/
H A Drunner.rb7 module Gem module
9 class Gem::TestCase < MiniTest::Unit::TestCase class
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/ext/
H A Dcmake_builder.rb1 class Gem::Ext::CmakeBuilder < Gem::Ext::Builder class
H A Dconfigure_builder.rb9 class Gem::Ext::ConfigureBuilder < Gem::Ext::Builder class
H A Dext_conf_builder.rb12 class Gem::Ext::ExtConfBuilder < Gem::Ext::Builder class
H A Drake_builder.rb10 class Gem::Ext::RakeBuilder < Gem::Ext::Builder class
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/commands/
H A Dmirror_command.rb3 class Gem::Commands::MirrorCommand < Gem::Command class
H A Doutdated_command.rb6 class Gem::Commands::OutdatedCommand < Gem::Command class
H A Dstale_command.rb3 class Gem::Commands::StaleCommand < Gem::Command class
H A Dbuild_command.rb4 class Gem::Commands::BuildCommand < Gem::Command class
H A Dgenerate_index_command.rb9 class Gem::Commands::GenerateIndexCommand < Gem::Command class
H A Dhelp_command.rb3 class Gem::Commands::HelpCommand < Gem::Command class
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/package/
H A Ddigest_io.rb4 class Gem::Package::DigestIO class
/macosx-10.9.5/ruby-104/ruby/test/rubygems/
H A Drubygems_plugin.rb8 class Gem::Commands::InterruptCommand < Gem::Command class

Completed in 185 milliseconds

12345