genericons-rails Gem Version

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.5.0 Update to v3.1 of Genericons
0.4.1 Update to v3.09 of Genericons
0.4.0 Update to v2.09 of Genericons
0.1.1 Update to v2.05 of Genericons
0.1.0 Initial release

License

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request