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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 62f10b707303cc0acc9d4637243029f12f12483c1b36024ba0493421cac71321
4
- data.tar.gz: 001a04109810927bed5466032f91c91e053d11a1ea7d6c90b02db39a229b4102
3
+ metadata.gz: cb723bcb062c5d9a9266ef38998fe17ab11975cbf943333235cc5fd878201399
4
+ data.tar.gz: a827fa49f7d2ab7e486ec7d26bdeb312fa9c6027a156292508d212e5e8c30d89
5
5
  SHA512:
6
- metadata.gz: ca56ffbdfa884f4eb04115e87f981ab693f81518d2b0facd0ed3dc59b9c4640af4b38cfcc0f3d5a5431c0c237d3009eba56b77a0b3fc602b19bbaf8baca879c1
7
- data.tar.gz: bb06f82b5172422f715bbce79a52785344d8fa1deca8beeb698667fb3a2a4bea9ec297462b76c22d394e5dcd2ec30a4f93bd99a177f9e4eb0dc447b9b276f138
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 name [String, Symbol] the topic name
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
@@ -36,5 +36,7 @@ RSPEC_CONFIGURER.configure do |config|
36
36
  .to_rack(FakeConfluentSchemaRegistryServer)
37
37
  # Clear any cached data
38
38
  FakeConfluentSchemaRegistryServer.clear
39
+ # Reconfigure the Rimless AvroTurf instance
40
+ Rimless.configure_avro_turf
39
41
  end
40
42
  end
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Rimless
4
4
  # The version of the +rimless+ gem
5
- VERSION = '0.1.3'
5
+ VERSION = '0.1.4'
6
6
  end
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.3
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-16 00:00:00.000000000 Z
11
+ date: 2019-04-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport