rails-cron-logger 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -17,7 +17,7 @@ module RailsCronLogger
17
17
  options[:logdev]
18
18
  elsif Rails.env.test?
19
19
  # don't want log messages for tests mixed in with test output
20
- Rails.application.config.paths.log.first
20
+ Rails.application.config.paths['log'].first
21
21
  else
22
22
  $stdout
23
23
  end
@@ -1,7 +1,7 @@
1
1
  module Rails
2
2
  module Cron
3
3
  module Logger
4
- VERSION = "1.0.2"
4
+ VERSION = "1.0.3"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-cron-logger
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 2
10
- version: 1.0.2
9
+ - 3
10
+ version: 1.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jordan Brough
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2013-03-13 00:00:00 Z
18
+ date: 2013-05-03 00:00:00 Z
19
19
  dependencies: []
20
20
 
21
21
  description: See readme.