Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 510 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 510 Bytes

Bootstrap Helpers for Ruby on Rails

Build Status

Publishing

  • Update version number
gem build rails_bootstrap_helper.gemspec
gem push rails_bootstrap_helper-1.6.0.gem

Testing

$ ruby -Itest test/dummy/test/helpers/rails_bootstrap_helper_test.rb

or

$ bundle exec rake test