Sha256: bca1cb11871e09a26460d01a13595746793a4338a2e253011981f4b88a877e6e

Contents?: true

Size: 610 Bytes

Versions: 5

Compression:

Stored size: 610 Bytes

Contents

# connect-proto

## Compile

- `brew install protobuf`
  - NOTE: If you already have protobuf installed or plan to install using a different method, please ensure you install version 3.17.3
- `rake`
- Or `rake build:watch`

## Publishing changes

- Update version in `connect_proto.gemspec`
- Update `CHANGELOG.md`
- Push to Github
- Build gem

  ```
  gem build connect_proto.gemspec`
  ```

- Publish gem

  ```
  gem push primary_connect_proto-X.X.X.gem
  ```

- Cleanup

  ```
  rm primary_connect_proto-X.X.X.gem`
  ```

- Bump version in dependent projects (client, integration testing, connect, health)

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
primary_connect_proto-0.7.3 README.md
primary_connect_proto-0.7.2 README.md
primary_connect_proto-0.7.1 README.md
primary_connect_proto-0.7.0 README.md
primary_connect_proto-0.6.0 README.md