kurchatov 0.3.1 → 0.3.2

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: 588b670048694287d77e654f3c50339dc41c85af
4
- data.tar.gz: 287672597c38885d79b8d6470a9ed194fe09f815
3
+ metadata.gz: 270ae2db4c443b150a49258ef0e70c1906f7903d
4
+ data.tar.gz: 3d26a2dfbbe8b20f7698d450617073b87205efdc
5
5
  SHA512:
6
- metadata.gz: c0382f7ce571906f2a63b1c76f59b8b7d01d416f1ec31900d442bcfe9dcd74b8b54cebefdac599c50cddff450724fa8ab5b57ab5fb054aaca82b947c88fc125c
7
- data.tar.gz: f87a311c079a88e04e9099eaac943402fb153b6f9f8e6438476c4ef3128db1ff782308220abbb9a5b56ce7e84bffee722b03bb52cade06802fb5030148c38088
6
+ metadata.gz: 241403cd91c4db3a39dfed141d971aabefc93f81f1d2f979a821ccacfbac226210afbb228570bf01f496149c59500954e2931f16257e4ea30184c6721925dea9
7
+ data.tar.gz: f3db272aeddb7a8512f8adad376e3aa8e9fef16f7b2eef524ff875a7c6bfc03bf6ebc3a56e014f37e70130b4d8455746a6a7a0e03a1eb3dae7253c47db1f4206
data/app/Gemfile CHANGED
@@ -1,6 +1,6 @@
1
1
  source "https://rubygems.org"
2
2
 
3
- gem "kurchatov", "= 0.3.1"
3
+ gem "kurchatov", "= 0.3.2"
4
4
  gem "sys-filesystem"
5
5
  gem "sys-proctable"
6
6
  gem "net-ping"
data/app/Gemfile.lock CHANGED
@@ -11,7 +11,7 @@ GEM
11
11
  file-tail (1.0.12)
12
12
  tins (~> 0.5)
13
13
  ipaddress (0.8.0)
14
- kurchatov (0.3.1)
14
+ kurchatov (0.3.2)
15
15
  beefcake (>= 0.3.5)
16
16
  ohai (~> 6.20.0)
17
17
  mixlib-cli (1.5.0)
@@ -44,7 +44,7 @@ DEPENDENCIES
44
44
  addressable
45
45
  ffi-rzmq
46
46
  file-tail
47
- kurchatov (= 0.3.1)
47
+ kurchatov (= 0.3.2)
48
48
  net-ntp
49
49
  net-ping
50
50
  parallel
data/debian/changelog CHANGED
@@ -1,3 +1,9 @@
1
+ riemann-client (1:0.3.1) stable; urgency=low
2
+
3
+ * Fixes in tags.
4
+
5
+ -- Undev DevOps Team <devops@undev.ru> Wed, 20 Aug 2014 10:08:20 +0000
6
+
1
7
  riemann-client (1:0.3.1) stable; urgency=low
2
8
 
3
9
  * Tags: sum tags.
@@ -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]).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.1"
2
+ VERSION = "0.3.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kurchatov
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vasiliev Dmitry