README.rdoc in timeliness-0.3.10 vs README.rdoc in timeliness-0.4.0
- old
+ new
@@ -1,6 +1,6 @@
-= Timeliness
+= Timeliness {<img src="https://travis-ci.org/adzap/timeliness.svg?branch=master" alt="Build Status" />}[https://travis-ci.org/adzap/timeliness]
* Source: http://github.com/adzap/timeliness
* Bugs: http://github.com/adzap/timeliness/issues
== Description
@@ -12,10 +12,10 @@
* Control the parser strictness.
* Control behaviour of ambiguous date formats (US vs European e.g. mm/dd/yy, dd/mm/yy).
* I18n support (for months), if I18n gem loaded.
* Fewer WTFs than Time/Date parse method.
* Has no dependencies.
-* Works with Ruby MRI 1.8.*, 1.9.2, Rubinius and JRuby.
+* Works with Ruby MRI >= 2.2
Extracted from the {validates_timeliness gem}[http://github.com/adzap/validates_timeliness], it has been rewritten cleaner and much faster. It's most suitable for when
you need to control the parsing behaviour. It's faster than the Time/Date class parse methods, so it
has general appeal.