alephant-publisher 0.0.3 → 0.0.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cd6fe36891405dfb2be2c30591db6e4e14c269c4
4
- data.tar.gz: 8ad4c2b7d371f67e9eb4b19680b4bff2342d8a1e
3
+ metadata.gz: 5881a6177001bcf344015dfaa3ed0fec651605cd
4
+ data.tar.gz: c198621e6599350f34bee50239d4c640dca61ab9
5
5
  SHA512:
6
- metadata.gz: 732114e16a6d671da86c8276988d1b3a7c33f6d27845f533620d2db58a2168860c5487845e9ffc545ac525f672c22408004a8813e4789444933f811e7f2b0291
7
- data.tar.gz: 19f0a955d849329e4bde369606a878031b5a751dd758563dff7c0df13760c9e2355e057d07f3980f60818eaad04fd65182e090ffb046ba43ec205f2e2c91f62c
6
+ metadata.gz: 00bcbb7db028005f82144cc75bfc2d69de224fbb8829dfbb95188351dcd2fa4ab66e4900c2469ac47043fee2fecf200958403231402effcd2b6caf231be033f2
7
+ data.tar.gz: 95136189089c0f6732944ee609f9744c8e56efdcd7d03a06bffdebd46063e61a2a83391897d53f4b75e520bdf1070b05ab9041d74f7c8db9b135d3d456a853cd
@@ -28,7 +28,7 @@ module Alephant
28
28
  store(id, r.render, data[:options], version, lookup)
29
29
  end
30
30
 
31
- lookup.process!
31
+ lookup.batch_process
32
32
  end
33
33
 
34
34
  private
@@ -1,5 +1,5 @@
1
1
  module Alephant
2
2
  module Publisher
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
@@ -57,7 +57,7 @@ describe Alephant::Publisher::Writer do
57
57
  )
58
58
 
59
59
  Alephant::Lookup::LookupHelper.any_instance
60
- .should_receive(:process!)
60
+ .should_receive(:batch_process)
61
61
 
62
62
  subject.write(data, 0)
63
63
  end
@@ -73,7 +73,7 @@ describe Alephant::Publisher::Writer do
73
73
 
74
74
  Alephant::Lookup::LookupHelper
75
75
  .any_instance
76
- .stub(:process!)
76
+ .stub(:batch_process)
77
77
 
78
78
  Alephant::Lookup::LookupTable
79
79
  .any_instance
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alephant-publisher
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Integralist