Skip to content

Commit

Permalink
update history and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mojombo committed Feb 18, 2008
1 parent 2dd9143 commit b9eb114
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions History.txt
Expand Up @@ -4,6 +4,7 @@
* allow numeric timezone offset (e.g -0500)
* disregard commas (so as to not return nil)
* fix parse of (am|pm|oclock) separation to handle "Ham sandwich" properly
* handle 'on' e.g. 5pm on Monday (by indirect)

= 0.2.3

Expand Down
6 changes: 5 additions & 1 deletion README.txt
Expand Up @@ -14,6 +14,10 @@ Chronic can be installed via RubyGems:

== CODE:

Browse the code and get an RSS feed of the commit log at:

http://github.com/mojombo/chronic.git

You can grab the code (and help with development) via git:

$ git clone git://github.com/mojombo/chronic.git
Expand Down Expand Up @@ -133,7 +137,7 @@ Time zones other than the local one are not currently supported. Support for oth

(The MIT License)

Copyright (c) 2006 Ryan Davis, Zen Spider Software
Copyright (c) 2008 Tom Preston-Werner

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down

0 comments on commit b9eb114

Please sign in to comment.