jondot / sneakers

A fast background processing framework for Ruby and RabbitMQ

Home Page:https://github.com/jondot/sneakers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is the plan for 2.13.0?

jcoyne opened this issue · comments

It looks like there have been a number of fantastic changes since 2.12.0 was released (about 14 months ago). It would be w if a new version was released. Are there any blockers for that?

Bump. Can we get a new version?

Would also help us to get a new version released, particularly with the relaxed rake version dependency :-)

This is becoming a nightmare for us at the moment. If we could get a release simply to fix the rake issue, that would be great.

You can do gem 'sneakers', github: 'jondot/sneakers' until a new release

@thisismydesign that works, but it doesn't have any semver conventions, so if you update your bundle and a breaking change is merged you maybe caught off guard.

so if you update your bundle and a breaking change is merged you maybe caught off guard

Can be pinned to a ref:

gem 'sneakers', github: 'jondot/sneakers', ref: '31d0cb25'

Hm, is there really not a way to create a new release? the last one is from 2019? Do you need more maintainers for this project?

@h0jeZvgoxFepBQ2C the contributors (including myself) have been dormant for a while unfortunately. We likely could use more contributors who are still actively using Ruby. However, I don't own the project so not sure I can make the final call on a contributor.

I will try to refresh myself on the release this weekend

Ok this sounds great, thank you so much!

I would produce a release but not sure if I have the permissions both on GH and RubyGems

@michaelklishin not sure I do either. I couldn't remember if it was in the CI or not but I guess it's not. :(

My best suggestion would be to push this repo to a new one under the ruby-amqp GitHub org but it won't help us with RubyGems access for releases.

@jondot can you please add me as a maintainer on RubyGems and perhaps transfer the repo to github.com/ruby-amqp? 🙏

Any update on this? I completely understand that this requires assigning maintainer rights, and that without it there is no way to proceed, therefore I am sorry to bump this thread up again. Just doing it because by now the Rake version dependency is making Sneakers incompatible with many other popular gems (like http, for example).

Any news on this? This projects definitely needs new release. I'm happy to help if welcomed.