rvm.gemspec in rvm-1.1.4 vs rvm.gemspec in rvm-1.1.5

- old
+ new

@@ -3,78 +3,25 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{rvm} - s.version = "1.1.4" + s.version = "1.1.5" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Wayne E. Seguin"] - s.date = %q{2010-12-09} + s.date = %q{2010-12-14} s.default_executable = %q{rvm-install} 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" ] s.files = [ "LICENCE", "README", - "binscripts/rvm", - "binscripts/rvm-auto-ruby", - "binscripts/rvm-prompt", - "binscripts/rvm-shell", - "binscripts/rvm-update-head", - "binscripts/rvm-update-latest", - "binscripts/rvmsudo", - "config/db", - "config/known", - "config/md5", - "contrib/gemset_snapshot", - "contrib/install-system-wide", - "contrib/r", - "examples/rvmrc", - "gemsets/default.gems", - "gemsets/global.gems", - "help/alias", - "help/benchmark", - "help/cleanup", - "help/debug", - "help/disk-usage", - "help/docs", - "help/exec", - "help/fetch", - "help/gem", - "help/gemdir", - "help/gemset", - "help/implode", - "help/info", - "help/install", - "help/list", - "help/migrate", - "help/monitor", - "help/notes", - "help/package", - "help/rake", - "help/remove", - "help/repair", - "help/reset", - "help/ruby", - "help/rubygems", - "help/rvmrc", - "help/snapshot", - "help/specs", - "help/srcdir", - "help/tests", - "help/tools", - "help/uninstall", - "help/update", - "help/upgrade", - "help/use", - "help/wrapper", - "install", "lib/VERSION.yml", "lib/rvm.rb", "lib/rvm/capistrano.rb", "lib/rvm/environment.rb", "lib/rvm/environment/alias.rb", @@ -97,64 +44,10 @@ "lib/rvm/shell/result.rb", "lib/rvm/shell/shell_wrapper.sh", "lib/rvm/shell/single_shot_wrapper.rb", "lib/rvm/shell/utility.rb", "lib/rvm/version.rb", - "man/man1/rvm.1", - "man/man1/rvm.1.gz", - "rvm.gemspec", - "scripts/alias", - "scripts/aliases", - "scripts/array", - "scripts/base", - "scripts/cd", - "scripts/cleanup", - "scripts/cli", - "scripts/color", - "scripts/completion", - "scripts/db", - "scripts/default", - "scripts/disk-usage", - "scripts/docs", - "scripts/env", - "scripts/environment-convertor", - "scripts/fetch", - "scripts/gemsets", - "scripts/get", - "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", - "scripts/migrate", - "scripts/monitor", - "scripts/notes", - "scripts/override_gem", - "scripts/package", - "scripts/patches", - "scripts/patchsets", - "scripts/repair", - "scripts/rubygems", - "scripts/rvm", - "scripts/rvm-install", - "scripts/selector", - "scripts/set", - "scripts/snapshot", - "scripts/tools", - "scripts/update", - "scripts/upgrade", - "scripts/utility", - "scripts/version", - "scripts/wrapper" + "rvm.gemspec" ] 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.