generate_bin_symlink(filename, bindir) Instance Public methods Creates the symlinks to run the applications in the gem. Moves the symlink if the gem being installed has a newer version.
generate_bin_script(filename, bindir) Instance Public methods Creates the scripts to run the applications in the gem.
generate_bin() Instance Public methods DOC: Missing docs or :nodoc:.
gem_dir() Instance Public methods Lazy accessor for the spec's gem directory.
formatted_program_filename(filename) Instance Public methods Prefix and suffix the program filename the same as ruby.
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.
extension_build_error(build_dir, output, backtrace = nil) Instance Public methods Logs the build output in build_dir, then raises ExtensionBuildError.
ensure_required_rubygems_version_met() Instance Public methods DOC: Missing docs or :nodoc:.
ensure_required_ruby_version_met() Instance Public methods DOC: Missing docs or :nodoc:.
ensure_loadable_spec() Instance Public methods Ensures the Gem::Specification written out for this gem is loadable upon installation.
Page 2020 of 2275