Sha256: 16c1d9b3e2b8ad50d0fc5d962f566e63bc60cd2706cf4a663aed49759b054841

Contents?: true

Size: 265 Bytes

Versions: 2

Compression:

Stored size: 265 Bytes

Contents

# frozen_string_literal: true

task :regen_examples do
  system <<~BASH
    grpc_tools_ruby_protoc \
      -I ./spec/examples/hello \
      --ruby_out=./spec/examples/hello \
      --grpc_out=./spec/examples/hello \
      spec/examples/hello/hello.proto
  BASH
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
proto_pharm-0.7.0 rakelib/regen_examples.rake
proto_pharm-0.6.0 rakelib/regen_examples.rake