--- !ruby/object:Gem::Specification 
name: rvm
version: !ruby/object:Gem::Version 
  hash: 23
  prerelease: 
  segments: 
  - 1
  - 2
  - 4
  version: 1.2.4
platform: ruby
authors: 
- Wayne E. Seguin
autorequire: 
bindir: bin
cert_chain: []

date: 2011-01-21 00:00:00 -05:00
default_executable: 
dependencies: []

description: Manages Ruby interpreter environments and switching between them.
email: wayneeseguin@gmail.com
executables: []

extensions: []

extra_rdoc_files: 
- README
files: 
- LICENCE
- README
- lib/VERSION.yml
- 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.2.4.tar.gz
- releases/rvm-1.2.4.tar.gz.md5
- rvm.gemspec
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, ...):
  
      [[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"  # Load RVM into a shell session *as a function*
  
    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: 
- --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.4.1
signing_key: 
specification_version: 3
summary: Ruby Version Manager (rvm)
test_files: []