-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gem releases are running behind #140
Comments
Hello maintainers. Will 4.8 and 4.9 eventually be packaged and released? |
Gently pinging @justincase, @vernondegoede . |
Hi @peterberkenbosch, I'll follow up with @vernondegoede. Thanks! |
It seems that OTP has been enabled, which blocks automatic releases. I've asked @martijnpolder to look into this, after which we can trigger the pipelines again. Thanks for the heads-up @peterberkenbosch! |
Awesome! Thanks all! |
@martijnpolder any updates on this? More then happy to jump on this on my opensource Friday cycles. So feel free to reach out if there is some additional help needed. //cc @vernondegoede |
It would be nice to have this issue solved to be able to use captures in our production code! |
I was surprised by this just now. Would appreciate a new gem release ✌️ |
I'll create a GitHub Release for v4.10.0 this week. However, publishing to RubyGems isn't possible at the moment because of the OTP issue mentioned by Vernon. |
I've sent out reminders to the relevant teams at Mollie that the RubyGems releases are still an issue. In the meantime, you can use the git tag in your Gemfile. For example: gem 'mollie-api-ruby', git: 'https://github.com/mollie/mollie-api-ruby.git', tag: 'v4.10.0' |
great! Thanks @justincase You can also use the github shortcut like this: gem "mollie-api-ruby", github: "mollie/mollie-api-ruby", tag: "v4.10.0" |
@justincase @peterberkenbosch any update on pushing the latest release of the gem to rubygems? |
No updates at this time, sorry. I've sent a reminder on #158. |
Tagged v4.12.0 (CHANGELOG): gem "mollie-api-ruby", github: "mollie/mollie-api-ruby", tag: "v4.12.0" |
The current release on rubygems is over 4 years old which might give users the impression it is unmaintained by Mollie. Would it be possible to push a release to rubygems.org by hand, for example once a year? |
All the versions that were absent from RubyGems.org have been published, including the latest release, v4.13.0. Going forward, new versions are automatically published when tagged. Thanks for your patience! |
Great, thank you! |
https://rubygems.org/gems/mollie-api-ruby is only listing up to
4.7.1
while the current tagged version here is4.9.0
The text was updated successfully, but these errors were encountered: