Sha256: 8d2b5ba54e71ef955af0782e122c2dbfac09674a0ff33ee6e796d853dfa7c0c4
Contents?: true
Size: 723 Bytes
Versions: 5
Compression:
Stored size: 723 Bytes
Contents
# connect-proto ## Testing - `irb -I lib -I lib/connect_proto/build -I lib/extensions` - `require './lib/primary_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