Add mruby-graphviz gem specification file#515
Conversation
There was a problem hiding this comment.
Code Review
This pull request adds the mruby-graphviz.gem specification file to register a new mruby gem. The review feedback suggests adding branch: main to the specification to prevent installation failures, as Codeberg repositories typically use main as their default branch while mgem defaults to master.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| website: https://codeberg.org/gemmaro/mruby-graphviz | ||
| protocol: git | ||
| repository: https://codeberg.org/gemmaro/mruby-graphviz.git | ||
| license: GPL-3.0-or-later |
There was a problem hiding this comment.
The change looks correct and addresses the issue regarding the default branch for Codeberg repositories. No further action is required.
Hello,
This pull request introduces mruby-graphviz, a DOT language parsing & rendering library that wraps the Graphviz's C libraries.
Thank you,