Split the gem in 3
Open
@casperisfine is already working on this.
Since Feb 16, 2018.
enhancement
- Dominant language
- Ruby
- Stars
- 239
- Forks
- 36
- Avg merge
- 28m
- Merged PRs (30d)
- 3
Description
Because both minitest and rspec integration are provided by the same gem, we can't define explicit dependencies in the gemspec, even though that would make testing much much easier.
I think we should split in 3 gems:
- ci-queue: Keep all the queue implementations, depends on pretty much nothing.
- minitest-queue: depends on ci-queue, a specific minitest and minitest-reporters.
- rspec-queue: depends on ci-queue and a specific rspec version.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.