<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,13 @@
+== 0.1.0 2009-08-30
+
+* New:
+  * options[:start] = false will keep the app from actually starting (useful for defining your own start/stop commands)
+  * options[:launch_path] Takes a string or an object that responds to call (proc/lambda) that gets the runner as its only argument. This allows you to easily manipulate options or args to launch the app to a specific path. See latest gembox for example.
+* Changed:
+  * Sinatra is no longer a dependency! Vegas can now run pure Rack apps.
+  * All methods for starting an app are grouped into Runner#start
+  * launch! and start both take an optional path string to launch the app to.
+
 == 0.0.4 2009-08-09
 
 * new -L (--skip-launch) option doesn't launch the web browser (thanks bmabey!)</diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -8,7 +8,7 @@ Vegas aims to solve the simple problem of creating executable versions of Sinatr
 
 == FEATURES/PROBLEMS:
 
-Currently, Vegas just includes a single class Vegas::Runner which wraps your Sinatra app to give it command line options, daemonization, PID/URL tracking, and browser launching (using Launchy).
+Currently, Vegas just includes a single class Vegas::Runner which wraps your Sinatra app to give it command line options, daemon-ization, PID/URL tracking, and browser launching.
 
 Lets say you have a gem with a sinatra application. With Vegas you can create a bin that looks like
   </diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -14,8 +14,8 @@ $hoe = Hoe.spec('vegas') do |p|
     ['rack','= 1.0']
   ]
   p.extra_dev_deps = [
-    ['nokogiri', &quot;&gt;= 1.0.6&quot;],
-    ['bacon', &quot;&gt;= 1.1.0&quot;]
+    ['bacon', &quot;&gt;= 1.1.0&quot;],
+    ['mocha', &quot;&gt;= 0.9.7&quot;]
   ]
   
   p.clean_globs |= %w[**/.DS_Store tmp *.log]</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -2,11 +2,11 @@
 
 Gem::Specification.new do |s|
   s.name = %q{vegas}
-  s.version = &quot;0.0.4.1&quot;
+  s.version = &quot;0.1.0&quot;
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;Aaron Quint&quot;]
-  s.date = %q{2009-08-09}
+  s.date = %q{2009-08-30}
   s.description = %q{Vegas aims to solve the simple problem of creating executable versions of Sinatra/Rack apps. It includes a class Vegas::Runner that wraps Rack/Sinatra applications and provides a simple command line interface and launching mechanism.}
   s.email = [&quot;aaron@quirkey.com&quot;]
   s.extra_rdoc_files = [&quot;History.txt&quot;]
@@ -23,23 +23,20 @@ Gem::Specification.new do |s|
     s.specification_version = 3
 
     if Gem::Version.new(Gem::RubyGemsVersion) &gt;= Gem::Version.new('1.2.0') then
-      s.add_runtime_dependency(%q&lt;sinatra&gt;, [&quot;&gt;= 0.9.1&quot;])
-      s.add_development_dependency(%q&lt;newgem&gt;, [&quot;&gt;= 1.5.1&quot;])
-      s.add_development_dependency(%q&lt;nokogiri&gt;, [&quot;&gt;= 1.0.6&quot;])
+      s.add_runtime_dependency(%q&lt;rack&gt;, [&quot;= 1.0&quot;])
       s.add_development_dependency(%q&lt;bacon&gt;, [&quot;&gt;= 1.1.0&quot;])
+      s.add_development_dependency(%q&lt;mocha&gt;, [&quot;&gt;= 0.9.7&quot;])
       s.add_development_dependency(%q&lt;hoe&gt;, [&quot;&gt;= 2.3.3&quot;])
     else
-      s.add_dependency(%q&lt;sinatra&gt;, [&quot;&gt;= 0.9.1&quot;])
-      s.add_dependency(%q&lt;newgem&gt;, [&quot;&gt;= 1.5.1&quot;])
-      s.add_dependency(%q&lt;nokogiri&gt;, [&quot;&gt;= 1.0.6&quot;])
+      s.add_dependency(%q&lt;rack&gt;, [&quot;= 1.0&quot;])
       s.add_dependency(%q&lt;bacon&gt;, [&quot;&gt;= 1.1.0&quot;])
+      s.add_dependency(%q&lt;mocha&gt;, [&quot;&gt;= 0.9.7&quot;])
       s.add_dependency(%q&lt;hoe&gt;, [&quot;&gt;= 2.3.3&quot;])
     end
   else
-    s.add_dependency(%q&lt;sinatra&gt;, [&quot;&gt;= 0.9.1&quot;])
-    s.add_dependency(%q&lt;newgem&gt;, [&quot;&gt;= 1.5.1&quot;])
-    s.add_dependency(%q&lt;nokogiri&gt;, [&quot;&gt;= 1.0.6&quot;])
+    s.add_dependency(%q&lt;rack&gt;, [&quot;= 1.0&quot;])
     s.add_dependency(%q&lt;bacon&gt;, [&quot;&gt;= 1.1.0&quot;])
+    s.add_dependency(%q&lt;mocha&gt;, [&quot;&gt;= 0.9.7&quot;])
     s.add_dependency(%q&lt;hoe&gt;, [&quot;&gt;= 2.3.3&quot;])
   end
-end
+end
\ No newline at end of file</diff>
      <filename>vegas.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>74aac5111c98e65ce8813281d08e85a5627479a6</id>
    </parent>
  </parents>
  <author>
    <name>Aaron Quint</name>
    <email>aaron@quirkey.com</email>
  </author>
  <url>http://github.com/quirkey/vegas/commit/ced9c9a0a4e233d6dbe6dd5358d2ff2cebe82a27</url>
  <id>ced9c9a0a4e233d6dbe6dd5358d2ff2cebe82a27</id>
  <committed-date>2009-08-30T12:25:26-07:00</committed-date>
  <authored-date>2009-08-30T12:25:26-07:00</authored-date>
  <message>Version Bump to v0.1.0 - See HISTORY for details</message>
  <tree>f425dc22d053d5535c49d8478d6aec8f16d08fdd</tree>
  <committer>
    <name>Aaron Quint</name>
    <email>aaron@quirkey.com</email>
  </committer>
</commit>
