Sha256: 5a7e74481be0f0ae936a78d9796127c74e791690621cf8ef6d6a91a61a4f57f7

Contents?: true

Size: 478 Bytes

Versions: 1

Compression:

Stored size: 478 Bytes

Contents

# Publishing

## On Rubygems.org

```
$ git tag vx.x.x
$ git push --follow-tags
$ gem push rabid-x.x.x.gem
```

See https://guides.rubygems.org/publishing/.

On new release don't forget to rebuild the library documentation:

```
$ bundle exec yard doc
```

An to be sure all tests pass!

```
$ rake
```

## On BlackArch

BA process

On new release don't forget to rebuild the library documentation:

```
$ bundle exec yard doc
```

An to be sure all tests pass!

```
$ rake
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rabid-0.0.3 docs/pages/publishing.md