elasticsearch-xpack 7.0.0 → 7.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +15 -12
- data/lib/elasticsearch/xpack/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d6e75bd2157f47c3b022073853f3533977843ae665bfbc8b325ef0c946d008f9
|
4
|
+
data.tar.gz: 5d80ea3c8adcb4acbebf852f4298f3ae9a27eb29dfe782bd8fa0a817f5b0a54c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
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
|
-
|
55
|
-
|
56
|
-
Unless required by applicable law or agreed to in writing,
|
57
|
-
distributed under the License is distributed on an
|
58
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
59
|
-
See the License for the
|
60
|
-
|
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.
|
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.
|
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-
|
11
|
+
date: 2019-05-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|