rvm.gemspec in rvm-0.0.44 vs rvm.gemspec in rvm-0.0.45
- 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.44"
+ s.version = "0.0.45"
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-18}
+ s.date = %q{2009-09-20}
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 = [
@@ -24,9 +24,10 @@
"config/db",
"examples/rvmrc",
"lib/VERSION.yml",
"lib/rvm.rb",
"rvm.gemspec",
+ "scripts/gemsync",
"scripts/rvm",
"scripts/rvm-aliases",
"scripts/rvm-cli",
"scripts/rvm-functions",
"scripts/rvm-install",