rvm.gemspec in rvm-0.1.44 vs rvm.gemspec in rvm-0.1.45
- 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 = "0.1.44"
+ s.version = "0.1.45"
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-06}
+ s.date = %q{2010-08-11}
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 = [
@@ -118,10 +118,11 @@
"scripts/man",
"scripts/manage",
"scripts/manpages",
"scripts/match",
"scripts/md5",
+ "scripts/migrate",
"scripts/monitor",
"scripts/notes",
"scripts/package",
"scripts/patches",
"scripts/patchsets",
@@ -132,9 +133,10 @@
"scripts/selector",
"scripts/set",
"scripts/snapshot",
"scripts/tools",
"scripts/update",
+ "scripts/upgrade",
"scripts/utility",
"scripts/version",
"scripts/wrapper"
]
s.homepage = %q{http://github.com/wayneeseguin/rvm}