Sha256: 3d6473260fbea34eb60b3ec7ff0e757416b8239a460cc9fad25fc5dbabe6f9f8
Contents?: true
Size: 726 Bytes
Versions: 8
Compression:
Stored size: 726 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.21.x - `rake` - Or `rake build:watch` ## Publishing changes - Update version in `connect_proto/version.rb` - 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
8 entries across 8 versions & 1 rubygems