rvm.gemspec in rvm-0.0.91 vs rvm.gemspec in rvm-0.0.92
- 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 = "0.0.91"
+ s.version = "0.0.92"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Wayne E. Seguin"]
- s.date = %q{2009-12-09}
+ s.date = %q{2009-12-11}
s.default_executable = %q{rvm-install}
s.description = %q{Manages Ruby interpreter installations and switching between them.}
s.email = %q{wayneeseguin@gmail.com}
s.executables = ["rvm-install"]
s.extra_rdoc_files = [
@@ -60,9 +60,19 @@
"scripts/selector",
"scripts/update",
"scripts/utility"
]
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.
+
+ 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.
+
+********************************************************************************
+}
s.rdoc_options = ["--inline-source", "--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{rvm}
s.rubygems_version = %q{1.3.5}
s.summary = %q{Ruby Version Manager (rvm)}