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? -

ruby - How do I merge two hashes into a hash of arrays? -