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.
- data/lib/indextank.rb +1 -1
- data/lib/indextank/index.rb +0 -1
- metadata +1 -1
data/lib/indextank.rb
CHANGED
@@ -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|
|
data/lib/indextank/index.rb
CHANGED