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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d0b766521daf55988669cf8a3a8ca6cb61a3f35f
4
- data.tar.gz: a620d50c36afcf9612ad6c6d7099a4e2d73eb493
3
+ metadata.gz: c82ffa2e928615525536475d949c87d23034f7b1
4
+ data.tar.gz: 6697372483577cf25e0d350f6d8bb17617d88e55
5
5
  SHA512:
6
- metadata.gz: 160f03d9c4b4d79e7ac370db6d629a7f203bfc3589e3d7ea4139f1f95209b643e033e0008e2b4f06d7456ca9a2f6a559bb44976b6d46e5fdbf5caa7d727e3c5f
7
- data.tar.gz: e02398d81b8db9904f4514c3cd2167821f6878fdc856849d7b0ff0e126cf0ceb5c14cb8d73d98a00d246a7342f65d142295b11698210ebff9b69844ff1fe0863
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
@@ -1,5 +1,5 @@
1
1
  module Elasticsearch
2
2
  module Transport
3
- VERSION = "1.1.0"
3
+ VERSION = "1.1.2"
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: 1.1.0
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: 2016-07-19 00:00:00.000000000 Z
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: