elasticsearch-transport 7.7.0.pre → 7.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/elasticsearch-transport.gemspec +7 -2
- data/lib/elasticsearch/transport/version.rb +1 -1
- data/spec/spec_helper.rb +4 -0
- metadata +10 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: da865359c6aced81327cb91d756390d81abfcdf80a17bf53f793029f715cbcb9
|
4
|
+
data.tar.gz: 0e1c8c2d258035e17eb6433b561d29042e657ec22e7ae3a690d3faad60a90452
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8e75fffd89eebce5a48cc0a6a793c9919bcf7ade42ebc6daa0b6fd8253d4d98903ed2149c00287ae3c48a0373741a66a67554825e1b025ec2bdf8f401cbf0001
|
7
|
+
data.tar.gz: 75fc8862f80d6ccf794fe0614f5ee04f3c767d0fcbbdc6e8294bcfa4c203cd366f0b972750b148d7f2e2d582a059fad651af2f1e385b4e1c9cb65bd8b73a9f24
|
@@ -13,9 +13,14 @@ Gem::Specification.new do |s|
|
|
13
13
|
s.authors = ['Karel Minarik']
|
14
14
|
s.email = ['karel.minarik@elasticsearch.org']
|
15
15
|
s.summary = 'Ruby client for Elasticsearch.'
|
16
|
-
s.homepage = 'https://
|
16
|
+
s.homepage = 'https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/7.x/index.html'
|
17
17
|
s.license = 'Apache-2.0'
|
18
|
-
|
18
|
+
s.metadata = {
|
19
|
+
'homepage_uri' => 'https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/7.x/index.html',
|
20
|
+
'changelog_uri' => 'https://github.com/elastic/elasticsearch-ruby/blob/7.x/CHANGELOG.md',
|
21
|
+
'source_code_uri' => 'https://github.com/elastic/elasticsearch-ruby/tree/7.x/elasticsearch-transport',
|
22
|
+
'bug_tracker_uri' => 'https://github.com/elastic/elasticsearch-ruby/issues'
|
23
|
+
}
|
19
24
|
s.files = `git ls-files`.split($/)
|
20
25
|
s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
21
26
|
s.test_files = s.files.grep(%r{^(test|spec|features)/})
|
data/spec/spec_helper.rb
CHANGED
@@ -1,3 +1,7 @@
|
|
1
|
+
# Licensed to Elasticsearch B.V under one or more agreements.
|
2
|
+
# Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
|
3
|
+
# See the LICENSE file in the project root for more information
|
4
|
+
|
1
5
|
require 'elasticsearch'
|
2
6
|
require 'elasticsearch-transport'
|
3
7
|
require 'logger'
|
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: 7.7.0
|
4
|
+
version: 7.7.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Karel Minarik
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-05-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: multi_json
|
@@ -403,10 +403,14 @@ files:
|
|
403
403
|
- test/unit/transport_curb_test.rb
|
404
404
|
- test/unit/transport_faraday_test.rb
|
405
405
|
- test/unit/transport_manticore_test.rb
|
406
|
-
homepage: https://
|
406
|
+
homepage: https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/7.x/index.html
|
407
407
|
licenses:
|
408
408
|
- Apache-2.0
|
409
|
-
metadata:
|
409
|
+
metadata:
|
410
|
+
homepage_uri: https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/7.x/index.html
|
411
|
+
changelog_uri: https://github.com/elastic/elasticsearch-ruby/blob/7.x/CHANGELOG.md
|
412
|
+
source_code_uri: https://github.com/elastic/elasticsearch-ruby/tree/7.x/elasticsearch-transport
|
413
|
+
bug_tracker_uri: https://github.com/elastic/elasticsearch-ruby/issues
|
410
414
|
post_install_message:
|
411
415
|
rdoc_options:
|
412
416
|
- "--charset=UTF-8"
|
@@ -419,9 +423,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
419
423
|
version: '2.4'
|
420
424
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
421
425
|
requirements:
|
422
|
-
- - "
|
426
|
+
- - ">="
|
423
427
|
- !ruby/object:Gem::Version
|
424
|
-
version:
|
428
|
+
version: '0'
|
425
429
|
requirements: []
|
426
430
|
rubygems_version: 3.1.2
|
427
431
|
signing_key:
|