technicalpickles / jeweler

Opinionated tool for creating and managing Rubygem projects
MIT License
1.48k stars 164 forks source link

Is the gem abandoned? Last commit was made in May 2014. #280

Closed weshatheleopard closed 8 years ago

technicalpickles commented 8 years ago

I'm not actively working on it. I try to follow the The Pull Request Hack so I've added other contributors as people make PRs that can be merged.

weshatheleopard commented 8 years ago

There's a bunch of open pull requests right now. In particular, https://github.com/technicalpickles/jeweler/pull/279 is mission critical for me now as bundler is broken on ruby 2.3.0, and that PR unbreaks it.

tadman commented 8 years ago

I find this tool really useful and I've built a number of gems with it, I enjoy the simplicity.

Thanks for inviting others to help. I'd rather keep using Jeweler than switch to some janky alternative.

weshatheleopard commented 8 years ago

@technicalpickles: what about rubygems.org access so contributes can release the update versions?

technicalpickles commented 8 years ago

what about rubygems.org access so contributes can release the update versions?

I'm fine with that, and pretty sure I give access to that so new contributors can merge & release their improvents. I don't want to be a blocker. I'm writing up an issue to hand off jeweler now.

flajann2 commented 8 years ago

I've taken over maintenance of this gem.