kurchatov 0.3.4 → 0.3.5

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: 516f50653e209fa8f61ae5ccd71fd91e1ca092f9
4
- data.tar.gz: 00bce2e563164dbff1e6ee6c611ebdd5b528f281
3
+ metadata.gz: c253af1a2e131d531861a2bd482dd9d80d899b85
4
+ data.tar.gz: 3b108ef6523ea1932c227f71832bbda646f44bb8
5
5
  SHA512:
6
- metadata.gz: 0e1fb4eafbde3b1ac4d8e558e1e586aeab3011b8c1497912d4a6a44b44519bf21349c01b5f74b8f71c601a273cda01529a592ae89947f1a4f215414bfd01be10
7
- data.tar.gz: 81dac1f00bcbded042de968485193d1c69ca005c49c5f92867a104115174d4839341ec0009b414095060f5cad2484461ac66233782220b8a0df414192a910f56
6
+ metadata.gz: 32d9f4e4a37f307c9da99fcfee29a96b8d096f1c6bcf1d30db30815e69b627f92eae53827a7d5314b00be451e1500ced03a498f05965c10d9054550fb279d26e
7
+ data.tar.gz: 97ce9ccfb425fa4a524a888e394275fb11eeb357c35e81f3bbc326c1197aa0f810b3f37891a9f8ed4f7bc7f6fed3bf915b2d7934004880e17261467c9df0322b
data/app/Gemfile CHANGED
@@ -1,6 +1,7 @@
1
1
  source "https://rubygems.org"
2
2
 
3
- gem "kurchatov", "= 0.3.3"
3
+ gem "kurchatov", "= 0.3.4"
4
+ gem "beefcake", "=0.5.0"
4
5
  gem "sys-filesystem"
5
6
  gem "sys-proctable"
6
7
  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.3)
14
+ kurchatov (0.3.4)
15
15
  beefcake (>= 0.3.5)
16
16
  ohai (~> 6.20.0)
17
17
  mixlib-cli (1.5.0)
@@ -43,9 +43,10 @@ PLATFORMS
43
43
 
44
44
  DEPENDENCIES
45
45
  addressable
46
+ beefcake (= 0.5.0)
46
47
  ffi-rzmq
47
48
  file-tail
48
- kurchatov (= 0.3.3)
49
+ kurchatov (= 0.3.4)
49
50
  net-ntp
50
51
  net-ping
51
52
  parallel
data/debian/changelog CHANGED
@@ -1,3 +1,9 @@
1
+ riemann-client (1:0.3.4) stable; urgency=low
2
+
3
+ * Less log.
4
+
5
+ -- Undev DevOps Team <devops@undev.ru> Sat, 8 Aug 2014 15:54:41 +0000
6
+
1
7
  riemann-client (1:0.3.3) stable; urgency=low
2
8
 
3
9
  * Add gem useragent.
@@ -108,7 +108,8 @@ module Kurchatov
108
108
  end
109
109
 
110
110
  def configure_defaults
111
- ::Ohai::Config[:plugin_path] = [File.expand_path(File.join('..', 'ohai', 'plugins'), File.dirname(__FILE__))]
111
+ ::Ohai::Config[:plugin_path] = [::Ohai::Config[:plugin_path],
112
+ File.expand_path(File.join('..', 'ohai', 'plugins'), File.dirname(__FILE__))].flatten.compact
112
113
  if Config[:ohai_plugins_paths]
113
114
  ::Ohai::Config[:plugin_path] += Config[:ohai_plugins_paths]
114
115
  end
@@ -1,3 +1,3 @@
1
1
  module Kurchatov
2
- VERSION = "0.3.4"
2
+ VERSION = "0.3.5"
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.4
4
+ version: 0.3.5
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-09-08 00:00:00.000000000 Z
11
+ date: 2014-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: beefcake