|
require 'bootstrap-icons' |
irb(main):001:0> require 'bootstrap-icons'
LoadError: cannot load such file -- bootstrap-icons
The file structure seems to be built with underscore:
irb(main):002:0> require 'bootstrap_icons'
=> true
The require path should match the gem name. At minimum the README needs to be fixed.
bootstrap-icons/bootstrap-icons-gem/README.md
Line 15 in 1041406
The file structure seems to be built with underscore:
The require path should match the gem name. At minimum the README needs to be fixed.