public
Description: Ruby Wrapper for the SlimTimer API
Homepage: http://slimtimer4r.rubyforge.org/
Clone URL: git://github.com/dmarkow/slimtimer4r.git
slimtimer4r / History.txt
100644 36 lines (22 sloc) 0.987 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
== 0.2.4 / 2009-02-17
 
Enhancements:
  * Added date/time sanitization to SlimTimer::Record
  * You can now pass a custom timeout (in seconds) to the SlimTimer object to
    bypass the default of 60 seconds (for most platforms).
  * Thanks to Chris DeRose for these changes (http://www.derosetechnologies.com)
 
== 0.2.3 / 2009-02-10
 
Bug Fixes:
  * Switched to slimtimer.com instead of www.slimtimer.com due to a 301 Moved Permanently error
 
== 0.2.2 / 2008-01-15
 
Bug Fixes:
  * Fix the list_entries method to properly set the beginning time to midnight if a Date is passed in.
 
== 0.2.1 / 2008-01-10
 
Bug Fixes:
* Update list_timeentries method to automatically append a Time of 23:59:59 to the ending range if a Date object was passed in.
 
Enhancements:
* RDoc enhancements
 
== 0.2.0 / 2008-01-09
 
Enhancements:
  * Not-so-ugly code thanks to borrowing from the 37 Signals / Basecamp sample Ruby wrappers
 
== 0.1.0 / Sometime back in 2006...
 
  * Initial release - Lots of UGLY code