ruby - Installing a modified gem? ( install gem from custom github/branch globally) -


i'm new ruby , have searched , tried several gems read .doc & .docx files. yomu seems best it's super slow. seems due server mode. i've come across modification this. can't seem figure out how install modified yomu gem on original on system.

you can set git , branch in gemfile gem (see documentation)

# gemfile gem 'yomu', :git => 'https://github.com/jeremybmerrill/yomu.git', :branch => 'feature/servermode' 

Comments

Popular posts from this blog

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -