flapjack 0.6.44 → 0.6.45

Sign up to get free protection for your applications and to get access to all the features.
@@ -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 = @config.for_redis
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}'"
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  module Flapjack
4
- VERSION = "0.6.44"
4
+ VERSION = "0.6.45"
5
5
  end
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.44
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