You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scaffold the elasticgraph-proto_ingestion gem (#1297)
Creates the new `elasticgraph-proto_ingestion` extension gem and wires
it into the repo — bundle/lockfile, RBS collection, docker demo image,
doctest helper, dependency diagrams, and the `run_gem_specs` flatware
list — without any of the Protocol Buffers generation logic yet. The gem
currently just defines its artifact file name constants and an
`APIExtension` entry point that does not customize anything.
Splitting the gem creation out this way keeps the follow-up PR that adds
the actual generation logic (#1080) contained entirely to the gem's own
directory.
Second of a three-PR sequence: #1296 (artifact comment prefixes), this
scaffold, then #1080 (the generation logic).
0 commit comments