index-tanked 0.1.14 → 0.1.15
Sign up to get free protection for your applications and to get access to all the features.
@@ -24,7 +24,7 @@ module IndexTanked
|
|
24
24
|
@missing_ids = ids - records_found.map(&:id)
|
25
25
|
begin
|
26
26
|
if Configuration.missing_activerecord_ids_handler
|
27
|
-
Configuration.missing_activerecord_ids_handler.call(@model, @missing_ids)
|
27
|
+
Configuration.missing_activerecord_ids_handler.call(@model.name, @missing_ids)
|
28
28
|
end
|
29
29
|
ensure
|
30
30
|
return records_found
|
data/lib/index-tanked/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: index-tanked
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 5
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 15
|
10
|
+
version: 0.1.15
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Adam Kittelson
|
@@ -16,7 +16,7 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date: 2011-04-
|
19
|
+
date: 2011-04-07 00:00:00 -05:00
|
20
20
|
default_executable:
|
21
21
|
dependencies:
|
22
22
|
- !ruby/object:Gem::Dependency
|