elasticsearch 7.1.0 → 7.8.0

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
  SHA256:
3
- metadata.gz: 89c5a9a719fabbe7d5bd4c1e1c98ae686e7da2552689213fafc49d4ade5a8c62
4
- data.tar.gz: 06ac4a280af9bd879e62bf8d244d046b2b5238631427487198fa9fd0fa4e9ca7
3
+ metadata.gz: ef6f1b21780dc1d11e7778fbd69cdbdb0c4c61a176d9f3dc0f18b04e5d5152c7
4
+ data.tar.gz: 752de571c30d8008b772145ac59a2538e0aef2598464b51feb07ce738c94f1c9
5
5
  SHA512:
6
- metadata.gz: 793d00f82d71ec2b909d48cccd51993a53a5c937584fd5c1ee8c083754fcd712fe19a002bbd09113de5577a082947885528319b972b304dec6dcbc4a876b6324
7
- data.tar.gz: 19d977143f99755f022b04afd534951c303767b5e7d7436b12e17412aabc9e5150d33eaa41af77f3fa9de117d305f7d1dfce3dd43e9e9f801efcb4d0c20fca3a
6
+ metadata.gz: 50988c4de2406a29e4f7f6d6f44af283aef1ea7bf9341f0ee5ae46bc58e663501e33ded1b7e6c245ad61e5ff952e3f409253641024673c90fb1481ac193310fc
7
+ data.tar.gz: 51776423fb04738bd5170ced638c8163a861b2eef8db59595659a50e17022b42f14e019273c2199f458b95321810ea671f4f683dee2df62d09837a2d1544858c
data/.gitignore CHANGED
@@ -1,19 +1,6 @@
1
- # Licensed to Elasticsearch B.V. under one or more contributor
2
- # license agreements. See the NOTICE file distributed with
3
- # this work for additional information regarding copyright
4
- # ownership. Elasticsearch B.V. licenses this file to you under
5
- # the Apache License, Version 2.0 (the "License"); you may
6
- # not use this file except in compliance with the License.
7
- # You may obtain a copy of the License at
8
- #
9
- # http://www.apache.org/licenses/LICENSE-2.0
10
- #
11
- # Unless required by applicable law or agreed to in writing,
12
- # software distributed under the License is distributed on an
13
- # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
- # KIND, either express or implied. See the License for the
15
- # specific language governing permissions and limitations
16
- # under the License.
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
17
4
 
18
5
  *.gem
19
6
  *.rbc
data/Gemfile CHANGED
@@ -6,7 +6,7 @@
6
6
  # not use this file except in compliance with the License.
7
7
  # You may obtain a copy of the License at
8
8
  #
9
- # http://www.apache.org/licenses/LICENSE-2.0
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
10
  #
11
11
  # Unless required by applicable law or agreed to in writing,
12
12
  # software distributed under the License is distributed on an
File without changes
data/README.md CHANGED
@@ -31,6 +31,7 @@ just use a release matching major version of Elasticsearch.
31
31
  | 2.x | → | 2.x |
32
32
  | 5.x | → | 5.x |
33
33
  | 6.x | → | 6.x |
34
+ | 7.x | → | 7.x |
34
35
  | master | → | master |
35
36
 
36
37
  ## Installation
@@ -87,21 +88,4 @@ Please refer to the specific library documentation for details:
87
88
 
88
89
  ## License
89
90
 
90
- This software is licensed under the Apache 2 license, quoted below.
91
-
92
- Licensed to Elasticsearch B.V. under one or more contributor
93
- license agreements. See the NOTICE file distributed with
94
- this work for additional information regarding copyright
95
- ownership. Elasticsearch B.V. licenses this file to you under
96
- the Apache License, Version 2.0 (the "License"); you may
97
- not use this file except in compliance with the License.
98
- You may obtain a copy of the License at
99
-
100
- http://www.apache.org/licenses/LICENSE-2.0
101
-
102
- Unless required by applicable law or agreed to in writing,
103
- software distributed under the License is distributed on an
104
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
105
- KIND, either express or implied. See the License for the
106
- specific language governing permissions and limitations
107
- under the License.
91
+ This software is licensed under the [Apache 2 license](./LICENSE).
data/Rakefile CHANGED
@@ -6,7 +6,7 @@
6
6
  # not use this file except in compliance with the License.
7
7
  # You may obtain a copy of the License at
8
8
  #
9
- # http://www.apache.org/licenses/LICENSE-2.0
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
10
  #
11
11
  # Unless required by applicable law or agreed to in writing,
12
12
  # software distributed under the License is distributed on an
@@ -6,7 +6,7 @@
6
6
  # not use this file except in compliance with the License.
7
7
  # You may obtain a copy of the License at
8
8
  #
9
- # http://www.apache.org/licenses/LICENSE-2.0
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
10
  #
11
11
  # Unless required by applicable law or agreed to in writing,
12
12
  # software distributed under the License is distributed on an
@@ -20,66 +20,56 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
20
20
  require 'elasticsearch/version'
21
21
 
22
22
  Gem::Specification.new do |s|
23
- s.name = "elasticsearch"
23
+ s.name = 'elasticsearch'
24
24
  s.version = Elasticsearch::VERSION
25
- s.authors = ["Karel Minarik"]
26
- s.email = ["karel.minarik@elasticsearch.org"]
27
- s.summary = "Ruby integrations for Elasticsearch"
28
- s.homepage = "http://github.com/elasticsearch/elasticsearch-ruby"
29
- s.license = "Apache-2.0"
30
-
25
+ s.authors = ['Karel Minarik']
26
+ s.email = ['karel.minarik@elasticsearch.org']
27
+ s.summary = 'Ruby integrations for Elasticsearch'
28
+ s.homepage = 'https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/7.x/index.html'
29
+ s.license = 'Apache-2.0'
30
+ s.metadata = {
31
+ 'homepage_uri' => 'https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/7.x/index.html',
32
+ 'changelog_uri' => 'https://github.com/elastic/elasticsearch-ruby/blob/7.x/CHANGELOG.md',
33
+ 'source_code_uri' => 'https://github.com/elastic/elasticsearch-ruby/tree/7.x',
34
+ 'bug_tracker_uri' => 'https://github.com/elastic/elasticsearch-ruby/issues'
35
+ }
31
36
  s.files = `git ls-files`.split($/)
32
37
  s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
33
38
  s.executables << 'elastic_ruby_console'
34
39
  s.test_files = s.files.grep(%r{^(test|spec|features)/})
35
- s.require_paths = ["lib"]
36
- s.bindir = "bin"
40
+ s.require_paths = ['lib']
41
+ s.bindir = 'bin'
37
42
 
38
- s.extra_rdoc_files = [ "README.md", "LICENSE.txt" ]
39
- s.rdoc_options = [ "--charset=UTF-8" ]
43
+ s.extra_rdoc_files = [ 'README.md', 'LICENSE' ]
44
+ s.rdoc_options = [ '--charset=UTF-8' ]
40
45
 
41
- s.required_ruby_version = '>= 1.9'
46
+ s.required_ruby_version = '>= 2.4'
42
47
 
43
- s.add_dependency "elasticsearch-transport", '7.1.0'
44
- s.add_dependency "elasticsearch-api", '7.1.0'
48
+ s.add_dependency 'elasticsearch-transport', '7.8.0'
49
+ s.add_dependency 'elasticsearch-api', '7.8.0'
45
50
 
46
- s.add_development_dependency "bundler"
51
+ s.add_development_dependency 'bundler'
47
52
 
48
- if defined?(RUBY_VERSION) && RUBY_VERSION > '1.9'
49
- s.add_development_dependency "rake", "~> 11.1"
50
- else
51
- s.add_development_dependency "rake", "< 11.0"
52
- end
53
+ s.add_development_dependency 'rake', '~> 11.1'
53
54
 
54
- if defined?(RUBY_VERSION) && RUBY_VERSION > '1.9'
55
- s.add_development_dependency "elasticsearch-extensions"
56
- end
55
+ s.add_development_dependency 'elasticsearch-extensions'
57
56
 
58
- s.add_development_dependency "ansi"
59
- s.add_development_dependency "shoulda-context"
60
- s.add_development_dependency "mocha"
61
- s.add_development_dependency "yard"
62
- s.add_development_dependency "pry"
57
+ s.add_development_dependency 'ansi'
58
+ s.add_development_dependency 'shoulda-context'
59
+ s.add_development_dependency 'mocha'
60
+ s.add_development_dependency 'yard'
61
+ s.add_development_dependency 'pry'
63
62
 
64
- # Prevent unit test failures on Ruby 1.8
65
- if defined?(RUBY_VERSION) && RUBY_VERSION < '1.9'
66
- s.add_development_dependency "test-unit", '~> 2'
67
- s.add_development_dependency "json", '~> 1.8'
68
- end
69
63
 
70
- if defined?(RUBY_VERSION) && RUBY_VERSION > '1.9'
71
- s.add_development_dependency "minitest"
72
- s.add_development_dependency "minitest-reporters"
73
- s.add_development_dependency "ruby-prof" unless defined?(JRUBY_VERSION) || defined?(Rubinius)
74
- s.add_development_dependency "require-prof" unless defined?(JRUBY_VERSION) || defined?(Rubinius)
75
- s.add_development_dependency "simplecov"
76
- s.add_development_dependency "simplecov-rcov"
77
- s.add_development_dependency "cane"
78
- end
64
+ s.add_development_dependency 'minitest'
65
+ s.add_development_dependency 'minitest-reporters'
66
+ s.add_development_dependency 'ruby-prof' unless defined?(JRUBY_VERSION) || defined?(Rubinius)
67
+ s.add_development_dependency 'require-prof' unless defined?(JRUBY_VERSION) || defined?(Rubinius)
68
+ s.add_development_dependency 'simplecov', '~> 0.17', '< 0.18'
69
+ s.add_development_dependency 'simplecov-rcov'
70
+ s.add_development_dependency 'cane'
79
71
 
80
- if defined?(RUBY_VERSION) && RUBY_VERSION > '2.2'
81
- s.add_development_dependency "test-unit", '~> 2'
82
- end
72
+ s.add_development_dependency 'test-unit', '~> 2'
83
73
 
84
74
  s.description = <<-DESC.gsub(/^ /, '')
85
75
  Ruby integrations for Elasticsearch (client, API, etc.)
@@ -6,7 +6,7 @@
6
6
  # not use this file except in compliance with the License.
7
7
  # You may obtain a copy of the License at
8
8
  #
9
- # http://www.apache.org/licenses/LICENSE-2.0
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
10
  #
11
11
  # Unless required by applicable law or agreed to in writing,
12
12
  # software distributed under the License is distributed on an
@@ -16,5 +16,5 @@
16
16
  # under the License.
17
17
 
18
18
  module Elasticsearch
19
- VERSION = "7.1.0"
19
+ VERSION = "7.8.0"
20
20
  end
@@ -6,7 +6,7 @@
6
6
  # not use this file except in compliance with the License.
7
7
  # You may obtain a copy of the License at
8
8
  #
9
- # http://www.apache.org/licenses/LICENSE-2.0
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
10
  #
11
11
  # Unless required by applicable law or agreed to in writing,
12
12
  # software distributed under the License is distributed on an
data/lib/elasticsearch.rb CHANGED
@@ -6,7 +6,7 @@
6
6
  # not use this file except in compliance with the License.
7
7
  # You may obtain a copy of the License at
8
8
  #
9
- # http://www.apache.org/licenses/LICENSE-2.0
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
10
  #
11
11
  # Unless required by applicable law or agreed to in writing,
12
12
  # software distributed under the License is distributed on an
@@ -6,7 +6,7 @@
6
6
  # not use this file except in compliance with the License.
7
7
  # You may obtain a copy of the License at
8
8
  #
9
- # http://www.apache.org/licenses/LICENSE-2.0
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
10
  #
11
11
  # Unless required by applicable law or agreed to in writing,
12
12
  # software distributed under the License is distributed on an
data/test/test_helper.rb CHANGED
@@ -6,7 +6,7 @@
6
6
  # not use this file except in compliance with the License.
7
7
  # You may obtain a copy of the License at
8
8
  #
9
- # http://www.apache.org/licenses/LICENSE-2.0
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
10
  #
11
11
  # Unless required by applicable law or agreed to in writing,
12
12
  # software distributed under the License is distributed on an
@@ -6,7 +6,7 @@
6
6
  # not use this file except in compliance with the License.
7
7
  # You may obtain a copy of the License at
8
8
  #
9
- # http://www.apache.org/licenses/LICENSE-2.0
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
10
  #
11
11
  # Unless required by applicable law or agreed to in writing,
12
12
  # software distributed under the License is distributed on an
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elasticsearch
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.1.0
4
+ version: 7.8.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: 2019-05-22 00:00:00.000000000 Z
11
+ date: 2020-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: elasticsearch-transport
@@ -16,28 +16,28 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 7.1.0
19
+ version: 7.8.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 7.1.0
26
+ version: 7.8.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: elasticsearch-api
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 7.1.0
33
+ version: 7.8.0
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
- version: 7.1.0
40
+ version: 7.8.0
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: bundler
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -210,16 +210,22 @@ dependencies:
210
210
  name: simplecov
211
211
  requirement: !ruby/object:Gem::Requirement
212
212
  requirements:
213
- - - ">="
213
+ - - "~>"
214
214
  - !ruby/object:Gem::Version
215
- version: '0'
215
+ version: '0.17'
216
+ - - "<"
217
+ - !ruby/object:Gem::Version
218
+ version: '0.18'
216
219
  type: :development
217
220
  prerelease: false
218
221
  version_requirements: !ruby/object:Gem::Requirement
219
222
  requirements:
220
- - - ">="
223
+ - - "~>"
221
224
  - !ruby/object:Gem::Version
222
- version: '0'
225
+ version: '0.17'
226
+ - - "<"
227
+ - !ruby/object:Gem::Version
228
+ version: '0.18'
223
229
  - !ruby/object:Gem::Dependency
224
230
  name: simplecov-rcov
225
231
  requirement: !ruby/object:Gem::Requirement
@@ -264,7 +270,7 @@ dependencies:
264
270
  version: '2'
265
271
  description: 'Ruby integrations for Elasticsearch (client, API, etc.)
266
272
 
267
- '
273
+ '
268
274
  email:
269
275
  - karel.minarik@elasticsearch.org
270
276
  executables:
@@ -272,11 +278,11 @@ executables:
272
278
  extensions: []
273
279
  extra_rdoc_files:
274
280
  - README.md
275
- - LICENSE.txt
281
+ - LICENSE
276
282
  files:
277
283
  - ".gitignore"
278
284
  - Gemfile
279
- - LICENSE.txt
285
+ - LICENSE
280
286
  - README.md
281
287
  - Rakefile
282
288
  - bin/elastic_ruby_console
@@ -287,10 +293,14 @@ files:
287
293
  - test/integration/client_integration_test.rb
288
294
  - test/test_helper.rb
289
295
  - test/unit/wrapper_gem_test.rb
290
- homepage: http://github.com/elasticsearch/elasticsearch-ruby
296
+ homepage: https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/7.x/index.html
291
297
  licenses:
292
298
  - Apache-2.0
293
- metadata: {}
299
+ metadata:
300
+ homepage_uri: https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/7.x/index.html
301
+ changelog_uri: https://github.com/elastic/elasticsearch-ruby/blob/7.x/CHANGELOG.md
302
+ source_code_uri: https://github.com/elastic/elasticsearch-ruby/tree/7.x
303
+ bug_tracker_uri: https://github.com/elastic/elasticsearch-ruby/issues
294
304
  post_install_message:
295
305
  rdoc_options:
296
306
  - "--charset=UTF-8"
@@ -300,14 +310,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
300
310
  requirements:
301
311
  - - ">="
302
312
  - !ruby/object:Gem::Version
303
- version: '1.9'
313
+ version: '2.4'
304
314
  required_rubygems_version: !ruby/object:Gem::Requirement
305
315
  requirements:
306
316
  - - ">="
307
317
  - !ruby/object:Gem::Version
308
318
  version: '0'
309
319
  requirements: []
310
- rubygems_version: 3.0.3
320
+ rubygems_version: 3.1.2
311
321
  signing_key:
312
322
  specification_version: 4
313
323
  summary: Ruby integrations for Elasticsearch