--- !ruby/object:Gem::Specification name: rvm version: !ruby/object:Gem::Version hash: 1 prerelease: segments: - 1 - 5 - 1 version: 1.5.1 platform: ruby authors: - Wayne E. Seguin autorequire: bindir: bin cert_chain: [] date: 2011-03-23 00:00:00 -04:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: hoe prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 41 segments: - 2 - 9 - 1 version: 2.9.1 type: :development version_requirements: *id001 description: |- RVM is the Ruby Version Manager (rvm). It manages Ruby interpreter environments and switching between them. email: - wayneeseguin@gmail.com executables: [] extensions: [] extra_rdoc_files: - History.txt - Manifest.txt files: - History.txt - Manifest.txt - LICENCE - README - Rakefile - VERSION - sha1 - lib/rvm.rb - lib/rvm/capistrano.rb - lib/rvm/environment.rb - lib/rvm/environment/alias.rb - lib/rvm/environment/cleanup.rb - lib/rvm/environment/configuration.rb - lib/rvm/environment/env.rb - lib/rvm/environment/gemset.rb - lib/rvm/environment/info.rb - lib/rvm/environment/list.rb - lib/rvm/environment/rubies.rb - lib/rvm/environment/sets.rb - lib/rvm/environment/tools.rb - lib/rvm/environment/utility.rb - lib/rvm/environment/wrapper.rb - lib/rvm/errors.rb - lib/rvm/install_command_dumper.rb - lib/rvm/shell.rb - lib/rvm/shell/abstract_wrapper.rb - lib/rvm/shell/calculate_rvm_path.sh - lib/rvm/shell/result.rb - lib/rvm/shell/shell_wrapper.sh - lib/rvm/shell/single_shot_wrapper.rb - lib/rvm/shell/utility.rb - lib/rvm/version.rb - releases/rvm-1.5.1.tar.gz - releases/rvm-1.5.1.tar.gz.md5 - .gemtest has_rdoc: true homepage: http://github.com/wayneeseguin/rvm licenses: [] post_install_message: | ******************************************************************************** This gem contains only the Ruby libraries for the RVM Ruby API. In order to install RVM please use one of the methods listed in the documentation: http://rvm.beginrescueend.com/rvm/install/ such as, bash < <( curl http://rvm.beginrescueend.com/releases/rvm-install-latest ) followed by placing the sourcing line in your ~/.bash_profile or wherever may be appropriate for your setup (example, .zshenv, /etc/profile, ...): # Load RVM into a shell session *as a function* [[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" After completing setup please open a new shell to use RVM and be sure to run 'rvm notes' to gain a list of dependencies to install before installing the first Ruby. You can read more details about this process on the above mentioned install page as well as the basics page: http://rvm.beginrescueend.com/rvm/basics/ Enjoy! ~Wayne ******************************************************************************** rdoc_options: - --main - README.txt - --inline-source - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: rvm rubygems_version: 1.6.2 signing_key: specification_version: 3 summary: RVM is the Ruby Version Manager (rvm) test_files: []