Basically you would have to make changes to the gem for this, which is not that hard. Go to the source code of the gem. (Read this to find your gem's location in your machine)
In the json_resume gem's folder json_resume-1.X.X/bin, Edit json_resume file and remove the line
Basically you would have to make changes to the gem for this, which is not that hard. Go to the source code of the gem. (Read this to find your gem's location in your machine)
In the
json_resume
gem's folderjson_resume-1.X.X/bin
, Editjson_resume
file and remove the lineIt should be at around line 82.
Hope it helped.