Sha256: 962fcbb6d66caf01467ce0edf6361bfa465722b44786f236db7a11f1d4f4fb13
Contents?: true
Size: 565 Bytes
Versions: 3
Compression:
Stored size: 565 Bytes
Contents
require 'gem_config' module BootstrapNavbar include GemConfig::Base with_configuration do has :bootstrap_version, classes: String has :current_url_method, classes: String has :root_paths, classes: Array, default: %w(/) end end require_relative 'bootstrap-navbar/version' require_relative 'bootstrap-navbar/helpers' require_relative 'bootstrap-navbar/helpers/bootstrap2' require_relative 'bootstrap-navbar/helpers/bootstrap3' require_relative 'bootstrap-navbar/helpers/bootstrap4' require_relative 'bootstrap-navbar/helpers/bootstrap5'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bootstrap-navbar-3.2.2 | lib/bootstrap-navbar.rb |
bootstrap-navbar-3.2.1 | lib/bootstrap-navbar.rb |
bootstrap-navbar-3.2.0 | lib/bootstrap-navbar.rb |