I'm using figaro to securely store gmail login information.
As far as I can tell, when the gem is installed it is supposed to create an application.yml fil to store this data in.
It is also supposed to add application.yml to the gitignore file.
I've installed this gem and confirmed that it is being used by rails but it has not created the file nor has it added any information to gitignore.
Has anyone else encountered this problem? Any suggestions?
Thanks in advance.