Skip to content
Snippets Groups Projects
Commit 1ef13bab authored by Georges Racinet's avatar Georges Racinet
Browse files

Ruby dev doc: fixed publishing gem subcommand

It's been `gem push` all along
parent 131b2875
No related branches found
No related tags found
No related merge requests found
Pipeline #62830 passed
......@@ -42,7 +42,7 @@
```
gem build hgitaly.gemspec
gem publish hgitaly.gem
gem push hgitaly.gem
```
See also [Publishing to rubygems.org](https://guides.rubygems.org/publishing/#publishing-to-rubygemsorg)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment