module MaterialIcons

Base module. This module defines the configuration of the gem.

Engine to add to main rails app

Define the versions of the gem and Google material icons.

Constants

MATERIAL_ICONS_VERSION

Version for the library and the gem

VERSION

Public Class Methods

setup() { |self| ... } click to toggle source

Use the config from an initializer

# File lib/material_icons.rb, line 14
def self.setup
  yield self
end