I want to install compass by downloading any required file and taking them to another machine without internet connection. I have downloaded the source package for compass and when I run gem on it in the non connected machine it complains about missing dependencies. Any solution?
feedback
|
|
Thats exactly the problem I had. Getting Gem with Dependencies:
| |||
|
feedback
|
|
Hm. That's a little tough.
"development" means it's only required if you are developing the gem itself. "runtime" means you need it to use it. so in this case, the only dependency is haml. if it were a more complicated gem, i don't know a good way to generate the whole tree. | |||
|
feedback
|