<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,10 @@
+== 0.1.4 2009-01-13
+
+* Removed auto-folding
+* Updated README.txt (why was the description so long)
+* Officially included a couple scripts for testing 256-color soupport in your terminal (256colors2.pl, colortest)
+
+
 == 0.0.1 2008-11-26
 
 * 1 major enhancement:</diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,11 @@
 = vixploder - &quot;it may explode your vim&quot;
 
 == DESCRIPTION:
-A simple 'dotfiles' management tool used to distribute common configuration files across multiple machines (initially consisting of a solid base for VIM, a few handy aliases for Rails development, and working with Git). The idea is not incredibly novel, but after realizing how poor the default VIM configuration is (at least on OS X), I wanted to be able to share mine with a few friends. Standard configuration files for other tools can easily be added to the tool, such as a core +.profile+, +.screenrc+ file, or Emacs config files...VIM is just the &quot;test-case&quot; for the distribution method at this point.
+A simple 'dotfiles' management tool used to distribute common configuration files across multiple machines.
+
+
+== DETAILS
+The idea is not incredibly novel, but after realizing how poor the default VIM configuration is (at least on OS X), I wanted to be able to share mine with a few friends. Standard configuration files for other tools can easily be added to the tool, such as a core +.profile+, +.screenrc+ file, or Emacs config files...VIM is just the &quot;test-case&quot; for the distribution method at this point.
 
 Vixploder is designed to give room for machine-/user-specific overrides. For example, the +.vimrc+ file sources a &lt;tt&gt;~/.local_vimrc&lt;/tt&gt; file. These 'local dotfiles' are intentionally left out of version control and intended for settings that are either machine-specific or something a user may not want to be in a publicly-available repository. A couple examples of such content would be aliases for SSH-ing into a server with a particular username (ie: +site+ aliased to &lt;tt&gt;ssh my_username@my_website.com&lt;/tt&gt;), or aliases to machine-specific paths for a project directory (both of these examples would be for your shell setup files, not vimrc, but the logic is the same...maybe you want a different colorscheme on a particular server in VIM).
 </diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -5,7 +5,7 @@ require 'hanna/rdoctask'
 $hoe = Hoe.new('vixploder', Vixploder::VERSION) do |p|
   p.developer('Tom Kersten', 'tom@whitespur.com')
   p.changes              = p.paragraphs_of(&quot;History.txt&quot;, 0..1).join(&quot;\n\n&quot;)
-  p.post_install_message = File.read(&quot;PostInstall.txt&quot;).delete(&quot;\r&quot;)
+  p.post_install_message = p.paragraphs_of('PostInstall.txt', 0..10).join(&quot;\n\n&quot;)
   p.summary              = %q{Tool for simplifying the distribution of environment configuration files ('dotfiles') across multiple *nix-based nodes.}
   p.extra_dev_deps = [
     ['newgem', &quot;&gt;= #{::Newgem::VERSION}&quot;]
@@ -13,7 +13,6 @@ $hoe = Hoe.new('vixploder', Vixploder::VERSION) do |p|
 
   p.clean_globs |= %w[**/.DS_Store tmp *.log]
   path = (p.rubyforge_name == p.name) ? p.rubyforge_name : &quot;\#{p.rubyforge_name}/\#{p.name}&quot;
-  p.remote_rdoc_dir = File.join(path.gsub(/^#{p.rubyforge_name}\/?/,''), 'rdoc')
   p.rsync_args = '-av --delete --ignore-errors'
 end
 </diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -2,5 +2,5 @@ $:.unshift(File.dirname(__FILE__)) unless
   $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
 
 module Vixploder
-  VERSION = '0.1.3'
+  VERSION = '0.1.4'
 end</diff>
      <filename>lib/vixploder.rb</filename>
    </modified>
    <modified>
      <diff>@@ -2,39 +2,39 @@
 
 Gem::Specification.new do |s|
   s.name = %q{vixploder}
-  s.version = &quot;0.1.3&quot;
+  s.version = &quot;0.1.4&quot;
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;Tom Kersten&quot;]
-  s.date = %q{2009-01-12}
+  s.date = %q{2009-01-13}
   s.description = %q{A simple 'dotfiles' management tool used to distribute common configuration files across multiple machines.}
   s.email = [&quot;tom@whitespur.com&quot;]
-  s.executables = [&quot;vixplode&quot;]
+  s.executables = [&quot;256colors2.pl&quot;, &quot;colortest&quot;, &quot;vixplode&quot;]
   s.extra_rdoc_files = [&quot;History.txt&quot;, &quot;Manifest.txt&quot;, &quot;PostInstall.txt&quot;, &quot;README.rdoc&quot;, &quot;lib/dotfiles/vim/doc/NERD_tree.txt&quot;, &quot;lib/dotfiles/vim/doc/fakeclip.txt&quot;, &quot;lib/dotfiles/vim/doc/matchit.txt&quot;, &quot;lib/dotfiles/vim/doc/project.txt&quot;, &quot;lib/dotfiles/vim/doc/rails.txt&quot;, &quot;lib/dotfiles/vim/doc/snippets_emu.txt&quot;, &quot;lib/dotfiles/vim/doc/surround.txt&quot;]
   s.files = [&quot;History.txt&quot;, &quot;Manifest.txt&quot;, &quot;PostInstall.txt&quot;, &quot;README.rdoc&quot;, &quot;Rakefile&quot;, &quot;bin/256colors2.pl&quot;, &quot;bin/colortest&quot;, &quot;bin/vixplode&quot;, &quot;lib/dotfiles/aliases&quot;, &quot;lib/dotfiles/gvimrc&quot;, &quot;lib/dotfiles/vim/.VimballRecord&quot;, &quot;lib/dotfiles/vim/after/ftplugin/actionscript_snippets.vim&quot;, &quot;lib/dotfiles/vim/after/ftplugin/aspvbs_snippets.vim&quot;, &quot;lib/dotfiles/vim/after/ftplugin/c_snippets.vim&quot;, &quot;lib/dotfiles/vim/after/ftplugin/css_snippets.vim&quot;, &quot;lib/dotfiles/vim/after/ftplugin/django_model_snippets.vim&quot;, &quot;lib/dotfiles/vim/after/ftplugin/django_template_snippets.vim&quot;, &quot;lib/dotfiles/vim/after/ftplugin/f-script_snippets.vim&quot;, &quot;lib/dotfiles/vim/after/ftplugin/haskell_snippets.vim&quot;, &quot;lib/dotfiles/vim/after/ftplugin/html_snippets.vim&quot;, &quot;lib/dotfiles/vim/after/ftplugin/java_snippets.vim&quot;, &quot;lib/dotfiles/vim/after/ftplugin/javascript_snippets.vim&quot;, &quot;lib/dotfiles/vim/after/ftplugin/latex_snippets.vim&quot;, &quot;lib/dotfiles/vim/after/ftplugin/logo_snippets.vim&quot;, &quot;lib/dotfiles/vim/after/ftplugin/markdown_snippets.vim&quot;, &quot;lib/dotfiles/vim/after/ftplugin/movable_type_snippets.vim&quot;, &quot;lib/dotfiles/vim/after/ftplugin/objc_snippets.vim&quot;, &quot;lib/dotfiles/vim/after/ftplugin/ocaml_snippets.vim&quot;, &quot;lib/dotfiles/vim/after/ftplugin/perl_snippets.vim&quot;, &quot;lib/dotfiles/vim/after/ftplugin/php_snippets.vim&quot;, &quot;lib/dotfiles/vim/after/ftplugin/phpdoc_snippets.vim&quot;, &quot;lib/dotfiles/vim/after/ftplugin/propel_snippets.vim&quot;, &quot;lib/dotfiles/vim/after/ftplugin/python_snippets.vim&quot;, &quot;lib/dotfiles/vim/after/ftplugin/rails_snippets.vim&quot;, &quot;lib/dotfiles/vim/after/ftplugin/ruby_snippets.vim&quot;, &quot;lib/dotfiles/vim/after/ftplugin/sh_snippets.vim&quot;, &quot;lib/dotfiles/vim/after/ftplugin/slate_snippets.vim&quot;, &quot;lib/dotfiles/vim/after/ftplugin/smarty_snippets.vim&quot;, &quot;lib/dotfiles/vim/after/ftplugin/symfony_snippets.vim&quot;, &quot;lib/dotfiles/vim/after/ftplugin/tcl_snippets.vim&quot;, &quot;lib/dotfiles/vim/after/ftplugin/template_toolkit_snippets.vim&quot;, &quot;lib/dotfiles/vim/after/ftplugin/tex_snippets.vim&quot;, &quot;lib/dotfiles/vim/after/ftplugin/xhtml_snippets.vim&quot;, &quot;lib/dotfiles/vim/autoload/fakeclip.vim&quot;, &quot;lib/dotfiles/vim/autoload/rails.vim&quot;, &quot;lib/dotfiles/vim/autoload/rubycomplete.vim&quot;, &quot;lib/dotfiles/vim/colors/inkpot.vim&quot;, &quot;lib/dotfiles/vim/colors/ir_black.vim&quot;, &quot;lib/dotfiles/vim/colors/ir_black_mod.vim&quot;, &quot;lib/dotfiles/vim/colors/railscasts.vim&quot;, &quot;lib/dotfiles/vim/colors/rubyblue.vim&quot;, &quot;lib/dotfiles/vim/colors/twilight.vim&quot;, &quot;lib/dotfiles/vim/colors/twilight2.vim&quot;, &quot;lib/dotfiles/vim/colors/wombat256.vim&quot;, &quot;lib/dotfiles/vim/compiler/eruby.vim&quot;, &quot;lib/dotfiles/vim/compiler/ruby.vim&quot;, &quot;lib/dotfiles/vim/compiler/rubyunit.vim&quot;, &quot;lib/dotfiles/vim/doc/NERD_tree.txt&quot;, &quot;lib/dotfiles/vim/doc/fakeclip.txt&quot;, &quot;lib/dotfiles/vim/doc/matchit.txt&quot;, &quot;lib/dotfiles/vim/doc/project.txt&quot;, &quot;lib/dotfiles/vim/doc/rails.txt&quot;, &quot;lib/dotfiles/vim/doc/snippets_emu.txt&quot;, &quot;lib/dotfiles/vim/doc/surround.txt&quot;, &quot;lib/dotfiles/vim/doc/tags&quot;, &quot;lib/dotfiles/vim/filetype.vim&quot;, &quot;lib/dotfiles/vim/ftdetect/gist.vim&quot;, &quot;lib/dotfiles/vim/ftdetect/ruby.vim&quot;, &quot;lib/dotfiles/vim/ftplugin/eruby.vim&quot;, &quot;lib/dotfiles/vim/ftplugin/ruby.vim&quot;, &quot;lib/dotfiles/vim/indent/eruby.vim&quot;, &quot;lib/dotfiles/vim/indent/ruby.vim&quot;, &quot;lib/dotfiles/vim/plugin/NERD_tree.vim&quot;, &quot;lib/dotfiles/vim/plugin/comments.vim&quot;, &quot;lib/dotfiles/vim/plugin/fakeclip.vim&quot;, &quot;lib/dotfiles/vim/plugin/fuzzyfinder.vim&quot;, &quot;lib/dotfiles/vim/plugin/fuzzyfinder_textmate.vim&quot;, &quot;lib/dotfiles/vim/plugin/gist.vim&quot;, &quot;lib/dotfiles/vim/plugin/gitdiff.vim&quot;, &quot;lib/dotfiles/vim/plugin/matchit.vim&quot;, &quot;lib/dotfiles/vim/plugin/mru.vim&quot;, &quot;lib/dotfiles/vim/plugin/rails.vim&quot;, &quot;lib/dotfiles/vim/plugin/rspec.vim&quot;, &quot;lib/dotfiles/vim/plugin/snippets.vim&quot;, &quot;lib/dotfiles/vim/plugin/snippetsEmu.vim&quot;, &quot;lib/dotfiles/vim/plugin/supertab.vim&quot;, &quot;lib/dotfiles/vim/plugin/surround.vim&quot;, &quot;lib/dotfiles/vim/ref_vimrc&quot;, &quot;lib/dotfiles/vim/ruby/fuzzy_file_finder.rb&quot;, &quot;lib/dotfiles/vim/syntax/eruby.vim&quot;, &quot;lib/dotfiles/vim/syntax/haml.vim&quot;, &quot;lib/dotfiles/vim/syntax/mkd.vim&quot;, &quot;lib/dotfiles/vim/syntax/ruby.vim&quot;, &quot;lib/dotfiles/vim/syntax/sass.vim&quot;, &quot;lib/dotfiles/vimrc&quot;, &quot;lib/vixplode/cli.rb&quot;, &quot;lib/vixploder.rb&quot;, &quot;script/console&quot;, &quot;script/destroy&quot;, &quot;script/generate&quot;, &quot;spec/spec.opts&quot;, &quot;spec/spec_helper.rb&quot;, &quot;spec/vixplode_cli_spec.rb&quot;, &quot;spec/vixploder_spec.rb&quot;, &quot;tasks/rspec.rake&quot;]
-  s.has_rdoc = false
-  s.post_install_message = &lt;&lt;-END_OF_MESSAGE
-    To use vixploder, execute:
+  s.has_rdoc = true
+  s.post_install_message = %q{
+To use vixploder, execute:
 
-      vixplode
+  vixplode
 
-    ...and try out VI. If you have issues with a blinking background
-    or errors on startup, confirm your system meets all the
-    requirements outlined in the README (http://bit.ly/m9Wk).
+...and try out VI. If you have issues with a blinking background
+or errors on startup, confirm your system meets all the
+requirements outlined in the README (http://bit.ly/m9Wk).
 
-    If you want to &quot;undo&quot; the changes, you can unlink the newly created
-    files in your home directory and restore them from ~/vixploder_backups:
+If you want to &quot;undo&quot; the changes, you can unlink the newly created
+files in your home directory and restore them from ~/vixploder_backups:
 
-      mv ~/vixploder_backups/.* ~/
+  mv ~/vixploder_backups/.* ~/
 
-    For more information on vixploder, see https://github.com/tomkersten/vixploder
+For more information on vixploder, see https://github.com/tomkersten/vixploder
 
-    NOTE: To create private Gists on http://gist.github.com, make sure you have set up
-    your username/token entries in your ~/.gitconfig file (refer to: http://bit.ly/OCgg)
+NOTE: To create private Gists on http://gist.github.com, make sure you have set up
+your username/token entries in your ~/.gitconfig file (refer to: http://bit.ly/OCgg)
 
-    Enjoy!
-  END_OF_MESSAGE
+Enjoy!
 
+}
   s.rdoc_options = [&quot;--main&quot;, &quot;README.rdoc&quot;]
   s.require_paths = [&quot;lib&quot;]
   s.rubyforge_project = %q{vixploder}</diff>
      <filename>vixploder.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2b71fe5a28dc8703704e86b1c79399f001cfceca</id>
    </parent>
  </parents>
  <author>
    <name>Tom Kesten</name>
    <email>tkersten@obtiva.com</email>
  </author>
  <url>http://github.com/tomkersten/vixploder/commit/cc43f70d427878e7b3c907c0739203d0c2378f3c</url>
  <id>cc43f70d427878e7b3c907c0739203d0c2378f3c</id>
  <committed-date>2009-01-13T12:34:21-08:00</committed-date>
  <authored-date>2009-01-13T12:34:21-08:00</authored-date>
  <message>Small updates...testing updated Rakefile &amp; gemspec...also disabled autofolding &amp; shortened README</message>
  <tree>6a3c12168c4f9c379b79ef72057089cafb7f14a5</tree>
  <committer>
    <name>Tom Kesten</name>
    <email>tkersten@obtiva.com</email>
  </committer>
</commit>
