README.rdoc in attached-1.0.0 vs README.rdoc in attached-1.0.1

- old
+ new

@@ -4,20 +4,16 @@ == Requirements The gem is tested with: -* Ruby on Rails 4.0.0.rc -* Ruby on Rails 3.1.9 -* Ruby on Rails 3.2.10 -* Ruby (MRI) 2.0.0 -* Ruby (MRI) 1.9.3 -* Ruby (MRI) 1.9.2 -* Ruby (MRI) 1.8.7 -* Ruby (REE) 1.8.7 -* JRuby 1.7.2 -* Rubinius 1.2.4 +* Ruby on Rails 4.1.1 +* Ruby on Rails 4.0.5 +* Ruby 2.1.2 +* Ruby 2.0.0 +* Ruby 1.9.3 +* JRuby == Installation gem install attached @@ -175,11 +171,12 @@ # app/initializers/attached.rb Attached::Attachment.options[:metadata] = { 'Cache-Control' => 'max-age=3153600' } == Status -{<img src="https://travis-ci.org/ksylvest/attached.png" />}[https://travis-ci.org/ksylvest/attached] -{<img src="https://codeclimate.com/github/ksylvest/attached.png" />}[https://codeclimate.com/github/ksylvest/attached] +{<img src="http://img.shields.io/gemnasium/ksylvest/attached.svg" />}[https://gemnasium.com/ksylvest/attached] +{<img src="http://img.shields.io/travis/ksylvest/attached.svg" />}[https://travis-ci.org/ksylvest/attached] +{<img src="http://img.shields.io/codeclimate/github/ksylvest/attached.svg" />}[https://codeclimate.com/github/ksylvest/attached] == Copyright Copyright (c) 2010 - 2013 Kevin Sylvestre. See LICENSE for details.