lacerda 2.1.1.beta6 → 2.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.markdown +5 -0
- 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: 7fca9156b2a2e1bfe756462415e0b1a042fff436
|
4
|
+
data.tar.gz: 7bcc6e1f1d332d851e3ac82ecb9ff78bbddbd2bb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f51b152c10d66539a9dea44d0559912ff5abe1c0989d8355f102be480141059357ea0c13c7e1e50c754a7e05cd7677a3df3a6d9566508f6d266cb23ebe3b8e2c
|
7
|
+
data.tar.gz: 0463321ba363ac9d5217f0af7850996c6da0a0311ff7fcc1f62858e1c6e5bd19aa284f062549607bf2501240b2d7ffa6ea3164b60d3b9630691151051c72409b
|
data/CHANGELOG.markdown
CHANGED
@@ -1,3 +1,8 @@
|
|
1
|
+
# 2.1.1
|
2
|
+
- Fix https://github.com/moviepilot/lacerda/issues/22
|
3
|
+
- Fix issues with nested describe/it/contexts
|
4
|
+
- Fail the tests if an empty publish.mson does not satisfy the consumer
|
5
|
+
|
1
6
|
# 2.1.0
|
2
7
|
- Allow to validate objects without scopes
|
3
8
|
- Fix RSpec reporter, so it displayes publisher errors
|
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.1
|
4
|
+
version: 2.1.1
|
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: '0'
|
290
290
|
requirements: []
|
291
291
|
rubyforge_project:
|
292
292
|
rubygems_version: 2.6.12
|