bundle exec rake update
Modify summernote.css
font-face path
url("font/summernote.eot?ad8d7e2d177d2473aecd9b35d16211fb")
to url(font-path("summernote.eot")
, all other font path update same
// TODO : automation using rake
Edit lib/summernote-rails/version.rb
module SummernoteRails
module Rails
VERSION = "x.y.z.0"
end
end
Publish on rubygems
bundle exec rake release
this command git tagging and publish