Location of ruby gem files
->>>> Click Here to Download <<<<<<<-
A Zlib::Inflate inflate wrapper File rubygems. Top level install helper method. Is this a java platform? Returns the latest release version of RubyGems. Returns the latest release-version specification for the gem name. Returns the version of the latest release-version of gem name File rubygems. The file name and line number of the caller of the caller of this method.
The version of the Marshal format for your Ruby. Default options for gem commands for Ruby packagers. Example: def self. How String Gem paths should be split. Overridable for esoteric platforms. Please use a String or nil. Default options for gem commands for Ruby implementers. Array of platforms this RubyGems supports. Set array of platforms this RubyGems supports primarily for testing. Adds a post-install hook that will be passed an Gem::Installer instance when Gem::Installer install is called File rubygems.
Adds a post-uninstall hook that will be passed a Gem::Uninstaller instance and the spec that was uninstalled when Gem::Uninstaller uninstall is called File rubygems. Adds a pre-uninstall hook that will be passed an Gem::Uninstaller instance and the spec that will be uninstalled when Gem::Uninstaller uninstall is called File rubygems.
Safely read a file in binary mode on all platforms. Refresh available gems from disk. Register a Gem::Specification for default gem. Two formats for the specification are supported: MRI 2. The path to the running Ruby interpreter. Allows setting path to Ruby. A Gem::Version for the currently running Ruby.
This is used throughout RubyGems for enabling reproducible builds. NOTE duckinator : The implementation is a tad weird because we want to: 1.
Make builds reproducible by default, by having this function always return the same result during a given run. If you simplify this function and a lot of tests fail, that is likely due to 2 above. Glob pattern for require-able path suffixes.
Suffixes for require-able paths. Prints the amount of time the supplied block takes to run using the debug UI output. Bundler :: GemNotFound? The home directory for the user. Allows toggling Windows behavior. Is this a windows platform? Safely write a file in binary mode on all platforms. For that i want to modify gemrc file which as :. But it's possible you don't have one yet. You're right that rvm does not install one by default at least it didn't on my system.
So just do:. Stack Overflow for Teams — Collaborate and share knowledge with a private group. Create a free Team What is Teams? Collectives on Stack Overflow. Learn more. Location of gem configuration file gemrc in ubuntu? Asked 9 years, 3 months ago. Active 9 years, 3 months ago. Viewed 7k times. For that i want to modify gemrc file which as : install: --no-rdoc --no-ri update: --no-rdoc --no-ri Please help me. Specify what to check out with :tag , :branch , or :ref.
The default is the master branch. If the git repository does not contain a. This may work for simple gems, but not work for others. If there is no. If you would like to use an unpacked gem directly from the filesystem, simply set the :path option to the path containing the gem's files. This will automatically load gemspec files from subdirectories. Dependencies can be placed into groups.
Groups can be ignored at install-time using --without or required all at once using Bundler. You can specify the required version of Ruby in the Gemfile with ruby. If the Gemfile is loaded on a different Ruby version, Bundler will raise an exception with an explanation.