activerecord_snapshot_view 0.11.6 → 0.11.7

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.11.6
1
+ 0.11.7
@@ -48,8 +48,9 @@ module ActiveRecord
48
48
  if klass.ancestors.include?(ActiveRecord::SnapshotView)
49
49
  klass.prepare_to_migrate
50
50
  end
51
- rescue
52
- $stderr << "model: #{model_sym} no longer exists?\n"
51
+ rescue Exception=>e
52
+ $stderr << "model: #{model_sym} no longer exists?\nignored Exception:\n"
53
+ $stderr << [e.message, *e.backtrace].join("\n")
53
54
  end
54
55
  end
55
56
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activerecord_snapshot_view
3
3
  version: !ruby/object:Gem::Version
4
- hash: 63
4
+ hash: 61
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 11
9
- - 6
10
- version: 0.11.6
9
+ - 7
10
+ version: 0.11.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - mccraig mccraig of the clan mccraig
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-10-03 00:00:00 +01:00
18
+ date: 2010-10-04 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency