README.md in guard-sprockets2-0.0.4 vs README.md in guard-sprockets2-0.0.5

- old
+ new

@@ -21,9 +21,10 @@ - `sprockets` - Required. Set it to an instance of `Sprockets::Environment` - `assets_path` - Optional. The compiled assets path. Defaults to public/assets - `precompile` - Optional. An array of regex's or strings which match files that need compiling. Defaults to `[ /\w+\.(?!js|css).+/, /application.(css|js)$/ ]` - `digest` - Optional. Whether to include the digest in the filename. Defaults to true. +- `gz` - Optional. Whether to compile a gzipped version of each file. Defaults to true. Example Rails and Sinatra apps can be found in the examples directory. # Sinatra