<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,7 @@
+== 0.1.5 2009-05-22
+
+* Fixed the config.ru so gembox can run on passenger [Thanks Lenary]
+
 == 0.1.4 2009-04-13
 
 * Using the brand new release of Vegas for the binary</diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -8,6 +8,28 @@ Please see the project home page for a full description:
 
 http://code.quirkey.com/gembox
 
+=== USAGE:
+
+==== BASIC:
+
+Install gembox:
+
+  sudo gem install gembox
+  
+On the command-line:
+  
+  $ gembox
+  
+And it should launch gembox in your browser.
+
+==== WITH PASSENGER:
+
+To use Gembox with Passenger Pane there are a few simple steps you need to do:
+
+ $ git clone git://github.com/quirkey/gembox.git
+ $ open ./gembox/
+
+Then open up Passenger Pane and drag the open Gembox folder into the list on the left (You'll have to be authenticated). Now browse to http://gembox.local/ and you'll see gembox! I told you it was simple.
 
 == LICENSE:
 </diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -12,7 +12,7 @@ $hoe = Hoe.new('gembox', Gembox::VERSION) do |p|
   p.summary = p.description = &quot;A sinatra based interface for browsing and admiring your gems.&quot;
   p.url = ['http://code.quirkey.com/gembox', 'http://github.com/quirkey/gembox']
   p.extra_deps = [
-   ['sinatra', '&gt;=0.9.1'],
+   ['sinatra', '&gt;=0.9.2'],
    ['vegas', '&gt;=0.0.1'],
    ['haml', '&gt;=2.0.9'],
    ['activesupport', '&gt;=2.2.2'],</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -2,33 +2,32 @@
 
 Gem::Specification.new do |s|
   s.name = %q{gembox}
-  s.version = &quot;0.1.4&quot;
+  s.version = &quot;0.1.5&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-04-13}
+  s.date = %q{2009-05-22}
   s.default_executable = %q{gembox}
   s.description = %q{A sinatra based interface for browsing and admiring your gems.}
   s.email = [&quot;aaron@quirkey.com&quot;]
   s.executables = [&quot;gembox&quot;]
   s.extra_rdoc_files = [&quot;History.txt&quot;, &quot;PostInstall.txt&quot;, &quot;README.rdoc&quot;]
-  s.files = [&quot;History.txt&quot;, &quot;PostInstall.txt&quot;, &quot;README.rdoc&quot;, &quot;Rakefile&quot;, &quot;bin/gembox&quot;, &quot;lib/extensions.rb&quot;, &quot;lib/gembox.rb&quot;, &quot;lib/gembox/app.rb&quot;, &quot;lib/gembox/config.ru&quot;, &quot;lib/gembox/gem_list.rb&quot;, &quot;lib/gembox/gems.rb&quot;, &quot;lib/gembox/view_helpers.rb&quot;, &quot;public/images/edit.png&quot;, &quot;public/images/folder.png&quot;, &quot;public/images/git.gif&quot;, &quot;public/images/page.png&quot;, &quot;public/images/page_white_text.png&quot;, &quot;public/images/rubygems-125x125t.png&quot;, &quot;public/javascripts/base.js&quot;, &quot;public/javascripts/gembox.js&quot;, &quot;public/javascripts/jquery.form.js&quot;, &quot;public/javascripts/jquery.js&quot;, &quot;public/javascripts/jquery.metadata.js&quot;, &quot;public/javascripts/jquery.ui.js&quot;, &quot;public/swf/clippy.swf&quot;, &quot;test/.bacon&quot;, &quot;test/test_gembox_app.rb&quot;, &quot;test/test_gembox_gems.rb&quot;, &quot;test/test_helper.rb&quot;, &quot;views/doc.haml&quot;, &quot;views/file_tree.haml&quot;, &quot;views/gem.haml&quot;, &quot;views/gembox.sass&quot;, &quot;views/gems_columns.haml&quot;, &quot;views/gems_header.haml&quot;, &quot;views/gems_table.haml&quot;, &quot;views/index.haml&quot;, &quot;views/layout.haml&quot;, &quot;views/no_results.haml&quot;]
-  s.has_rdoc = true
+  s.files = [&quot;History.txt&quot;, &quot;PostInstall.txt&quot;, &quot;README.rdoc&quot;, &quot;Rakefile&quot;, &quot;config.ru&quot;, &quot;bin/gembox&quot;, &quot;lib/extensions.rb&quot;, &quot;lib/gembox.rb&quot;, &quot;lib/gembox/app.rb&quot;, &quot;lib/gembox/gem_list.rb&quot;, &quot;lib/gembox/gems.rb&quot;, &quot;lib/gembox/view_helpers.rb&quot;, &quot;public/images/edit.png&quot;, &quot;public/images/folder.png&quot;, &quot;public/images/git.gif&quot;, &quot;public/images/page.png&quot;, &quot;public/images/page_white_text.png&quot;, &quot;public/images/rubygems-125x125t.png&quot;, &quot;public/javascripts/base.js&quot;, &quot;public/javascripts/gembox.js&quot;, &quot;public/javascripts/jquery.form.js&quot;, &quot;public/javascripts/jquery.js&quot;, &quot;public/javascripts/jquery.metadata.js&quot;, &quot;public/javascripts/jquery.ui.js&quot;, &quot;public/swf/clippy.swf&quot;, &quot;test/.bacon&quot;, &quot;test/test_gembox_app.rb&quot;, &quot;test/test_gembox_gems.rb&quot;, &quot;test/test_helper.rb&quot;, &quot;views/doc.haml&quot;, &quot;views/file_tree.haml&quot;, &quot;views/gem.haml&quot;, &quot;views/gembox.sass&quot;, &quot;views/gems_columns.haml&quot;, &quot;views/gems_header.haml&quot;, &quot;views/gems_table.haml&quot;, &quot;views/index.haml&quot;, &quot;views/layout.haml&quot;, &quot;views/no_results.haml&quot;]
   s.homepage = %q{http://code.quirkey.com/gembox}
   s.post_install_message = %q{PostInstall.txt}
   s.rdoc_options = [&quot;--main&quot;, &quot;README.rdoc&quot;]
   s.require_paths = [&quot;lib&quot;]
   s.rubyforge_project = %q{quirkey}
-  s.rubygems_version = %q{1.3.1}
+  s.rubygems_version = %q{1.3.3}
   s.summary = %q{A sinatra based interface for browsing and admiring your gems.}
   s.test_files = [&quot;test/test_gembox_app.rb&quot;, &quot;test/test_gembox_gems.rb&quot;, &quot;test/test_helper.rb&quot;]
 
   if s.respond_to? :specification_version then
     current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
-    s.specification_version = 2
+    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_runtime_dependency(%q&lt;sinatra&gt;, [&quot;&gt;= 0.9.2&quot;])
       s.add_runtime_dependency(%q&lt;vegas&gt;, [&quot;&gt;= 0.0.1&quot;])
       s.add_runtime_dependency(%q&lt;haml&gt;, [&quot;&gt;= 2.0.9&quot;])
       s.add_runtime_dependency(%q&lt;activesupport&gt;, [&quot;&gt;= 2.2.2&quot;])
@@ -37,7 +36,7 @@ Gem::Specification.new do |s|
       s.add_development_dependency(%q&lt;rack-test&gt;, [&quot;&gt;= 0.1.0&quot;])
       s.add_development_dependency(%q&lt;hoe&gt;, [&quot;&gt;= 1.8.0&quot;])
     else
-      s.add_dependency(%q&lt;sinatra&gt;, [&quot;&gt;= 0.9.1&quot;])
+      s.add_dependency(%q&lt;sinatra&gt;, [&quot;&gt;= 0.9.2&quot;])
       s.add_dependency(%q&lt;vegas&gt;, [&quot;&gt;= 0.0.1&quot;])
       s.add_dependency(%q&lt;haml&gt;, [&quot;&gt;= 2.0.9&quot;])
       s.add_dependency(%q&lt;activesupport&gt;, [&quot;&gt;= 2.2.2&quot;])
@@ -47,7 +46,7 @@ Gem::Specification.new do |s|
       s.add_dependency(%q&lt;hoe&gt;, [&quot;&gt;= 1.8.0&quot;])
     end
   else
-    s.add_dependency(%q&lt;sinatra&gt;, [&quot;&gt;= 0.9.1&quot;])
+    s.add_dependency(%q&lt;sinatra&gt;, [&quot;&gt;= 0.9.2&quot;])
     s.add_dependency(%q&lt;vegas&gt;, [&quot;&gt;= 0.0.1&quot;])
     s.add_dependency(%q&lt;haml&gt;, [&quot;&gt;= 2.0.9&quot;])
     s.add_dependency(%q&lt;activesupport&gt;, [&quot;&gt;= 2.2.2&quot;])</diff>
      <filename>gembox.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -9,7 +9,7 @@ require 'will_paginate/array'
 require 'will_paginate/view_helpers'
 
 module Gembox
-  VERSION = '0.1.4'
+  VERSION = '0.1.5'
 end
 
 require 'extensions'</diff>
      <filename>lib/gembox.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>eff9e887cb175eac02f5b90660edf9bf2a4c2747</id>
    </parent>
  </parents>
  <author>
    <name>Aaron Quint</name>
    <email>aaron@quirkey.com</email>
  </author>
  <url>http://github.com/quirkey/gembox/commit/ed4272aed152f7642aaaf28be983996a2e4ad59b</url>
  <id>ed4272aed152f7642aaaf28be983996a2e4ad59b</id>
  <committed-date>2009-05-22T14:20:14-07:00</committed-date>
  <authored-date>2009-05-22T14:20:14-07:00</authored-date>
  <message>Version Bump after config.ru fix</message>
  <tree>eb7373a15619b1d680c93bb005ce9607f7fe0753</tree>
  <committer>
    <name>Aaron Quint</name>
    <email>aaron@quirkey.com</email>
  </committer>
</commit>
