README.md in dropzonejs-rails-0.5.1 vs README.md in dropzonejs-rails-0.5.2
- old
+ new
@@ -2,11 +2,11 @@
Integrate [Matias Meno's Dropzone](http://www.dropzonejs.com/) awesome file upload JS library right into the Asset pipeline of your Rails apps.
## Version
-The latest version of this gem bundles **Dropzone v3.10.2**.
+The latest version of this gem bundles **Dropzone v3.11.1**.
## Installation and usage
First add `dropzonejs-rails` to your Gemfile and, as you already know, `bundle` it and then restart your Rails app:
@@ -57,13 +57,12 @@
2. If **1.** tells you to do so, run `rake get` - it'll download the files four you.
## Changelog
* v0.5.1
- * Fixes incorrect references to the old vendor/ directory.
-* v0.5.0
* Moves assets to the `app/` directory so that Rails 4 adds them to the Sprockets
pipeline. Kudos to @senny for pointing this out.
+ * Fixes incorrect references to the old vendor/ directory.
## Licence (MIT)
(c) Copyright 2013 José Nahuel Cuesta Luengo