<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,7 +1,9 @@
-== 0.7.0 / 2009-10-
+== 0.7.0 / 2009-11-06
 
 * 1 Minor Enhancement
   * Added a permissions mask for the server PID file [Avdi Grimm]
+* 1 Bug Fix
+  * Fixing up some development / runtime dependencies
 
 == 0.6.2 / 2009-07-16
 </diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1,15 +1,15 @@
 = Serv-O-Lux
 * by Tim Pease
-* http://github.com/TwP/servolux/tree/master
+* http://gemcutter.org/gems/servolux
 
-=== DESCRIPTION:
+=== DESCRIPTION
 
 Serv-O-Lux is a collection of Ruby classes that are useful for daemon and
 process management, and for writing your own Ruby services. The code is well
 documented and tested. It works with Ruby and JRuby supporing both 1.8 and 1.9
 interpreters.
 
-=== FEATURES:
+=== FEATURES
 
 Servolux::Threaded -- when included into your own class, it gives you an
 activity thread that will run some code at a regular interval. Provides methods
@@ -34,11 +34,11 @@ signal the child process to die if it does not exit in a given amount of time.
 
 All the documentation is available online at http://codeforpeople.rubyforge.org/servolux
 
-=== INSTALL:
+=== INSTALL
 
   gem install servolux
 
-=== LICENSE:
+=== LICENSE
 
 (The MIT License)
 </diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -1,16 +1,8 @@
-# Look in the tasks/setup.rb file for the various options that can be
-# configured in this Rakefile. The .rake files in the tasks directory
-# are where the options are used.
 
 begin
   require 'bones'
-  Bones.setup
 rescue LoadError
-  begin
-    load 'tasks/setup.rb'
-  rescue LoadError
-    raise RuntimeError, '### please install the &quot;bones&quot; gem ###'
-  end
+  abort '### please install the &quot;bones&quot; gem ###'
 end
 
 ensure_in_path 'lib'
@@ -18,24 +10,20 @@ require 'servolux'
 
 task :default =&gt; 'spec:specdoc'
 
-PROJ.name = 'servolux'
-PROJ.authors = 'Tim Pease'
-PROJ.email = 'tim.pease@gmail.com'
-PROJ.url = 'http://codeforpeople.rubyforge.org/servolux'
-PROJ.version = Servolux::VERSION
-PROJ.rubyforge.name = 'codeforpeople'
-PROJ.exclude &lt;&lt; 'servolux.gemspec'
-PROJ.readme_file = 'README.rdoc'
-PROJ.ignore_file = '.gitignore'
-PROJ.rdoc.remote_dir = 'servolux'
+Bones {
+  name         'servolux'
+  authors      'Tim Pease'
+  email        'tim.pease@gmail.com'
+  url          'http://gemcutter.org/gems/servolux'
+  version      Servolux::VERSION
+  readme_file  'README.rdoc'
+  ignore_file  '.gitignore'
 
-PROJ.spec.opts &lt;&lt; '--color'
+  spec.opts &lt;&lt; '--color'
 
-PROJ.ann.email[:server] = 'smtp.gmail.com'
-PROJ.ann.email[:port] = 587
-PROJ.ann.email[:from] = 'Tim Pease'
+  use_gmail
 
-depend_on 'logging'
-depend_on 'rspec'
-
-# EOF
+  depend_on  'logging'
+  depend_on  'rspec',        :development =&gt; true
+  depend_on  'bones-extras', :development =&gt; true
+}</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -8,7 +8,7 @@ module Servolux
   LIBPATH = ::File.expand_path(::File.dirname(__FILE__)) + ::File::SEPARATOR
   PATH = ::File.dirname(LIBPATH) + ::File::SEPARATOR
   # :startdoc:
-  
+
   # Generic Servolux Error class.
   Error = Class.new(StandardError)
 </diff>
      <filename>lib/servolux.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>servolux.gemspec</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>535cf0327d9b4bc6daab9051ab1d9de8b6b70552</id>
    </parent>
  </parents>
  <author>
    <name>Tim Pease</name>
    <email>tim.pease@gmail.com</email>
  </author>
  <url>http://github.com/TwP/servolux/commit/aa847c57e2161b63acdbf4ed56c13ff53a3a7acf</url>
  <id>aa847c57e2161b63acdbf4ed56c13ff53a3a7acf</id>
  <committed-date>2009-11-06T08:37:19-08:00</committed-date>
  <authored-date>2009-11-06T08:37:19-08:00</authored-date>
  <message>Cleaning up dev / runtime dependencies.</message>
  <tree>27718450bf6a424f88fd4033d5b58bca98c46394</tree>
  <committer>
    <name>Tim Pease</name>
    <email>tim.pease@gmail.com</email>
  </committer>
</commit>
