tumblr / collins

groovy kind of love
tumblr.github.com/collins
Apache License 2.0
573 stars 99 forks source link

Split out ruby gems to their own repo(s) #580

Closed defect closed 6 years ago

defect commented 6 years ago

We should split out the ruby gems from the main collins repo. One reason is that we're currently running the scala unit tests for PRs that are purely ruby changes, and they're notoriously flakey.

Some open questions;

@roymarantz @qx-xp @gtorre @byxorna

matthiasr commented 6 years ago

Yes, we are using collins-shell – it has its quirks but does the trick. I looked into switching to collins-cli but couldn't find some feature I needed immediately (but forgot which one).

I am in favor of separate repos, that also enables installation directly from git for running patches locally. I think in theory that would be possible with multiple gemspec files in the root of the repository, but nit sure how to organize those right.

byxorna commented 6 years ago

Yea, I agree @defect. Separate repos sound good