mushin 0.47.0 → 0.48.0

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: 8966968e64d29f1fa1729c49f9a62e7ec281af15
4
- data.tar.gz: 974b93d4a0ff21828b5e823cf04c18d7e2289db1
3
+ metadata.gz: 1268969c9fe2a9ba9822e9a8af8fa2f81a0af17c
4
+ data.tar.gz: f1071ef414ff382df2297edd49e241790b10d9f8
5
5
  SHA512:
6
- metadata.gz: e589d65d9779d626d121ec7445aea8ba3aa78acf19bf248c6208ba39c05023f3af99705c715f0cdc1a9dd5c2e6b40c966ad690a06eeada1cadf2009035cc9bde
7
- data.tar.gz: a4e1f2d79a32e2e867e6414b0c9b305b6c34f471b7b9cfc3ab00905d882a6ac7d6cb70cbf64e2f393de4f61d046c75bab950c11c1b689c7508882a01044b19a8
6
+ metadata.gz: 1826d2eee53d50c452f19bd1fb7f30bb0ec6d90a724bb41029497815081d57bbfc9817875d173c86b0a859c1c467a3ef5ac14a1199a12c2413a5ede3db8e6385
7
+ data.tar.gz: d2263335ca2bd651a931b74d5ede834973eb50103a0bb03651f4d7ea96d36ba394859b8bc5153d385c5c4301cd064c27e57f6710bae01a40cfae10bac90cef7e
data/lib/mushin/logger.rb CHANGED
@@ -76,10 +76,10 @@ module Mushin
76
76
  datetime_format: '%Y-%m-%d %H:%M:%S',
77
77
  log_dir: 'log'
78
78
  )
79
- Dir.mkdir(log_dir) unless File.exists?(log_dir)
80
- logger_file = "#{log_dir}/#{DateTime.now.strftime('%m_%d_%Y')}.log"
81
- file = File.open(logger_file, File::APPEND | File::WRONLY | File::CREAT)
82
- file.sync = true
79
+ #Dir.mkdir(log_dir) unless File.exists?(log_dir)
80
+ #logger_file = "#{log_dir}/#{DateTime.now.strftime('%m_%d_%Y')}.log"
81
+ #file = File.open(logger_file, File::APPEND | File::WRONLY | File::CREAT)
82
+ #file.sync = true
83
83
  #file = File.open(logger_file, File::WRONLY | File::APPEND)
84
84
  #@log = Mushin::Logger.new("| tee " + file.path, shift_age)
85
85
  @log = Mushin::Logger.new(STDOUT)
@@ -1,3 +1,3 @@
1
1
  module Mushin
2
- VERSION = "0.47.0"
2
+ VERSION = "0.48.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mushin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.47.0
4
+ version: 0.48.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - zotherstupidguy