lib/bootstrap/select/wrapper/rails.rb in bootstrap-select-wrapper-rails-1.5.7 vs lib/bootstrap/select/wrapper/rails.rb in bootstrap-select-wrapper-rails-1.6.3

- old
+ new

@@ -1,12 +1,12 @@ -require "bootstrap/select/wrapper/rails/version" - -module Bootstrap - module Select - module Wrapper - module Rails - class Engine < ::Rails::Engine - end - end - end - end -end +require "bootstrap/select/wrapper/rails/version" + +module Bootstrap + module Select + module Wrapper + module Rails + class Engine < ::Rails::Engine + end + end + end + end +end