ish_manager 0.1.8.417 → 0.1.8.418

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8c86c3d20e3685be74c51948ab06a216b3d32cf100884db349c38f143c7a1643
4
- data.tar.gz: f8273dd42d8050e284a3b2e7d841378b4d7711d4aa8ef8cd7888f3df375e2cd0
3
+ metadata.gz: 10e50889c4080362ba2acde217e981c548ee3d2a8883fb091dc55a544b5b19a0
4
+ data.tar.gz: 1c707ff1cbdc29a75f492be0616c5939084e351eb91bd9d86801c56ad6b7c2ad
5
5
  SHA512:
6
- metadata.gz: 5deaa5dd2749d2d8583ad7d4a1387af174ebf7e5d4c5f81268195954fe81724010d3c1882805265e14404c4c99d44f9c648dc5e760351a008e9fc72d0152a29d
7
- data.tar.gz: b6c71d890bcaf81782786e2f5a2120f9280299223c7fa9993daa79c4fcb32287d330d9d95cfff43ea0090e056ca406da97c82aa5b1a97a0ce3295ba7ea6d81d6
6
+ metadata.gz: 504b46e66bd8a8cfed80ac43439e4e356b2c50713ec7608a06a33ae2c7ff3062223c41f1710f203534a74b01b4628d9ee1ba68cc3d808034313ede798cb65077
7
+ data.tar.gz: a6b7eaed2bf22b43184ec6b77a8db9348f0405a7966ba336622461a8ad8e557e0d74f730d4d2ff700c498c838218fd90bc09304fdd20c2e0929e4a1df319dac0
@@ -110,11 +110,11 @@ class ::IshManager::LeadsController < IshManager::ApplicationController
110
110
  }
111
111
  }
112
112
  @email_contexts = {}
113
- tmp_contexts = Ish::EmailContext.all.where( :to_email.in => lead_emails
114
- ).map_reduce( map, reduce
115
- ).out( inline: 1 ## From: https://www.mongodb.com/docs/mongoid/current/reference/map-reduce/
116
- ).to_a
117
- tmp_contexts.map { |x| @email_contexts[x[:_id]] = x[:value][:count].to_i }
113
+ # tmp_contexts = Ish::EmailContext.all.where( :to_email.in => lead_emails
114
+ # ).map_reduce( map, reduce
115
+ # ).out( inline: 1 ## From: https://www.mongodb.com/docs/mongoid/current/reference/map-reduce/
116
+ # ).to_a
117
+ # tmp_contexts.map { |x| @email_contexts[x[:_id]] = x[:value][:count].to_i }
118
118
  # puts! @email_contexts, '@email_contexts'
119
119
 
120
120
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ish_manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8.417
4
+ version: 0.1.8.418
5
5
  platform: ruby
6
6
  authors:
7
7
  - piousbox