<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,4 +4,13 @@ require &quot;active_support&quot;
 
 task :default do
   puts &quot;It is now #{Time.now.utc + 10.hours} in Brisbane, Australia&quot;
+end
+
+namespace :nic do
+  GOOD_NIGHTS_SLEEP = 9.hours
+  
+  desc &quot;Notifies you when to expect Dr. Nic&quot;
+  task :arrives do
+    puts &quot;Nic arrives at #{(Time.now + GOOD_NIGHTS_SLEEP).strftime('%H:%M on %d-%m-%Y')}&quot;
+  end
 end
\ No newline at end of file</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0f647ab7db0eae153a4abc65fbfee638e1c02c01</id>
    </parent>
  </parents>
  <author>
    <name>Manfred Stienstra</name>
    <email>manfred@fngtps.com</email>
  </author>
  <url>http://github.com/jbarnette/dr-nic-magic-awesome/commit/b283033235d4c6c0a30eea418c3a260b7d6a78ff</url>
  <id>b283033235d4c6c0a30eea418c3a260b7d6a78ff</id>
  <committed-date>2009-02-20T18:40:24-08:00</committed-date>
  <authored-date>2008-11-06T08:51:22-08:00</authored-date>
  <message>Add a convenience task that calculates when to expect Dr. Nic.

Adds a rake task that prints at what time and date to expect Dr. Nic
to fix things for you. It assumes that 9 hours is enough sleep for
most people.

Signed-off-by: John Barnette &lt;jbarnette@gmail.com&gt;</message>
  <tree>397496c0412f02e1a9a71ffa27fb117a19f9db29</tree>
  <committer>
    <name>John Barnette</name>
    <email>jbarnette@gmail.com</email>
  </committer>
</commit>
