kurchatov 0.3.2 → 0.3.3

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
  SHA1:
3
- metadata.gz: 270ae2db4c443b150a49258ef0e70c1906f7903d
4
- data.tar.gz: 3d26a2dfbbe8b20f7698d450617073b87205efdc
3
+ metadata.gz: 9b2f9fec29d7ffaa97299e4befbe261a6e664117
4
+ data.tar.gz: 9e129f70b0a530d7e68bffba43b2567a06b10fbd
5
5
  SHA512:
6
- metadata.gz: 241403cd91c4db3a39dfed141d971aabefc93f81f1d2f979a821ccacfbac226210afbb228570bf01f496149c59500954e2931f16257e4ea30184c6721925dea9
7
- data.tar.gz: f3db272aeddb7a8512f8adad376e3aa8e9fef16f7b2eef524ff875a7c6bfc03bf6ebc3a56e014f37e70130b4d8455746a6a7a0e03a1eb3dae7253c47db1f4206
6
+ metadata.gz: 036d580a0c0c96fd960671ad64aac9a0d5df7cd1f63745ca65b18d6129d56c885c38025b8263c6faf6bc4cda38a6513badfa091200a1d564b8d2799171b5bd3d
7
+ data.tar.gz: 7a03ed9a78576bc9715b64ebb06024d44b3cb954ef011259740023dee27035d043e1b51d8de472b16997952a88a85e3d18ffcaf3aef2ef9f399e98e041c25e57
data/debian/changelog CHANGED
@@ -1,4 +1,4 @@
1
- riemann-client (1:0.3.1) stable; urgency=low
1
+ riemann-client (1:0.3.2) stable; urgency=low
2
2
 
3
3
  * Fixes in tags.
4
4
 
@@ -39,7 +39,7 @@ module Kurchatov
39
39
 
40
40
  hash.each { |k, _| hash.delete(k) unless EVENT_FIELDS.include?(k) }
41
41
  hash[:service] ||= name
42
- hash[:tags] = (hash[:tags].to_a + Kurchatov::Config[:tags]).uniq
42
+ hash[:tags] = (hash[:tags].to_a + Kurchatov::Config[:tags].to_a).uniq
43
43
  hash[:host] ||= Kurchatov::Config[:host]
44
44
  true
45
45
  end
@@ -1,3 +1,3 @@
1
1
  module Kurchatov
2
- VERSION = "0.3.2"
2
+ VERSION = "0.3.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kurchatov
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vasiliev Dmitry
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-29 00:00:00.000000000 Z
11
+ date: 2014-09-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: beefcake