Sha256: 3c6a26beca2cd14363223a56eb8876b36e1f8dbb2bfd318b1a37859809eca8e3

Contents?: true

Size: 583 Bytes

Versions: 1

Compression:

Stored size: 583 Bytes

Contents

require 'gem_config'

module BootstrapNavbar
  include GemConfig::Base

  BOOTSTRAP_VERSIONS = %w(3.1.0 3.0.3 3.0.2 3.0.1 3.0.0 2.3.2 2.3.1 2.3.0 2.2.2 2.2.1 2.2.0 2.1.1 2.1.0 2.0.4 2.0.3 2.0.2 2.0.1 2.0.0)

  with_configuration do
    has :bootstrap_version, classes: [String, NilClass], values: BOOTSTRAP_VERSIONS.unshift(nil)
    has :current_url_method, classes: String
  end
end

require_relative 'bootstrap-navbar/version'
require_relative 'bootstrap-navbar/helpers'
require_relative 'bootstrap-navbar/helpers/bootstrap2'
require_relative 'bootstrap-navbar/helpers/bootstrap3'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bootstrap-navbar-1.1.0 lib/bootstrap-navbar.rb