Sha256: 1d30e8b451e22a91253ccc1c5779f9905cb77852d2fe7f78da73bac91e223361
Contents?: true
Size: 347 Bytes
Versions: 2
Compression:
Stored size: 347 Bytes
Contents
# Loads all required submodules # Base -> provides the basic gravatar_url method, can also be used for # custom implementations, just include Gravatarify::Base. require 'gravatarify/base' require 'gravatarify/utils' require 'gravatarify/helper' # and HAML support (if defined) Haml::Helpers.send(:include, Gravatarify::Helper) if defined?(Haml)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gravatarify-2.0.4 | lib/gravatarify.rb |
gravatarify-2.0.3 | lib/gravatarify.rb |