indextank 1.0.8 → 1.0.8.1

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.
@@ -5,7 +5,7 @@ directory = File.expand_path(File.dirname(__FILE__))
5
5
  require File.join(directory, 'indextank', 'client')
6
6
 
7
7
  module IndexTank
8
- VERSION = "1.0.8"
8
+ VERSION = "1.0.8.1"
9
9
 
10
10
  def self.setup_connection(url, &block)
11
11
  @conn = Faraday::Connection.new(:url => url) do |builder|
@@ -57,7 +57,6 @@ module IndexTank
57
57
  end
58
58
 
59
59
  def batch_insert(documents)
60
- puts documents.to_json
61
60
  resp = @conn.put do |req|
62
61
  req.url "docs"
63
62
  req.body = documents.to_json
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: indextank
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.0.8
5
+ version: 1.0.8.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Santiago Perez