rvm.gemspec in rvm-0.0.37 vs rvm.gemspec in rvm-0.0.38

- 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.37" + s.version = "0.0.38" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Wayne E. Seguin"] - s.date = %q{2009-09-09} + s.date = %q{2009-09-14} 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 = [ @@ -31,9 +31,10 @@ "scripts/rvm-functions", "scripts/rvm-install", "scripts/rvm-prompt", "scripts/rvm-ruby-installer", "scripts/rvm-selector", + "scripts/rvm-update", "scripts/rvm-utility" ] s.homepage = %q{http://github.com/wayneeseguin/rvm} s.rdoc_options = ["--inline-source", "--charset=UTF-8"] s.require_paths = ["lib"]