rgossip 0.2.0 → 0.2.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.
Files changed (2) hide show
  1. data/lib/rgossip/client.rb +3 -5
  2. metadata +3 -3
@@ -147,11 +147,9 @@ module RGossip
147
147
  end
148
148
 
149
149
  def each
150
- @node_list.synchronize {
151
- @node_list.each do |node|
152
- yield([node.address, node.timestamp, node.data])
153
- end
154
- }
150
+ @node_list.each do |node|
151
+ yield([node.address, node.timestamp, node.data])
152
+ end
155
153
  end
156
154
 
157
155
  private
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rgossip
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 0
10
- version: 0.2.0
9
+ - 1
10
+ version: 0.2.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - winebarrel