madvertise-ext 0.9.1 → 0.9.2

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.
@@ -17,6 +17,9 @@ reload_logger = ->(conf) do
17
17
  $log.attach(ImprovedLogger.new(conf.log_backend.to_sym, File.basename($0)))
18
18
  $log.level = conf.log_level.downcase.to_sym
19
19
  $log.log_caller = conf.log_caller
20
+
21
+ # sneak this in automatically
22
+ ZK.logger = $log if ::Module.const_defined?(:ZK)
20
23
  end
21
24
 
22
25
  reload_mixins = ->(conf) do
@@ -65,6 +68,7 @@ require 'cgi'
65
68
  require 'date'
66
69
  require 'json'
67
70
  require 'socket'
71
+ require 'time'
68
72
 
69
73
  # load all madvertise extensions
70
74
  Dir[File.join(File.dirname(__FILE__), 'ext', '*.rb')].each do |f|
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "madvertise-ext"
5
- spec.version = "0.9.1"
5
+ spec.version = "0.9.2"
6
6
  spec.authors = ["madvertise Mobile Advertising GmbH"]
7
7
  spec.email = ["tech@madvertise.com"]
8
8
  spec.description = %q{Ruby core extensions and helper libraries}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: madvertise-ext
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.2
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: 2013-09-11 00:00:00.000000000 Z
12
+ date: 2013-09-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport