rvm.gemspec in rvm-0.1.27 vs rvm.gemspec in rvm-0.1.29
- old
+ new
@@ -3,17 +3,17 @@
# 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.27"
+ s.version = "0.1.29"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Wayne E. Seguin"]
- s.date = %q{2010-04-11}
+ s.date = %q{2010-05-04}
s.default_executable = %q{rvm-install}
- s.description = %q{Manages Ruby interpreter environments and switching between them.}
+ s.description = %q{Manages Ruby Environments.}
s.email = %q{wayneeseguin@gmail.com}
s.executables = ["rvm-install"]
s.extra_rdoc_files = [
"README"
]
@@ -64,11 +64,36 @@
"scripts/selector",
"scripts/set",
"scripts/symlink",
"scripts/update",
"scripts/utility",
- "scripts/version"
+ "scripts/version",
+ "help/alias",
+ "help/benchmark",
+ "help/debug",
+ "help/fetch",
+ "help/gem",
+ "help/gemdir",
+ "help/gemset",
+ "help/implode",
+ "help/info",
+ "help/install",
+ "help/list",
+ "help/monitor",
+ "help/notes",
+ "help/package",
+ "help/rake",
+ "help/remove",
+ "help/reset",
+ "help/ruby",
+ "help/rvmrc",
+ "help/specs",
+ "help/srcdir",
+ "help/tests",
+ "help/uninstall",
+ "help/update",
+ "help/use"
]
s.homepage = %q{http://github.com/wayneeseguin/rvm}
s.post_install_message = %q{********************************************************************************
In order to setup rvm for your user's environment you must now run rvm-install.
@@ -80,10 +105,10 @@
********************************************************************************
}
s.rdoc_options = ["--inline-source", "--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{rvm}
- s.rubygems_version = %q{1.3.5}
+ s.rubygems_version = %q{1.3.6}
s.summary = %q{Ruby Version Manager (rvm)}
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3