rvm.gemspec in rvm-0.1.42 vs rvm.gemspec in rvm-0.1.43
- 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.42"
+ s.version = "0.1.43"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Wayne E. Seguin"]
- s.date = %q{2010-07-20}
+ s.date = %q{2010-07-21}
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 = [
@@ -76,10 +76,11 @@
"lib/rvm/environment/sets.rb",
"lib/rvm/environment/tools.rb",
"lib/rvm/environment/utility.rb",
"lib/rvm/environment/wrapper.rb",
"lib/rvm/errors.rb",
+ "lib/rvm/install_command_dumper.rb",
"lib/rvm/shell.rb",
"lib/rvm/shell/abstract_wrapper.rb",
"lib/rvm/shell/result.rb",
"lib/rvm/shell/shell_wrapper.sh",
"lib/rvm/shell/single_shot_wrapper.rb",
@@ -125,9 +126,10 @@
"scripts/rubygems",
"scripts/rvm",
"scripts/rvm-install",
"scripts/selector",
"scripts/set",
+ "scripts/snapshot",
"scripts/tools",
"scripts/update",
"scripts/utility",
"scripts/version",
"scripts/wrapper"