rvm.gemspec in rvm-1.0.0 vs rvm.gemspec in rvm-1.0.1
- 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.0"
+ s.version = "1.0.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Wayne E. Seguin"]
- s.date = %q{2010-08-22}
+ s.date = %q{2010-08-27}
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 = [
@@ -35,32 +35,42 @@
"examples/rvmrc",
"gemsets/default.gems",
"gemsets/global.gems",
"help/alias",
"help/benchmark",
+ "help/cleanup",
"help/debug",
+ "help/disk-usage",
+ "help/docs",
+ "help/exec",
"help/fetch",
"help/gem",
"help/gemdir",
"help/gemset",
"help/implode",
"help/info",
"help/install",
"help/list",
+ "help/migrate",
"help/monitor",
"help/notes",
"help/package",
"help/rake",
"help/remove",
+ "help/repair",
"help/reset",
"help/ruby",
+ "help/rubygems",
"help/rvmrc",
+ "help/snapshot",
"help/specs",
"help/srcdir",
"help/tests",
+ "help/tools",
"help/uninstall",
"help/update",
+ "help/upgrade",
"help/use",
"help/wrapper",
"install",
"lib/VERSION.yml",
"lib/rvm.rb",
@@ -121,9 +131,10 @@
"scripts/match",
"scripts/md5",
"scripts/migrate",
"scripts/monitor",
"scripts/notes",
+ "scripts/override_gem",
"scripts/package",
"scripts/patches",
"scripts/patchsets",
"scripts/repair",
"scripts/rubygems",