elasticsearch-transport 1.1.0 → 1.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +1 -5
- data/lib/elasticsearch/transport/version.rb +1 -1
- metadata +2 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c82ffa2e928615525536475d949c87d23034f7b1
|
4
|
+
data.tar.gz: 6697372483577cf25e0d350f6d8bb17617d88e55
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1b8a6958599d3e23b61c1ca82931378eebf8f83bcf711d065f845cd0f6a01fec5bb1a1ac4a1dca15aca05b266a771102f813832cf0942d9bb2022737c0490a7a
|
7
|
+
data.tar.gz: 7437585a4d86de20bbb81733087009a9fc8128fa383e04b7343645fb3a7ddc58a3f182fa13fe86ba49b186be0a5845ceed685451a929c19d0d43d0b1c942dd13
|
data/Gemfile
CHANGED
@@ -7,10 +7,6 @@ if File.exist? File.expand_path("../../elasticsearch-api/elasticsearch-api.gemsp
|
|
7
7
|
gem 'elasticsearch-api', :path => File.expand_path("../../elasticsearch-api", __FILE__), :require => false
|
8
8
|
end
|
9
9
|
|
10
|
-
if File.exist? File.expand_path("../../elasticsearch-extensions", __FILE__)
|
10
|
+
if File.exist? File.expand_path("../../elasticsearch-extensions/elasticsearch-extensions.gemspec", __FILE__)
|
11
11
|
gem 'elasticsearch-extensions', :path => File.expand_path("../../elasticsearch-extensions", __FILE__), :require => false
|
12
12
|
end
|
13
|
-
|
14
|
-
if File.exist? File.expand_path("../../elasticsearch/elasticsearch.gemspec", __FILE__)
|
15
|
-
gem 'elasticsearch', :path => File.expand_path("../../elasticsearch", __FILE__), :require => false
|
16
|
-
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: 1.1.
|
4
|
+
version: 1.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Karel Minarik
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-01-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: multi_json
|
@@ -419,4 +419,3 @@ test_files:
|
|
419
419
|
- test/unit/transport_curb_test.rb
|
420
420
|
- test/unit/transport_faraday_test.rb
|
421
421
|
- test/unit/transport_manticore_test.rb
|
422
|
-
has_rdoc:
|