rvm.gemspec in rvm-1.0.13 vs rvm.gemspec in rvm-1.0.14

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{rvm} - s.version = "1.0.13" + s.version = "1.0.14" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Wayne E. Seguin"] - s.date = %q{2010-10-03} + s.date = %q{2010-10-05} 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 = [ @@ -97,9 +97,11 @@ "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", + "man/man1/rvm.1", + "man/man1/rvm.1.gz", "rvm.gemspec", "scripts/alias", "scripts/aliases", "scripts/array", "scripts/base",