README.rdoc in attached-0.5.5 vs README.rdoc in attached-0.5.6

- old
+ new

@@ -4,17 +4,17 @@ == Requirements The gem is tested with: -* Ruby on Rails 3.1.7 -* Ruby on Rails 3.2.7 -* Ruby (MRI) 1.9.3 (p194) -* Ruby (MRI) 1.9.2 (p290) -* Ruby (MRI) 1.8.7 (p352) -* Ruby (REE) 1.8.7 (2011.03) -* JRuby 1.6.5 +* Ruby on Rails 3.1.9 +* Ruby on Rails 3.2.10 +* Ruby (MRI) 1.9.3 +* Ruby (MRI) 1.9.2 +* Ruby (MRI) 1.8.7 +* Ruby (REE) 1.8.7 +* JRuby 1.7.1 * Rubinius 1.2.4 == Installation gem install attached @@ -156,22 +156,23 @@ rake attached:process[Audio,file] === Aliases # app/initializer/attached.rb - Attached::Attachment.options[:alias] = http://storage.ksylvest.com/ + Attached::Attachment.options[:alias] = https://storage.ksylvest.com/ # app/initializer/attached.rb Attached::Attachment.options[:aliases] = %w( - http://a.storage.ksylvest.com/ - http://b.storage.ksylvest.com/ - http://c.storage.ksylvest.com/ - http://d.storage.ksylvest.com/ + https://a.storage.ksylvest.com/ + https://b.storage.ksylvest.com/ + https://c.storage.ksylvest.com/ + https://d.storage.ksylvest.com/ ) == Status {<img src="https://travis-ci.org/ksylvest/attached.png" />}[https://travis-ci.org/ksylvest/attached] - +{<img src="https://codeclimate.com/badge.png"}[https://codeclimate.com/github/ksylvest/attached] + == Copyright -Copyright (c) 2010 - 2012 Kevin Sylvestre. See LICENSE for details. +Copyright (c) 2010 - 2013 Kevin Sylvestre. See LICENSE for details.