traject_horizon 0.9.0 → 0.9.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -261,7 +261,7 @@ module Traject
261
261
  # We're going to make our marc records in batches, and only yield
262
262
  # them to caller in batches, so we can fetch copy/item info in batches
263
263
  # for efficiency.
264
- batch_size = settings["horizon.batch_size"]
264
+ batch_size = settings["horizon.batch_size"].to_i
265
265
  record_batch = []
266
266
 
267
267
  exclude_tags = (settings["horizon.exclude_tags"] || "").split(",")
@@ -1,3 +1,3 @@
1
1
  module TrajectHorizon
2
- VERSION = "0.9.0"
2
+ VERSION = "0.9.1"
3
3
  end
metadata CHANGED
@@ -2,14 +2,14 @@
2
2
  name: traject_horizon
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.9.0
5
+ version: 0.9.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jonathan Rochkind
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-08-28 00:00:00.000000000 Z
12
+ date: 2013-09-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: traject