bmc-daemon-lib 0.9.1 → 0.9.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 +4 -4
- data/Gemfile.lock +1 -1
- data/bmc-daemon-lib.gemspec +1 -1
- data/lib/bmc-daemon-lib/conf.rb +2 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 18deb3596feca659c7ce4a35ef28edec27c7d71a
|
|
4
|
+
data.tar.gz: 0ab6ac969b62f4335bad4c9eff4f1fd15ee415c3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8fd5e89874440d49c7c39a7b4e00ffa8c2d5a7d25c7017e87c6a75f885b5e466e5082540c707e12abb7cd046656aa3dd6bbfb377a25e9e77abeeea96dce39f7e
|
|
7
|
+
data.tar.gz: 1d82b98d0c87766214c7584bc61cba9d8476cda1ee89423f057433fe2da851521e6dd3b979f40210930de17d059df522cb05814ce9e478bd7fed72e39c33c35a
|
data/Gemfile.lock
CHANGED
data/bmc-daemon-lib.gemspec
CHANGED
data/lib/bmc-daemon-lib/conf.rb
CHANGED
|
@@ -287,8 +287,9 @@ module BmcDaemonLib
|
|
|
287
287
|
return unless path && File.readable?(path)
|
|
288
288
|
|
|
289
289
|
# Check if Chamber's behaviour may cause problems with hyphens
|
|
290
|
+
basename = File.basename(path)
|
|
290
291
|
if File.basename(path).include?'-'
|
|
291
|
-
log :conf, "WARNING: files
|
|
292
|
+
log :conf, "WARNING: files with dashes may cause unexpected behaviour with Chamber (#{basename})"
|
|
292
293
|
end
|
|
293
294
|
|
|
294
295
|
# Store the files
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bmc-daemon-lib
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Bruno MEDICI
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-02-
|
|
11
|
+
date: 2017-02-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|