Open jcoyne opened 3 years ago
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?
ping @gabrieljoelc
@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.
Any news? I see @jondot and @gabrieljoelc as admins on rubygems. Maybe add @michaelklishin on there?
Any news? I see @jondot and @gabrieljoelc as admins on rubygems. Maybe add @michaelklishin on there?
I did my best to move forward with Sneakers (in recent few months) and I think we should consider it abandoned with no way to continue for now. We can try to plan fork and rename.
I agree, the original author has moved on.
I can set up a repo under ruby-amqp for a new project based on the current state of Sneakers. I don't have a better name than "kicks", though.
Here's a new blank repo https://github.com/ruby-amqp/kicks (since the name is a decent pun on the original one and it is not taken on RubyGems). @simi was invited to it.
We can do the following to proceed, since the MIT license permits us to do so:
kicks
X.0Kicks
I do not volunteer to be a maintainer but since I work on RabbitMQ and (as time permits) Bunny, you can be sure that I at least will be around to grant permissions to those willing to maintain Kicks.
I will also be around to not allow for any decisions that Team RabbitMQ would find questionable in such a library/tool. Or at least serve as a "litmus test" for ideas and changes.
If you want to be on the Kicks maintainers team (for real, maintaining OSS software can be nerve wrecking, truly thankless and time consuming), just start a Discussion in that repo.
HTH.
@michaelklishin great, I'll reopen some crucial PRs in there and let's aim to release new version soon. See you in there!
@simi awesome! I'm working on some README updates as outlined above.
Discussions are now enabled in ruby-amqp/kicks
.
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?