bundesstrasse 0.0.7-java → 0.0.8-java

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.
@@ -23,9 +23,8 @@ module Bundesstrasse
23
23
  end
24
24
 
25
25
  def self.create(context)
26
- frontend = context.socket(PubSocket)
27
- backend = context.socket(SubSocket)
28
- backend.subscribe('')
26
+ frontend = context.socket(SubSocket)
27
+ backend = context.socket(PubSocket)
29
28
  new(frontend, backend)
30
29
  end
31
30
  end
@@ -1,3 +1,3 @@
1
1
  module Bundesstrasse
2
- VERSION = '0.0.7'.freeze
2
+ VERSION = '0.0.8'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bundesstrasse
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: java
7
7
  authors: