Skip to content
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

Closed
peterberkenbosch opened this issue Nov 14, 2020 · 17 comments
Closed

gem releases are running behind #140

peterberkenbosch opened this issue Nov 14, 2020 · 17 comments
Assignees

Comments

@peterberkenbosch
Copy link

https://rubygems.org/gems/mollie-api-ruby is only listing up to 4.7.1 while the current tagged version here is 4.9.0

@tolgap
Copy link

tolgap commented Dec 4, 2020

Hello maintainers. Will 4.8 and 4.9 eventually be packaged and released?

@peterberkenbosch
Copy link
Author

Gently pinging @justincase, @vernondegoede .

@justincase
Copy link
Collaborator

Hi @peterberkenbosch, I'll follow up with @vernondegoede. Thanks!

@vernondegoede
Copy link
Contributor

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!

@peterberkenbosch
Copy link
Author

Awesome! Thanks all!

@peterberkenbosch
Copy link
Author

@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

@tbolender
Copy link

It would be nice to have this issue solved to be able to use captures in our production code!

@justincase justincase self-assigned this Apr 25, 2021
@Bramjetten
Copy link
Contributor

I was surprised by this just now. Would appreciate a new gem release ✌️

@justincase
Copy link
Collaborator

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.

@justincase
Copy link
Collaborator

v4.10.0 is now released on GitHub (CHANGELOG)

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'

@peterberkenbosch
Copy link
Author

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"

@grekko
Copy link

grekko commented Jan 25, 2023

@justincase @peterberkenbosch any update on pushing the latest release of the gem to rubygems?

@justincase
Copy link
Collaborator

No updates at this time, sorry. I've sent a reminder on #158.

@justincase
Copy link
Collaborator

Tagged v4.12.0 (CHANGELOG):

gem "mollie-api-ruby", github: "mollie/mollie-api-ruby", tag: "v4.12.0"

@frenkel
Copy link

frenkel commented Apr 29, 2024

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?

@justincase
Copy link
Collaborator

justincase commented May 27, 2024

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!

@frenkel
Copy link

frenkel commented May 28, 2024

Great, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants