redis_importer 1.1.4 → 1.1.5

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.
@@ -61,7 +61,7 @@ module RedisImporter
61
61
  begin
62
62
  self.commands << obj.to_redis
63
63
  rescue => details
64
- run_pipeline = false
64
+ self.run_pipeline = false
65
65
  add_errors("#{obj.inspect} could not be serialized to redis: " + details.to_s)
66
66
  end
67
67
  end
@@ -1,3 +1,3 @@
1
1
  module RedisImporter
2
- VERSION = "1.1.4"
2
+ VERSION = "1.1.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redis_importer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.4
4
+ version: 1.1.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: