-
Notifications
You must be signed in to change notification settings - Fork 137
[WIP] Support for RDoc 4+ #56
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
Conversation
These are the bare minimum required changes to make the generator pass without errors. Some things still not working: * Github link now showing up * Code blocks not working correctly (using Markdown) * Probably more errors
This specification is unnecessary because we already specify the version dependency in sdoc.gemspec
We were going to use this to implement RDoc::TestCase features in the MiniTest::Spec::DSL, however TestCase won't work this way and will have to reconsider another way.
Since we only have a one spec file right now, I'm just going to keep them all under ./spec
|
I think I'm happy with this, and would like to merge. If anyone has any objections or feedback before I merge this, I will try to do a beta release sometime by the end of next week. We still have more to do after the release as much of the code is untested and fragile. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you think about allowing ~> 4.0 ? All the tests are green locally with ruby/rdoc#279
By the way thanks for your work, everything seems fine on Rails' master with your branch! ❤️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we could do ~> 4.0 and < 5.0
I'll work out the version dependency soon
|
Great stuff! Let's get it merged! |
|
I'm using this code in http://ruby-docs.org/ and so far it has been working great! 👍 |
This pull request is work in progress, feel free to send patches to: https://github.com/zzak/sdoc/tree/rdoc-4