lib/zoomq/cli.rb in zoomq-0.1.0 vs lib/zoomq/cli.rb in zoomq-0.1.1

- old
+ new

@@ -87,9 +87,12 @@ end Dir.chdir(name) do puts ">>> Installing dependencies" system("bundle install") + puts ">>> Generating protocol" + system("rake protoc") + system("chmod +x bin/*") end end end end