mark-moseley / ruby_core_source

Retrieve ruby core source files
BSD 2-Clause "Simplified" License
21 stars 39 forks source link

Deal with not being able to write to the main tree #10

Closed thommay closed 12 years ago

thommay commented 12 years ago

If we have a system wide ruby install that we have no permissions on, but are doing, for example, a bundle install, we can't expect to write to the system install location. So in that case, just drop files into the cwd and move along. Fixes #9

tmm1 commented 12 years ago

This happens on Heroku as well, except the error is a Errno::EROFS. Any chance of adding that and pushing out a new gem?

qxjit commented 12 years ago

We're waiting on a new gem to be pushed too. Anything I can do to help?

yob commented 12 years ago

I'd also love to see a gem release that works without root privileges. Anything I can do to help?

akahn commented 11 years ago

Would it be possible to release a gem with this patch included?