rvm.gemspec in rvm-1.1.5 vs rvm.gemspec in rvm-1.1.6

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{rvm} - s.version = "1.1.5" + s.version = "1.1.6" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Wayne E. Seguin"] - s.date = %q{2010-12-14} + s.date = %q{2010-12-17} s.default_executable = %q{rvm-install} s.description = %q{Manages Ruby interpreter environments and switching between them.} s.email = %q{wayneeseguin@gmail.com} s.executables = ["rvm-install"] s.extra_rdoc_files = [ @@ -49,14 +49,34 @@ "rvm.gemspec" ] s.homepage = %q{http://github.com/wayneeseguin/rvm} s.post_install_message = %q{******************************************************************************** - In order to setup rvm for your user's environment you must now run rvm-install. - rvm-install will be found in your current gems bin directory corresponding to where the gem was installed. + This gem contains only the Ruby libraries for the RVM Ruby API. - rvm-install will install the scripts to your user account and append itself to your profiles in order to - inject the proper rvm functions into your shell so that you can manage multiple rubies. + 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 ******************************************************************************** } s.rdoc_options = ["--inline-source", "--charset=UTF-8"] s.require_paths = ["lib"]