README.md in roadie-rails-1.2.1 vs README.md in roadie-rails-1.3.0

- old
+ new

@@ -1,23 +1,28 @@ # roadie-rails [![Build history and status](https://secure.travis-ci.org/Mange/roadie-rails.png)](http://travis-ci.org/#!/Mange/roadie-rails) [![Code Climate](https://codeclimate.com/github/Mange/roadie-rails.png)](https://codeclimate.com/github/Mange/roadie-rails) [![Code coverage status](https://codecov.io/github/Mange/roadie-rails/coverage.svg?branch=master)](https://codecov.io/github/Mange/roadie-rails?branch=master) -[![Gem Version](https://badge.fury.io/rb/roadie-rails.png)](http://badge.fury.io/rb/roadie-rails) -[![Dependency Status](https://gemnasium.com/Mange/roadie-rails.png)](https://gemnasium.com/Mange/roadie-rails) +[![Gem](https://img.shields.io/gem/v/roadie-rails.svg)](https://rubygems.org/gems/roadie-rails) +[![Passive maintenance](https://img.shields.io/badge/maintenance-Passive-yellow.svg)][passive] + +||| +|---|---| +| :warning: | This gem is now in [passive maintenance mode][passive] together with `roadie`. [(more)][passive] | + > Making HTML emails comfortable for the Rails rockstars. This gem hooks up your Rails application with Roadie to help you generate HTML emails. ## Installation ## [Add this gem to your Gemfile as recommended by Rubygems][gem] and run `bundle install`. ```ruby -gem 'roadie-rails', '~> 1.0' +gem 'roadie-rails', '~> 0.0' ``` ## Usage ## `roadie-rails` have two primary means of usage. The first on is the "Automatic usage", which does almost everything automatically. It's the easiest way to hit the ground running in order to see if `roadie` would be a good fit for your application. @@ -277,16 +282,15 @@ * Ruby: * MRI 2.2 * MRI 2.3 * MRI 2.4 - * JRuby (latest) - * Rubinius 3 * Rails * 4.2 * 5.0 * 5.1 + * 5.2 Let me know if you want any other combination supported officially. ### Versioning ### @@ -310,11 +314,11 @@ ## License ## (The MIT License) -Copyright © 2013-2017 [Magnus Bergmark](https://github.com/Mange) <magnus.bergmark@gmail.com>, et. al. +Copyright © 2013-2018 [Magnus Bergmark](https://github.com/Mange) <magnus.bergmark@gmail.com>, et. al. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ‘Software’), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. @@ -322,5 +326,6 @@ [roadie]: http://rubygems.org/gems/roadie [semver]: http://semver.org/ [gem]: http://rubygems.org/gems/roadie-rails +[passive]: https://github.com/Mange/roadie/issues/155