I installed gem "cupertino" and after that I changed some piece of code.
Now I want to use new copy of gem. It's located in ~/cupertino/cupertino-0.9.5.gem
I already have tried to change path by this:
gem "cupertino", :path => "~/cupertino/cupertino-0.9.5.gem"
but Bash said that "No such file or directory". What is wrong?
P.S: I'm newbie in MacOS ._.
upated:
gem "cupertino", :path => "/cupertino/cupertino-0.9.5.gem"
didn't help