flapjack 0.6.44 → 0.6.45
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.
- data/bin/flapjack-nagios-receiver +1 -1
- data/lib/flapjack/version.rb +1 -1
- metadata +1 -7
|
@@ -34,7 +34,7 @@ FLAPJACK_ENV = ENV['FLAPJACK_ENV'] || 'development'
|
|
|
34
34
|
config = Flapjack::Configuration.new
|
|
35
35
|
config.load(options.config)
|
|
36
36
|
@config_env = config.all
|
|
37
|
-
@redis_options =
|
|
37
|
+
@redis_options = config.for_redis
|
|
38
38
|
|
|
39
39
|
if @config_env.nil? || @config_env.empty?
|
|
40
40
|
puts "No config data for environment '#{FLAPJACK_ENV}' found in '#{options.config}'"
|
data/lib/flapjack/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: flapjack
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.45
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -480,18 +480,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
480
480
|
- - ! '>='
|
|
481
481
|
- !ruby/object:Gem::Version
|
|
482
482
|
version: '0'
|
|
483
|
-
segments:
|
|
484
|
-
- 0
|
|
485
|
-
hash: 2640261595995146614
|
|
486
483
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
487
484
|
none: false
|
|
488
485
|
requirements:
|
|
489
486
|
- - ! '>='
|
|
490
487
|
- !ruby/object:Gem::Version
|
|
491
488
|
version: '0'
|
|
492
|
-
segments:
|
|
493
|
-
- 0
|
|
494
|
-
hash: 2640261595995146614
|
|
495
489
|
requirements: []
|
|
496
490
|
rubyforge_project:
|
|
497
491
|
rubygems_version: 1.8.23
|