zoomq 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/lib/zoomq/cli.rb CHANGED
@@ -89,6 +89,9 @@ module ZooMQ
89
89
  Dir.chdir(name) do
90
90
  puts ">>> Installing dependencies"
91
91
  system("bundle install")
92
+ puts ">>> Generating protocol"
93
+ system("rake protoc")
94
+ system("chmod +x bin/*")
92
95
  end
93
96
  end
94
97
  end
@@ -17,7 +17,7 @@ module <%=config[:constant_name]%>
17
17
  extend Forwardable
18
18
  def initialize
19
19
  $log.level = :info
20
- @client = Client.new($conf.zookeeper)
20
+ @client = Client.new($conf.zookeeper, $log)
21
21
  Ripl.start(binding: binding)
22
22
  end
23
23
 
data/zoomq.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "zoomq"
5
- spec.version = "0.1.0"
5
+ spec.version = "0.1.1"
6
6
  spec.authors = ["madvertise Mobile Advertising GmbH"]
7
7
  spec.email = ["tech@madvertise.com"]
8
8
  spec.description = %q{ØMQ ROUTER/ROUTER coordinated by Zookeeper}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zoomq
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: