warcorrespondent 0.2.8 → 0.2.9

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.8
1
+ 0.2.9
@@ -16,6 +16,7 @@ module WarCorrespondent
16
16
  end
17
17
 
18
18
  def update
19
+ Logging::logger.debug{"Updating #{@identifier}"}
19
20
  data = instance_eval(&@block)
20
21
  return if data == nil
21
22
  data = [data] if data.class == Hash
@@ -26,7 +27,7 @@ module WarCorrespondent
26
27
  e
27
28
  end
28
29
  WarCorrespondent::update(data)
29
- rescue e
30
+ rescue Exception => e
30
31
  Logging::logger.warn{e}
31
32
  end
32
33
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 8
9
- version: 0.2.8
8
+ - 9
9
+ version: 0.2.9
10
10
  platform: ruby
11
11
  authors:
12
12
  - Stefan Maier
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-06-21 00:00:00 +02:00
17
+ date: 2010-06-27 00:00:00 +02:00
18
18
  default_executable: warcorrespondent
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency