public
Fork of mojombo/chronic
Description: "Chronic is a pure Ruby natural language date parser." + improvements, corrections, speedups, and additions
Homepage: http://chronic.rubyforge.org
Clone URL: git://github.com/jf/chronic.git
Search Repo:
update history and readme
mojombo (author)
Mon Feb 18 00:30:50 -0800 2008
commit  b9eb114e77d86eeac43e5b0b713d40b8d5a23f62
tree    58be6878a4b002fca2572a7454d772fec8ebc219
parent  2dd91432a5c39809c7d3bb3f8e928d86080b947e
...
4
5
6
 
7
8
9
...
4
5
6
7
8
9
10
0
@@ -4,6 +4,7 @@
0
 * allow numeric timezone offset (e.g -0500)
0
 * disregard commas (so as to not return nil)
0
 * fix parse of (am|pm|oclock) separation to handle "Ham sandwich" properly
0
+* handle 'on' e.g. 5pm on Monday (by indirect)
0
 
0
 = 0.2.3
0
 
...
14
15
16
 
 
 
 
17
18
19
...
133
134
135
136
 
137
138
139
...
14
15
16
17
18
19
20
21
22
23
...
137
138
139
 
140
141
142
143
0
@@ -14,6 +14,10 @@
0
   
0
 == CODE:
0
 
0
+Browse the code and get an RSS feed of the commit log at:
0
+
0
+ http://github.com/mojombo/chronic.git
0
+
0
 You can grab the code (and help with development) via git:
0
 
0
   $ git clone git://github.com/mojombo/chronic.git
0
@@ -133,7 +137,7 @@
0
 
0
 (The MIT License)
0
 
0
-Copyright (c) 2006 Ryan Davis, Zen Spider Software
0
+Copyright (c) 2008 Tom Preston-Werner
0
 
0
 Permission is hereby granted, free of charge, to any person obtaining
0
 a copy of this software and associated documentation files (the

Comments

    No one has commented yet.