ensure_dependencies_met() Instance Public methods DOC: Missing docs or :nodoc:.
ensure_dependency(spec, dependency) Instance Public methods Ensure that the dependency is satisfied by the current installation of gem. If it is not an exception is raised. spec Gem::Specification dependency Gem::Dependency
ensure_loadable_spec() Instance Public methods Ensures the Gem::Specification written out for this gem is loadable upon installation.
ensure_required_ruby_version_met() Instance Public methods DOC: Missing docs or :nodoc:.
ensure_required_rubygems_version_met() Instance Public methods DOC: Missing docs or :nodoc:.
extension_build_error(build_dir, output, backtrace = nil) Instance Public methods Logs the build output in build_dir, then raises ExtensionBuildError.
extract_files() Instance Public methods Reads the file index and extracts each file into the gem directory. Ensures that files can't be installed outside the gem directory.
formatted_program_filename(filename) Instance Public methods Prefix and suffix the program filename the same as ruby.
gem_dir() Instance Public methods Lazy accessor for the spec's gem directory.
generate_bin() Instance Public methods DOC: Missing docs or :nodoc:.
Page 312 of 11844