README.md in messengerjs-rails-1.4.0 vs README.md in messengerjs-rails-1.4.1
- old
+ new
@@ -24,11 +24,11 @@
## Installation
Add the following to your gemfile:
- gem "messengerjs-rails", "~> 1.3.6.2"
+ gem "messengerjs-rails", "~> 1.4.1"
Add the following directive to your application.coffee / application.js:
//= require jquery-rails
*
@@ -40,23 +40,17 @@
*= require messenger
*= require messenger-spinner
*= require messenger-theme-future
-## Todos
-
-1. Provide a Rails Middleware for replacing conventional flash messages.
-
## Versioning
Every attempt is made to mirror the currently shipping Messenger version number wherever possible.
The major, minor, and patch version numbers will always represent the Messenger version.
## Contributing
Feel free to open an issue ticket if you find something that could be improved.
## Acknowledgements
-
-Special thanks to [HubSpot](http://dev.hubspot.com/) and all Messenger contributors.
Copyright Ben Song(zbin.song@gmail.com), released under the MIT License.