rimless 0.1.3 → 0.1.4
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/CHANGELOG.md +6 -0
- data/lib/rimless/kafka_helpers.rb +1 -3
- data/lib/rimless/rspec.rb +2 -0
- data/lib/rimless/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cb723bcb062c5d9a9266ef38998fe17ab11975cbf943333235cc5fd878201399
|
|
4
|
+
data.tar.gz: a827fa49f7d2ab7e486ec7d26bdeb312fa9c6027a156292508d212e5e8c30d89
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 22366b62a462bbe2ffbce01c3382a53e7773d125442f6e4f516aab2a225abe5fbb3920c3c22323df43094daaf07bcdc5307e7ed9b80e2f6d428c4485d3779781
|
|
7
|
+
data.tar.gz: 4f53842c9b8f721a42ba275abbcad699d0349d2db11aa8f9492b62d8405621ccd3d1a2e2d7b168a55a758e46fdf8dce5b0a692c7943de5aa954d2526f8c13693
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
### 0.1.4
|
|
2
|
+
|
|
3
|
+
* Reconfigure (reset) the AvroTurf instance on tests to avoid caching issues
|
|
4
|
+
(on failed tests the message decoding was not working which results in
|
|
5
|
+
unrelated errors, instead of showing the actual test failure)
|
|
6
|
+
|
|
1
7
|
### 0.1.3
|
|
2
8
|
|
|
3
9
|
* Check for unset and empty values while configuring dependencies
|
|
@@ -10,9 +10,7 @@ module Rimless
|
|
|
10
10
|
# Generate a common topic name for Apache Kafka while taking care of
|
|
11
11
|
# configured prefixes.
|
|
12
12
|
#
|
|
13
|
-
# @param
|
|
14
|
-
# @param app [String, Symbol] a different application name, by default
|
|
15
|
-
# the local app
|
|
13
|
+
# @param args [Array<Mixed>] the relative topic name
|
|
16
14
|
# @return [String] the complete topic name
|
|
17
15
|
#
|
|
18
16
|
# @example Name only
|
data/lib/rimless/rspec.rb
CHANGED
data/lib/rimless/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rimless
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Hermann Mayer
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-04-
|
|
11
|
+
date: 2019-04-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|