<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,4 @@
-Copyright (c) 2008 FIXME full name
+Copyright (c) 2008 Flawed Logic, OG Consulting, Yossef Mendelssohn
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the</diff>
      <filename>License.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1,21 +1,22 @@
 History.txt
 License.txt
 Manifest.txt
-PostInstall.txt
 README.txt
 Rakefile
-bin/timely
 config/hoe.rb
 config/requirements.rb
 lib/timely.rb
 lib/timely/version.rb
+lib/timely/date.rb
+lib/timely/time.rb
 script/console
 script/destroy
 script/generate
 setup.rb
 spec/spec.opts
 spec/spec_helper.rb
-spec/timely_spec.rb
+spec/date_spec.rb
+spec/time_spec.rb
 tasks/deployment.rake
 tasks/environment.rake
 tasks/rspec.rake</diff>
      <filename>Manifest.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1,48 +1,31 @@
 = timely
 
-* FIX (url)
-
 == DESCRIPTION:
 
-FIX (describe your package)
-
-== FEATURES/PROBLEMS:
-
-* FIX (list of features or problems)
+Timely adds some convenience methods to Date and Time to easily create times on specific dates.
 
 == SYNOPSIS:
 
-  FIX (code sample of usage)
-
-== REQUIREMENTS:
-
-* FIX (list of requirements)
+  require 'timely'
+  
+  some_date = Date.today - 5      # =&gt; 2008-05-03
+  some_date.at_time(3, 5, 13)     # =&gt; Sat May 03 03:05:13 -0500 2008
+  
+  # arguments are optional
+  some_date.at_time(13)           # =&gt; Sat May 03 13:00:00 -0500 2008
+  
+  some_time = Time.now - 345678   # =&gt; Sun May 04 13:40:22 -0500 2008
+  some_time.on_date(2001, 6, 18)  # =&gt; Mon Jun 18 13:40:22 -0500 2001
+  
+  # if you have objects corresponding to the times/dates you want
+  some_time.on_date(some_date)    # =&gt; Sat May 03 13:40:22 -0500 2008
+  some_date.at_time(some_time)    # =&gt; Sat May 03 13:40:22 -0500 2008
+  
+  # if you like typing less
+  some_time.on(some_date)         # =&gt; Sat May 03 13:40:22 -0500 2008
+  some_date.at(some_time)         # =&gt; Sat May 03 13:40:22 -0500 2008
 
 == INSTALL:
 
-* FIX (sudo gem install, anything else)
-
-== LICENSE:
-
-(The MIT License)
-
-Copyright (c) 2008 FIX
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-'Software'), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
+* sudo gem install timely
 
-THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file</diff>
      <filename>README.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
 require 'timely/version'
 
-AUTHOR = 'FIXME full name'  # can also be an array of Authors
+AUTHOR = 'Yossef Mendelssohn'  # can also be an array of Authors
 EMAIL = &quot;ymendel@pobox.com&quot;
-DESCRIPTION = &quot;description of gem&quot;
+DESCRIPTION = &quot;adds some convenience methods to Date and Time to easily create times on specific dates&quot;
 GEM_NAME = 'timely' # what ppl will type to install your gem
-RUBYFORGE_PROJECT = 'timely' # The unix name for your project
+RUBYFORGE_PROJECT = 'yomendel' # The unix name for your project
 HOMEPATH = &quot;http://#{RUBYFORGE_PROJECT}.rubyforge.org&quot;
 DOWNLOAD_PATH = &quot;http://rubyforge.org/projects/#{RUBYFORGE_PROJECT}&quot;
 EXTRA_DEPENDENCIES = [</diff>
      <filename>config/hoe.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>17a4b249303d1476aed6ddd36be96bed877bfb1d</id>
    </parent>
  </parents>
  <author>
    <name>Yossef Mendelssohn</name>
    <email>ymendel@pobox.com</email>
  </author>
  <url>http://github.com/flogic/timely/commit/793451c69701345f813bab11079104e551d61dbe</url>
  <id>793451c69701345f813bab11079104e551d61dbe</id>
  <committed-date>2008-05-08T11:46:25-07:00</committed-date>
  <authored-date>2008-05-08T11:46:25-07:00</authored-date>
  <message>Filling out README, fixing Manifest, hoe config, blah blah.</message>
  <tree>54049cb5e32f7ecfb59d1962b499cf82f0bcf63f</tree>
  <committer>
    <name>Yossef Mendelssohn</name>
    <email>ymendel@pobox.com</email>
  </committer>
</commit>
