README.md in noty-rails-2.2.9 vs README.md in noty-rails-2.3.4

- old
+ new

@@ -1,7 +1,14 @@ Rails asset-pipeline gem to provide [Noty](http://needim.github.com/noty/) +# Deprecation Note +There are multiple ways for managing this JS library already (or any library that is supported by bower): +- [bower-rails](https://github.com/rharriso/bower-rails) +- [Rails Assets](https://rails-assets.org/) + +This gem will be updated until a major release is done in the upstream. + # Install ```ruby gem 'noty-rails' ``` @@ -24,9 +31,13 @@ $.noty.defaults.timeout = 8000 $.noty.defaults.layout = 'bottom' ``` # Changelog + +### 2.3.4 + +- Update Noty to `2.3.4` ### 2.2.9 - Update Noty to `2.2.9`