genericons-rails 
genericons-rails provides the Genericons web fonts and stylesheets as a Rails engine for use with the asset pipeline.
Installation
Add this to your Gemfile:
gem "genericons-rails"
and run bundle install.
Usage
In your application.css, include the css file:
/*
*= require genericons
*/
Changes
| Version | Notes |
|---------+---------------------------------------------------------------------------|
| 0.1.2 | Update to v2.09 of Genericons |
| 0.1.1 | Update to v2.05 of Genericons |
| 0.1.0 | Initial release |
License
- The Genericons font and stylesheet is licensed under the GNU General Public License. Also please read the COPYING.txt
- The genericons-rails project is licensed under the MIT License
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request