Open
Description
Hi, ✋
Firstly, thanks for the great lib. This helps us to build our documentation.
Second. Can you explain what the status of this project, we have some issues and any change to our patches will be reviewed and merged? (As I see now project not maintained and have 22 opened PRs )
For example, we have an issue
/usr/local/bundle/bundler/gems/rspec_api_documentation-81e5c563ce67/lib/rspec_api_documentation/example.rb:71:in `remap_headers': undefined method `each' for nil:NilClass (NoMethodError)
If this project needs help in maintenance pls text me. Thanks.
Activity
lauer commentedon Sep 8, 2020
I have been using this project for almost a year, but now we have chosen to switch to rswag instead because of the missing progress and we want the support for OpenApi 3.0
jakehow commentedon Sep 10, 2020
Hey All.
I am going to spend some time cleaning up existing issues, and merging ready to go PRs where it makes sense. Long term for this project to be sustainable regarding format support we'd need to add some contributors who use each particular format.
@artofhuman do you have a specific issue open for the problem you are running into?
artofhuman commentedon Sep 16, 2020
Hi, @jakehow. Thanks for you attend. Can you look at this issue? #456.
jakehow commentedon Oct 2, 2020
@oestrich got me access to make gem releases also, please let me know if anyone has other items they'd like to get into a public release. #456 should be resolved but I will wait confirmation and then start to plan for that
Thanks @davidstosik for bumping this again.
JuannFerrari commentedon Oct 5, 2020
Hey, @jakehow is good to hear that, I was wondering when the next version of the gem will come out? thanks for maintaining this!
jakehow commentedon Oct 5, 2020
@JuannFerrari I think resolution of #456 probably deserves a release. Just want to get as many eyes on it as possible before doing so, and see if there is anything else we want to knock off.
davidstosik commentedon Oct 6, 2020
Hey @jakehow, I haven't given a try to the new
master
yet, on a real project. I'll try to do so later today and report if I find any problem.artofhuman commentedon Oct 6, 2020
@jakehow Hi, Thanks. We currently use the latest master's in our project. So far, no problems have been seen.
davidstosik commentedon Oct 6, 2020
@jakehow I just confirmed that the latest
master
rspec_api_documentation still generates our documentation properly. 👌(Please take a look at this when you have a moment. 🙏 )
helmiItsavirus commentedon Apr 27, 2021
@davidstosik Is it support with the newest Ruby and Rails?
PhilT commentedon Apr 30, 2021
You're best off creating a new issue for unrelated questions to the original poster.
davidstosik commentedon May 10, 2021
All I can say is that the
master
branch runs correctly on Rails 6.0 and Ruby 2.6, but I would be really worried to start using this gem in a new project today, as there is no guarantee that it'll keep working if there is no update concerning its maintenance status... 🤔helmiItsavirus commentedon May 10, 2021
@davidstosik what you mean?
I think you should move to Rswag if needed. It supports the latest ruby and rails version as well, so you don't need to make a mess here LOL.
This gem is pretty simple and easy to use to Rswag. I'm waiting for the update as well and I hope the maintainer will continue the update.
jakehow commentedon May 10, 2021
@davidstosik I can make a release of master, as I think it's just that bug fix, will check. As far as 6.1 I think first step would be to open a PR and add it to the TravisCI matrix and see what happens.
helmiItsavirus commentedon May 18, 2021
@jakehow Nice dude! Keep going
vizcay commentedon Nov 26, 2021
@jakehow any news regarding a new release? Landed here after following the trace of #456
kzaitsev commentedon Feb 17, 2022
Any updates?
artofhuman commentedon Aug 16, 2022
Maybe it will be better to move (or fork) this gem to another organization and add active maintainers?
jakehow commentedon Aug 16, 2022
@artofhuman are you offering to become a contributor?
artofhuman commentedon Aug 20, 2022
I think yes
bf4 commentedon Jun 26, 2023
I'd like to help. It works fine for us and we're invested (see my issues and prs). Github and/or RubyGems
apotema commentedon Dec 1, 2023
@jakehow I would like to be a contributor to this gem.
bf4 commentedon Apr 25, 2024
I setup GitHub actions to run tests and have been trying to get them passing again. See #530 I'm open to help here since I have limited time for this myself, as well.