README.rdoc in attached-0.4.8 vs README.rdoc in attached-0.4.9

- old
+ new

@@ -2,10 +2,18 @@ Attached is a Ruby on Rails file attachment tool that lets users upload to the cloud. The gem supports AWS, Google and Rackspace for storage networks by default. It is influenced (and copied) from Paperclip and makes heavy use of the incredibly awesome Fog library. == Requirements -The gem is tested with Ruby 1.9.2 and Rails 3.1.0 but may well work with other versions of Ruby and Rails. +The gem is tested with: + +* Ruby on Rails 3.1.1 +* Ruby (MRI) 1.9.3 (p0) +* Ruby (MRI) 1.9.2 (p290) +* Ruby (MRI) 1.8.7 (p352) +* Ruby (REE) 1.8.7 (2011.03) +* JRuby 1.6.5 +* Rubinius 1.2.4 == Installation gem install attached