Skip to content

Commit

Permalink
Add ActiveRecordBatchProcessor
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexParamonov committed Oct 19, 2016
1 parent bde5fa2 commit 9646ec1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/processor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
require "processor/data/null_processor"
require "processor/data/solr_pages_processor"
require "processor/data/csv_processor"
require "processor/data/active_record_batch_processor"

require "processor/observer/logger"
require "processor/observer/null_observer"
Expand Down
2 changes: 1 addition & 1 deletion lib/processor/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Processor
VERSION = "2.2.0"
VERSION = "2.3.0"
end
1 change: 1 addition & 0 deletions spec/spec_helper_lite.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require "processor"
if Processor::RUNNING_ON_CI
require 'coveralls'
Coveralls.wear!
Expand Down

0 comments on commit 9646ec1

Please sign in to comment.