rvm.gemspec in rvm-0.1.32 vs rvm.gemspec in rvm-0.1.33
- 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.32"
+ s.version = "0.1.33"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Wayne E. Seguin"]
- s.date = %q{2010-05-16}
+ s.date = %q{2010-05-27}
s.default_executable = %q{rvm-install}
- s.description = %q{Manages Ruby Environments.}
+ 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 = [
"README"
]
@@ -26,33 +26,67 @@
"binscripts/rvm-update-latest",
"binscripts/rvmsudo",
"config/db",
"config/md5",
"examples/rvmrc",
+ "gemsets/default.gems",
+ "gemsets/global.gems",
+ "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",
+ "help/wrapper",
"install",
"lib/VERSION.yml",
"lib/rvm.rb",
"lib/rvm/open4.rb",
"lib/rvm/rvm.rb",
"lib/rvm/shell.rb",
"lib/rvm/version.rb",
"rvm.gemspec",
+ "scripts/alias",
"scripts/aliases",
"scripts/array",
"scripts/cd",
"scripts/cli",
"scripts/color",
"scripts/completion",
"scripts/db",
+ "scripts/docs",
+ "scripts/env",
"scripts/fetch",
"scripts/gemsets",
"scripts/hash",
+ "scripts/help",
"scripts/hook",
+ "scripts/info",
"scripts/initialize",
"scripts/install",
"scripts/irbrc",
"scripts/irbrc.rb",
+ "scripts/list",
"scripts/log",
"scripts/maglev",
"scripts/manage",
"scripts/match",
"scripts/md5",
@@ -61,39 +95,14 @@
"scripts/package",
"scripts/rvm",
"scripts/rvm-install",
"scripts/selector",
"scripts/set",
- "scripts/symlink",
"scripts/update",
"scripts/utility",
"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"
+ "scripts/wrapper"
]
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.
@@ -112,10 +121,10 @@
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
- if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
else
end
else
end
end