elasticsearch-xpack 7.0.0 → 7.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e6754693a2ab8dc31db26f409ecbeb27775a8b990509ca64c9e842e4c5f7baa8
4
- data.tar.gz: cfd58647d8bdbbac2081bb4ebe730a1f096f9b05307def72f9f260bd73751789
3
+ metadata.gz: d6e75bd2157f47c3b022073853f3533977843ae665bfbc8b325ef0c946d008f9
4
+ data.tar.gz: 5d80ea3c8adcb4acbebf852f4298f3ae9a27eb29dfe782bd8fa0a817f5b0a54c
5
5
  SHA512:
6
- metadata.gz: a2c24bac857594771fc7b204138f42ca6e6f6317c53647106de78f2cb680de57f835fb9b80144267b9ceff6712c37a2be424abb51bcc9cafc1e98f5b7d7a185f
7
- data.tar.gz: f96d117c2a325d64fad1ac200dad5945cfefe03068acf0e5d73c03427200069ca54b5f0327d40bcc1c46735eb88a615eb86cb72cf33ab5415f26ed73205933d5
6
+ metadata.gz: 1f3fdf0d4114343caef01d8a2f53f509e964f9b86756764f3f105f4e506f1628d9e9d993c2ef3a671cedaf4eea81fc1fbca3d9257963747e8862ac51a1f173fd
7
+ data.tar.gz: 6a21ac98a5a0282bd692773630ac808cf09ffec53fb0484789ccbd7d8791e4c5323ed8b57f376db274fd8502f96681c8bdf3b8dbf119803a3aa7e10160e938e1
data/README.md CHANGED
@@ -45,16 +45,19 @@ Elasticsearch node with the full X-Pack license preinstalled.
45
45
 
46
46
  This software is licensed under the Apache 2 license, quoted below.
47
47
 
48
- Copyright (c) 2016 Elasticsearch <http://www.elasticsearch.org>
49
-
50
- Licensed under the Apache License, Version 2.0 (the "License");
51
- you may not use this file except in compliance with the License.
48
+ Licensed to Elasticsearch B.V. under one or more contributor
49
+ license agreements. See the NOTICE file distributed with
50
+ this work for additional information regarding copyright
51
+ ownership. Elasticsearch B.V. licenses this file to you under
52
+ the Apache License, Version 2.0 (the "License"); you may
53
+ not use this file except in compliance with the License.
52
54
  You may obtain a copy of the License at
53
-
54
- http://www.apache.org/licenses/LICENSE-2.0
55
-
56
- Unless required by applicable law or agreed to in writing, software
57
- distributed under the License is distributed on an "AS IS" BASIS,
58
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
59
- See the License for the specific language governing permissions and
60
- limitations under the License.
55
+
56
+ http://www.apache.org/licenses/LICENSE-2.0
57
+
58
+ Unless required by applicable law or agreed to in writing,
59
+ software distributed under the License is distributed on an
60
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
61
+ KIND, either express or implied. See the License for the
62
+ specific language governing permissions and limitations
63
+ under the License.
@@ -17,6 +17,6 @@
17
17
 
18
18
  module Elasticsearch
19
19
  module XPack
20
- VERSION = "7.0.0"
20
+ VERSION = "7.1.0"
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elasticsearch-xpack
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.0.0
4
+ version: 7.1.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-04-30 00:00:00.000000000 Z
11
+ date: 2019-05-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler