indextank 1.0.8 → 1.0.8.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -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