rvm.gemspec in rvm-0.0.41 vs rvm.gemspec in rvm-0.0.42
- 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.41"
+ s.version = "0.0.42"
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-16}
+ s.date = %q{2009-09-17}
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 = [
@@ -21,9 +21,10 @@
"INSTALL",
"LICENCE",
"README",
"config/db",
"examples/rvmrc",
+ "lib/VERSION.yml",
"lib/rvm.rb",
"rvm.gemspec",
"scripts/rvm",
"scripts/rvm-aliases",
"scripts/rvm-cli",