flowerbox 0.0.3 → 0.0.4

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.
data/lib/flowerbox.rb CHANGED
@@ -23,4 +23,9 @@ module Flowerbox
23
23
  enable "development"
24
24
  end
25
25
 
26
- ActiveSupport::BufferedLogger.send(:include, Flowerbox)
26
+ begin
27
+ ActiveSupport::BufferedLogger.send(:include, Flowerbox)
28
+ Logger.send(:include, Flowerbox)
29
+ rescue nil
30
+ end
31
+
@@ -1,3 +1,3 @@
1
1
  module Flowerbox
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flowerbox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-09-28 00:00:00.000000000 Z
12
+ date: 2013-03-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -56,7 +56,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
56
56
  version: '0'
57
57
  segments:
58
58
  - 0
59
- hash: 1705221955776818042
59
+ hash: -1385160494201414415
60
60
  required_rubygems_version: !ruby/object:Gem::Requirement
61
61
  none: false
62
62
  requirements:
@@ -65,7 +65,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
65
65
  version: '0'
66
66
  segments:
67
67
  - 0
68
- hash: 1705221955776818042
68
+ hash: -1385160494201414415
69
69
  requirements: []
70
70
  rubyforge_project:
71
71
  rubygems_version: 1.8.24