README.md in roadie-rails-1.0.6 vs README.md in roadie-rails-1.1.0.rc1
- old
+ new
@@ -13,11 +13,11 @@
## Installation ##
[Add this gem to your Gemfile as recommended by Rubygems][gem] and run `bundle install`.
```ruby
-gem 'roadie-rails', '~> x.y.0'
+gem 'roadie-rails', '~> 3.1'
```
## 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.
@@ -245,11 +245,11 @@
end
private
def render_email(email)
respond_to do |format|
- format.html { render html: email.html_part.decoded }
+ format.html { render html: email.html_part.decoded.html_safe }
format.text { render text: email.text_part.decoded }
end
end
end
```
@@ -275,12 +275,15 @@
Tested with [Travis CI](http://travis-ci.org) using [almost all combinations of](http://travis-ci.org/#!/Mange/roadie-rails):
* Ruby:
* MRI 1.9.3
- * MRI 2.0.0
- * MRI 2.1.0
+ * MRI 2.0
+ * MRI 2.1
+ * MRI 2.2
+ * JRuby (latest)
+ * Rubinius (experimental)
* Rails
* 3.0
* 3.1
* 3.2
* 4.0
@@ -289,11 +292,11 @@
Let me know if you want any other combination supported officially.
### Versioning ###
-This project follows [Semantic Versioning][semver]. The 0.x branch is considered unstable.
+This project follows [Semantic Versioning][semver].
## Documentation ##
* [Online documentation for gem](https://www.omniref.com/ruby/gems/roadie-rails)
* [Online documentation for master](https://www.omniref.com/github/Mange/roadie-rails)
@@ -310,10 +313,10 @@
## License ##
(The MIT License)
-Copyright © 2013-2014
+Copyright © 2013-2015
* [Magnus Bergmark](https://github.com/Mange) <magnus.bergmark@gmail.com>
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: