README.md in bower-rails-0.8.0 vs README.md in bower-rails-0.8.1
- old
+ new
@@ -26,10 +26,10 @@
**Install**
in Gemfile
``` Ruby
- gem "bower-rails", "~> 0.8.0"
+ gem "bower-rails", "~> 0.8.1"
```
##JSON configuration
Bower-rails now supports the standard [bower package](https://github.com/bower/bower#defining-a-package) format out-of-the-box. Simply place your bower.json file the Rails root directory to start. Using the standard format will default all bower components to be installed under the `vendor` directory.