README.md in timestamped_column-0.2.0 vs README.md in timestamped_column-0.2.1

- old
+ new

@@ -1,15 +1,18 @@ -# timestamped_column [![Build Status](https://secure.travis-ci.org/JamesBrooks/timestamped_column.png)](http://travis-ci.org/JamesBrooks/timestamped_column>) [![Dependency Status](https://gemnasium.com/JamesBrooks/timestamped_column.png)](https://gemnasium.com/JamesBrooks/timestamped_column) +# timestamped_column +[![Build Status](https://secure.travis-ci.org/JamesBrooks/timestamped_column.png)](http://travis-ci.org/JamesBrooks/timestamped_column>) [![Dependency Status](https://gemnasium.com/JamesBrooks/timestamped_column.png)](https://gemnasium.com/JamesBrooks/timestamped_column) Records the modification time for specific database columns on individual records (using ActiveRecord). -## Compatibility +## Requirements -Tested and works with: +Tested and working correctly with: * Ruby: 1.8.7, 1.9.2, 1.9.3 and REE. * Rails: 3.0, 3.1, 3.2 and edge. + +View the [test results for the most recent commit](http://travis-ci.org/JamesBrooks/timestamped_column) using these Ruby and Rails version combinations (thanks to Travis CI). ## Installation Add `timestamped_column` to your `Gemfile`: