lacerda 2.1.0 → 2.1.1.beta1
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.
- checksums.yaml +4 -4
- data/lib/lacerda/reporters/rspec.rb +0 -6
- data/lib/lacerda/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f5b6bfc6390bc90c789349c93e96894aa53d61e8
|
|
4
|
+
data.tar.gz: b57071e7d0f1db5bdead05bf6e0c12476615e046
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 302db6dec1512bce5de10bf72c8015b242569629a6ec00cc7020d58247d20c9e0d1212267ffa56cc00da377c6706386306d1cc52996be0bceb93b9ef40c34fef
|
|
7
|
+
data.tar.gz: 2b9123df1a9a4b22031251d3ba1abc4add607040c7835847c56fa17a4d7c01aefbaf5be3792481fde18dc86188fb8acbd55d45fc9844d4bff331aa5aeaf424eb
|
|
@@ -7,12 +7,6 @@ module Lacerda
|
|
|
7
7
|
@group = group
|
|
8
8
|
end
|
|
9
9
|
|
|
10
|
-
def consume_specification_satisfied(consumer, is_valid)
|
|
11
|
-
@current_publisher.it "satisfies #{consumer.name}" do
|
|
12
|
-
expect(is_valid).to be true
|
|
13
|
-
end
|
|
14
|
-
end
|
|
15
|
-
|
|
16
10
|
# errors is a hash with the following structure:
|
|
17
11
|
# { "publisher_name -> consumer_name" => [
|
|
18
12
|
# { :error => :ERR_MISSING_DEFINITION,
|
data/lib/lacerda/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lacerda
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.1.beta1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jannis Hermanns
|
|
@@ -284,9 +284,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
284
284
|
version: '0'
|
|
285
285
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
286
286
|
requirements:
|
|
287
|
-
- - "
|
|
287
|
+
- - ">"
|
|
288
288
|
- !ruby/object:Gem::Version
|
|
289
|
-
version:
|
|
289
|
+
version: 1.3.1
|
|
290
290
|
requirements: []
|
|
291
291
|
rubyforge_project:
|
|
292
292
|
rubygems_version: 2.6.12
|