elasticsearch-transport 6.0.2 → 6.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: '0958ecd0da7c46d4bf09410e6d420e7d9379e89c'
4
- data.tar.gz: f9e1a3bc7db0bb0b084475141b1efa002edc3261
3
+ metadata.gz: be6a836ded3647cd153b98348fca032875527f7b
4
+ data.tar.gz: c54e023781912b0abcaf7e17ce57700bff43ec6a
5
5
  SHA512:
6
- metadata.gz: c2d69cb26a0ba4f1e93bfb82b325f6eedc840458b4df1371d6036341c582231c637779713f1150b7002545c075def4796b5229344d64ae34f1bd88ec8baafff6
7
- data.tar.gz: c3101a660dd94e88d8f5289b15ab4aab27497c83219e30860d75545ba780d8c2fbc6d2b0da844d4e41b095d81b36e754cd14e4a8b2734d48af4cde371eb55423
6
+ metadata.gz: 88a1c797de8ce1b6617e4d13eeaddf7ae32b609fd9838285d2cddd774250aa776a7578fdad679f873cbffc87bb403a4ebe524efc75c28ae2ccaf54ac57b9dd65
7
+ data.tar.gz: ac21e66b183c87a825331f57fde0b7b2b50429ab39cc38d523e337be486ae94b29b07578eef06e51c8786dddfc30af580ff6581e32f816ec24f5a4f2f6005f8e
data/README.md CHANGED
@@ -21,7 +21,7 @@ The library is compatible with Ruby 1.9 or higher and with all versions of Elast
21
21
  Features overview:
22
22
 
23
23
  * Pluggable logging and tracing
24
- * Plugabble connection selection strategies (round-robin, random, custom)
24
+ * Pluggable connection selection strategies (round-robin, random, custom)
25
25
  * Pluggable transport implementation, customizable and extendable
26
26
  * Pluggable serializer implementation
27
27
  * Request retries and dead connections handling
@@ -1,5 +1,5 @@
1
1
  module Elasticsearch
2
2
  module Transport
3
- VERSION = "6.0.2"
3
+ VERSION = "6.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elasticsearch-transport
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.2
4
+ version: 6.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karel Minarik
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-22 00:00:00.000000000 Z
11
+ date: 2018-06-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_json