kurchatov 0.0.5.pre2 → 0.0.5.pre4

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: 4fe3de2aef28cd11718d6a7d14a407cd3290f70e
4
- data.tar.gz: 9d77f6e030ee18cdc06a75ecfeb8a6f3051d1f21
3
+ metadata.gz: 349337fe43d68dfaff6986759a99613a96294a41
4
+ data.tar.gz: 02d2cc54a81614eea5b4eb3ab1d44e2fdeaf43c9
5
5
  SHA512:
6
- metadata.gz: ecb200981712fec0e82dd790089c259b469f958889cf2ff507a0be5d5827d03df68e85bfeb56ea334221af56810693dac0d2319c1ed3c53ec2be84b557c11fdc
7
- data.tar.gz: c95e26f6c15277eb3ff28f07dedb3b0ff0324232a46b5612582c98625505c8bc542f76d5265d2639c60c649b65cfe7ea9892f7405aa3aeed8fcc39c714de221f
6
+ metadata.gz: a636eb8b84579e957294ad72fd16b64b4a137390be06d631ca4c74fab6536a392b1cc54b815007ae8f9d5f081608215e3d179a6f6c69493ff77e91147a2f926e
7
+ data.tar.gz: 6bd5e9ade083fd99c9c98cde8bb56a5b98a9603285c84ce1fd1bf935f0e0766e94e8d60da757f02520726c4c432e6ee7c00487235b98d5cd57b38a94b68b0e23
@@ -58,7 +58,7 @@ module Kurchatov
58
58
  dsl = Kurchatov::Plugins::DSL.new
59
59
  paths.map do |path|
60
60
  Log.error("Directory #{path} not exists") and exit Kurchatov::Config[:ERROR_CONFIG] unless File.directory? path
61
- Dir["#{path}/*#{PLUGIN_EXT}"].sort
61
+ Dir[File.join(path, "*#{PLUGIN_EXT}")].sort
62
62
  end.flatten.each do |path|
63
63
  begin
64
64
  dsl.plugins << Kurchatov::Plugins::Riemann.new(File.basename(path, PLUGIN_EXT))
@@ -1,3 +1,3 @@
1
1
  module Kurchatov
2
- VERSION = "0.0.5.pre2"
2
+ VERSION = "0.0.5.pre4"
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.0.5.pre2
4
+ version: 0.0.5.pre4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vasiliev Dmitry