rvm.gemspec in rvm-0.0.47 vs rvm.gemspec in rvm-0.0.48
- 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.47"
+ s.version = "0.0.48"
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-22}
+ s.date = %q{2009-09-23}
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 = [
@@ -28,9 +28,10 @@
"rvm.gemspec",
"scripts/gemsync",
"scripts/rvm",
"scripts/rvm-aliases",
"scripts/rvm-cli",
+ "scripts/rvm-completion",
"scripts/rvm-functions",
"scripts/rvm-install",
"scripts/rvm-prompt",
"scripts/rvm-ruby-installer",
"scripts/rvm-selector",