<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,7 @@
+== 0.4.0 2009-03-06
+- every method now handles days and months eg. every(:mon, :tue), every('mon'..'wed'), every(:jan, :feb) etc.
+- added schedule method which takes a command and outputs it in the cron string
+
 == 0.3.1 2009-02-03
 - added ranges to #days
 </diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -2,12 +2,12 @@
 
 Gem::Specification.new do |s|
   s.name = %q{cronos}
-  s.version = &quot;0.3.1&quot;
+  s.version = &quot;0.4.0&quot;
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;Adam Meehan&quot;]
   s.autorequire = %q{cronos}
-  s.date = %q{2009-02-03}
+  s.date = %q{2009-03-06}
   s.description = %q{Tool for generating cron intervals using a natural syntax}
   s.email = %q{adam.meehan@gmail.com}
   s.extra_rdoc_files = [&quot;README.rdoc&quot;, &quot;LICENSE&quot;, &quot;TODO&quot;, &quot;CHANGELOG&quot;]</diff>
      <filename>cronos.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 module Cronos
 
-  VERSION = '0.3.1'
+  VERSION = '0.4.0'
 
   def self.schedule(task)
     TaskInterval.new(task)</diff>
      <filename>lib/cronos.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>85fca8165fc9f65ee662bcc0f4fa5c61c1017780</id>
    </parent>
  </parents>
  <author>
    <name>Adam Meehan</name>
    <email>adam.meehan@gmail.com</email>
  </author>
  <url>http://github.com/adzap/cronos/commit/64cce452f6e65fed4637f1b16bb1dcdacbfffc71</url>
  <id>64cce452f6e65fed4637f1b16bb1dcdacbfffc71</id>
  <committed-date>2009-03-05T18:01:12-08:00</committed-date>
  <authored-date>2009-03-05T18:01:12-08:00</authored-date>
  <message>release 0.4.0</message>
  <tree>3a1daa039fbf57fda902dba00d963612467ff23a</tree>
  <committer>
    <name>Adam Meehan</name>
    <email>adam.meehan@gmail.com</email>
  </committer>
</commit>
