eventhub-processor2 1.4.0 → 1.4.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7b692a9ccf6bb27c587b52df66c2ccc5485756ff
4
- data.tar.gz: 3db7ba2a63141de21449c0c5abc125bb7e85cff6
3
+ metadata.gz: 01fe69989bb7b05f2649d954c2ec955eeb2c3081
4
+ data.tar.gz: f6e8850e46eaad5b681b21b2ab0e99cc49d81094
5
5
  SHA512:
6
- metadata.gz: 6b91eccfcf2383a7f74073a72da4b6b63977164e085b9f165ee691396b9972157b0c840a6f40075b949c41876fe36a01fe6d2c74a992eb8715048d15ec941abb
7
- data.tar.gz: aa65ef67b6dd96aec7e471f46f91b9b08ca12658becf8ff4436f284e9f3413c893ac250e2719a3d6e2f5b955b2a5567b320c0dc01540eab3f846baac921319d0
6
+ metadata.gz: 7f9d51d624b8dc823d9710e9e7fec3b04180c3299f2e4b56395539aee1519e4133e9146c9895984a158b7ecbd15d9133a3c1c0bb48c8a62649d4d7691a84818b
7
+ data.tar.gz: 9d1e1d68da6e10cb82ffa72203d5c12d3d10d8f7903c1b4741676e3178d8a4addffe1d3e762ecb2262266904eb30db1b8f38b8beb7a61a5843498f1dabd2ca66
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog of EventHub::Processor2
2
2
 
3
+ ## 1.4.1 / 2018-02-27
4
+
5
+ * Upgrade to eventhub-components 0.2.2
6
+
3
7
  ## 1.4.0 / 2018-02-27
4
8
 
5
9
  * Upgrade to bunny 2.9.2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- eventhub-processor2 (1.4.0)
4
+ eventhub-processor2 (1.4.1)
5
5
  bunny (~> 2.9)
6
6
  celluloid (~> 0.17)
7
7
  eventhub-components (~> 0.2)
@@ -32,8 +32,8 @@ GEM
32
32
  timers (>= 4.1.1)
33
33
  diff-lcs (1.3)
34
34
  docile (1.1.5)
35
- eventhub-components (0.2.0)
36
- logstash-logger (~> 0.25)
35
+ eventhub-components (0.2.2)
36
+ logstash-logger (~> 0.26)
37
37
  hitimes (1.2.6)
38
38
  json (2.1.0)
39
39
  logstash-event (1.2.02)
data/README.md CHANGED
@@ -1,3 +1,4 @@
1
+ [![Gem Version](https://badge.fury.io/rb/eventhub-processor2.svg)](https://badge.fury.io/rb/eventhub-processor2)
1
2
  [![Dependency Status](https://gemnasium.com/badges/github.com/thomis/eventhub-processor2.svg)](https://gemnasium.com/github.com/thomis/eventhub-processor2)
2
3
  [![Maintainability](https://api.codeclimate.com/v1/badges/9112358562f0614e0e02/maintainability)](https://codeclimate.com/github/thomis/eventhub-processor2/maintainability)
3
4
  [![Test Coverage](https://api.codeclimate.com/v1/badges/9112358562f0614e0e02/test_coverage)](https://codeclimate.com/github/thomis/eventhub-processor2/test_coverage)
@@ -1,3 +1,3 @@
1
1
  module EventHub
2
- VERSION = '1.4.0'.freeze
2
+ VERSION = '1.4.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eventhub-processor2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steiner, Thomas