tsukasaoishi-miyazakiresistance 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -22,7 +22,7 @@ module MiyazakiResistance
22
22
  env = env.to_s
23
23
  conf = YAML.load_file(file)
24
24
 
25
- class_variable_set("@@logger", Logger.new(config["log_file"])) if conf["log_file"]
25
+ class_variable_set("@@logger", Logger.new(conf["log_file"])) if conf["log_file"]
26
26
 
27
27
  if (config = conf[env]).nil?
28
28
  logger_fatal "specified environment(#{env}) is not found in conig file(#{file})"
@@ -13,7 +13,7 @@ require 'miyazaki_resistance/base'
13
13
  require 'miyazaki_resistance/error'
14
14
 
15
15
  module MiyazakiResistance
16
- VERSION = '0.1.1'
16
+ VERSION = '0.1.2'
17
17
  end
18
18
 
19
19
  MiyazakiResistance::Base.class_eval do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tsukasaoishi-miyazakiresistance
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tsukasa OISHI