<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,6 @@
 = conspire
 
-(C) 2008 Phil Hagelberg
+(c) 2008 Phil Hagelberg
 http://github.com/technomancy/conspire
 
 Conspire is a real-time collaborative editing platform using Git as a
@@ -31,7 +31,8 @@ Repository history is cleared in between conspiracy sessions.
 You can manually use conspire if you want to try it out without an
 editor. Just launch +conspire+ with a directory as its only argument,
 and it will initialize a new git repository in there and launch a
-conspiracy session.
+conspiracy session. You will have to manually &quot;git add&quot; new files you
+want to introduce to the session.
 
 For testing purposes, you can run two or more conspiracies on the same
 machine; you just have to specify an alternate port and name for the</diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -13,7 +13,7 @@ Hoe.new('conspire', Conspire::VERSION) do |p|
 
   # TODO: release on rubyforge once all our required dependency versions make it to rubyforge
   p.extra_deps &lt;&lt; ['technomancy-gitjour', '6.3.0']
-  p.extra_deps &lt;&lt; 'clip'
+  p.extra_deps &lt;&lt; 'alexvollmer-clip'
 end
 
 # vim: syntax=Ruby</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -9,6 +9,7 @@ options = Clip do |c|
              :default =&gt; Conspire::DEFAULTS[:sync_interval])
   c.optional('n', 'name', :desc =&gt; &quot;Session name; must include 'conspiracy'&quot;,
              :default =&gt; Conspire::DEFAULTS[:name])
+  c.flag('v', 'version', :desc =&gt; 'Print version number and exit')
 end
 
 # TODO: show usage message on --help
@@ -16,6 +17,9 @@ if !options.valid?
   puts &quot;Conspire is a git-based collaboration platform.&quot;
   puts &quot;  You generally interact use it via an editor; see README for details.&quot;
   abort options.to_s
+elsif options.version?
+  puts &quot;conspire #{Conspire::VERSION}&quot;
+  exit 0
 end
 
 Conspire.start ARGV.first, options</diff>
      <filename>bin/conspire</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
 Gem::Specification.new do |s|
   s.name = %q{conspire}
-  s.version = &quot;0.1.1&quot;
+  s.version = &quot;0.1.2&quot;
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;Phil Hagelberg&quot;]
-  s.date = %q{2008-07-25}
+  s.date = %q{2008-08-12}
   s.default_executable = %q{conspire}
   s.email = [&quot;technomancy@gmail.com&quot;]
   s.executables = [&quot;conspire&quot;]
@@ -25,16 +25,16 @@ Gem::Specification.new do |s|
 
     if Gem::Version.new(Gem::RubyGemsVersion) &gt;= Gem::Version.new('1.2.0') then
       s.add_runtime_dependency(%q&lt;technomancy-gitjour&gt;, [&quot;= 6.3.0&quot;])
-      s.add_runtime_dependency(%q&lt;clip&gt;, [&quot;&gt;= 0&quot;])
+      s.add_runtime_dependency(%q&lt;alexvollmer-clip&gt;, [&quot;&gt;= 0&quot;])
       s.add_development_dependency(%q&lt;hoe&gt;, [&quot;&gt;= 1.7.0&quot;])
     else
       s.add_dependency(%q&lt;technomancy-gitjour&gt;, [&quot;= 6.3.0&quot;])
-      s.add_dependency(%q&lt;clip&gt;, [&quot;&gt;= 0&quot;])
+      s.add_dependency(%q&lt;alexvollmer-clip&gt;, [&quot;&gt;= 0&quot;])
       s.add_dependency(%q&lt;hoe&gt;, [&quot;&gt;= 1.7.0&quot;])
     end
   else
     s.add_dependency(%q&lt;technomancy-gitjour&gt;, [&quot;= 6.3.0&quot;])
-    s.add_dependency(%q&lt;clip&gt;, [&quot;&gt;= 0&quot;])
+    s.add_dependency(%q&lt;alexvollmer-clip&gt;, [&quot;&gt;= 0&quot;])
     s.add_dependency(%q&lt;hoe&gt;, [&quot;&gt;= 1.7.0&quot;])
   end
-end
+end
\ No newline at end of file</diff>
      <filename>conspire.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -8,7 +8,7 @@ require File.dirname(__FILE__) + '/conspire/gitjour_exts'
 require File.dirname(__FILE__) + '/conspire/conspirator'
 
 module Conspire
-  VERSION = '0.1.1'
+  VERSION = '0.1.2'
   # TODO: play with optimal intervals; perhaps auto-adjust based on latency?
   DEFAULTS = { :port =&gt; 7456, :name =&gt; 'conspiracy', :sync_interval =&gt; 0.25 }
   HOSTNAME = `hostname`.chomp # TODO: is there a better way?</diff>
      <filename>lib/conspire.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>conspire/doc</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>f6c33f28e8104efb6f54fcce77f39560bf309bef</id>
    </parent>
  </parents>
  <author>
    <name>Phil Hagelberg</name>
    <email>technomancy@gmail.com</email>
  </author>
  <url>http://github.com/technomancy/conspire/commit/c7a5882b11a1db411424f371eeefd1f0f537d0b7</url>
  <id>c7a5882b11a1db411424f371eeefd1f0f537d0b7</id>
  <committed-date>2008-08-12T14:17:50-07:00</committed-date>
  <authored-date>2008-08-12T14:17:50-07:00</authored-date>
  <message>add version command, release 0.1.2</message>
  <tree>d81644882547837149668c371e6c3d0e8dee85d9</tree>
  <committer>
    <name>Phil Hagelberg</name>
    <email>technomancy@gmail.com</email>
  </committer>
</commit>
