leap 0.2.2 → 0.2.3
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/leap.gemspec +1 -1
- data/lib/leap/committee.rb +1 -1
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.3
|
data/leap.gemspec
CHANGED
data/lib/leap/committee.rb
CHANGED
@@ -10,7 +10,7 @@ module Leap
|
|
10
10
|
def report(characteristics, considerations)
|
11
11
|
quorums.grab do |quorum|
|
12
12
|
next unless quorum.satisfied_by? characteristics
|
13
|
-
quorum.acknowledge characteristics, considerations
|
13
|
+
quorum.acknowledge characteristics, considerations.dup
|
14
14
|
end
|
15
15
|
end
|
16
16
|
|