README.md in select_all-rails-0.3.1 vs README.md in select_all-rails-0.3.2
- old
+ new
@@ -1,8 +1,8 @@
# select_all-rails
***Simple to check and uncheck checkboxes***
***
-[](https://badge.fury.io/rb/select_all-rails) [](https://codeclimate.com/github/JigneshSatam/select_all-rails) [](https://codeclimate.com/github/JigneshSatam/select_all-rails)
+[](https://badge.fury.io/rb/select_all-rails) [](https://travis-ci.org/JigneshSatam/select_all-rails) [](https://codeclimate.com/github/JigneshSatam/select_all-rails) [](https://codeclimate.com/github/JigneshSatam/select_all-rails)
Select_all-rails is gem for implementing '**select-all**' functionality in more simple and effective way in your ruby-on-rails application.
## Functionalities
* [***Basic Usage***](http://jigneshsatam.github.io/select_all-rails/#basic_usage) - Selecting/Unselecting multiple checkboxes.
* [***Multiple Seletions***](http://jigneshsatam.github.io/select_all-rails/#multiple_selections) - Implementing more than one select-all functionalities in a page.