lib/bootstrap-navbar.rb in bootstrap-navbar-2.0.0 vs lib/bootstrap-navbar.rb in bootstrap-navbar-2.1.0
- old
+ new
@@ -2,10 +2,10 @@
module BootstrapNavbar
include GemConfig::Base
with_configuration do
- has :bootstrap_version, classes: [String, NilClass]
+ has :bootstrap_version, classes: String
has :current_url_method, classes: String
end
end
require_relative 'bootstrap-navbar/version'