I get this error with gems that I install from github.
I am on a XP machine.
This time I installed,
giraffesoft-is_taggable gem. gem list says it's there.
I created a sample rails app and added config.gem "giraffesoft-is_taggable" to the environment.rb file.
Start the app and I get the error:
Missing these required gems: giraffesoft-is_taggable
What am I missing?
Thanks in advance.