yell-rails 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  module Yell
2
2
  module Rails
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
 
5
5
  end
6
6
  end
data/lib/yell-rails.rb CHANGED
@@ -13,7 +13,10 @@ module Yell
13
13
  end
14
14
 
15
15
  # init Yell
16
- app.config.logger = Yell.new( path, :colorize => app.config.colorize_logging )
16
+ app.config.logger = Yell.new( path,
17
+ :colorize => app.config.colorize_logging,
18
+ :level => app.config.log_level
19
+ )
17
20
  end
18
21
 
19
22
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yell-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-03-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: yell
16
- requirement: &70312675004820 !ruby/object:Gem::Requirement
16
+ requirement: &70328776840880 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70312675004820
24
+ version_requirements: *70328776840880
25
25
  description: Yell for Rails
26
26
  email:
27
27
  executables: []