elasticgraph-support 1.0.0.rc1 → 1.0.0.rc3
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 +4 -4
- data/README.md +51 -0
- data/lib/elastic_graph/version.rb +1 -1
- metadata +6 -26
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7277b1da4fa25aeadb8d8c8a1c1c687dc0a40596c17577cbab5b2b764e0bf97b
|
4
|
+
data.tar.gz: b9a0a80fe13ad065294361492a2354bb2d539393b04477e2ad460e97bcbcce39
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ad30a0632fadec14e0e38b5e5cc155817ebbd7a4f50f1c03b1bd953727147afe8467282c96c755dd67730e2d36939665f4eac2bdc6401a6ffa84573673e0cb60
|
7
|
+
data.tar.gz: 9b21f0ce9f9d127adb5009a56c23b506653468b4a1499459aa3a799bf0090766b9ad1191d5b500989986f9b7d9ff08508cd829a7dc5e8d9b7f84b67f401acf18
|
data/README.md
CHANGED
@@ -5,3 +5,54 @@ such, it is not intended to provide any public APIs for ElasticGraph users.
|
|
5
5
|
|
6
6
|
Importantly, it is intended to have as few dependencies as possible: it currently
|
7
7
|
only depends on `logger` (which originated in the Ruby standard library).
|
8
|
+
|
9
|
+
## Dependency Diagram
|
10
|
+
|
11
|
+
```mermaid
|
12
|
+
graph LR;
|
13
|
+
classDef targetGemStyle fill:#FADBD8,stroke:#EC7063,color:#000,stroke-width:2px;
|
14
|
+
classDef otherEgGemStyle fill:#A9DFBF,stroke:#2ECC71,color:#000;
|
15
|
+
classDef externalGemStyle fill:#E0EFFF,stroke:#70A1D7,color:#2980B9;
|
16
|
+
elasticgraph-support["elasticgraph-support"];
|
17
|
+
class elasticgraph-support targetGemStyle;
|
18
|
+
logger["logger"];
|
19
|
+
elasticgraph-support --> logger;
|
20
|
+
class logger externalGemStyle;
|
21
|
+
elasticgraph["elasticgraph"];
|
22
|
+
elasticgraph --> elasticgraph-support;
|
23
|
+
class elasticgraph otherEgGemStyle;
|
24
|
+
elasticgraph-admin["elasticgraph-admin"];
|
25
|
+
elasticgraph-admin --> elasticgraph-support;
|
26
|
+
class elasticgraph-admin otherEgGemStyle;
|
27
|
+
elasticgraph-apollo["elasticgraph-apollo"];
|
28
|
+
elasticgraph-apollo --> elasticgraph-support;
|
29
|
+
class elasticgraph-apollo otherEgGemStyle;
|
30
|
+
elasticgraph-datastore_core["elasticgraph-datastore_core"];
|
31
|
+
elasticgraph-datastore_core --> elasticgraph-support;
|
32
|
+
class elasticgraph-datastore_core otherEgGemStyle;
|
33
|
+
elasticgraph-elasticsearch["elasticgraph-elasticsearch"];
|
34
|
+
elasticgraph-elasticsearch --> elasticgraph-support;
|
35
|
+
class elasticgraph-elasticsearch otherEgGemStyle;
|
36
|
+
elasticgraph-health_check["elasticgraph-health_check"];
|
37
|
+
elasticgraph-health_check --> elasticgraph-support;
|
38
|
+
class elasticgraph-health_check otherEgGemStyle;
|
39
|
+
elasticgraph-indexer["elasticgraph-indexer"];
|
40
|
+
elasticgraph-indexer --> elasticgraph-support;
|
41
|
+
class elasticgraph-indexer otherEgGemStyle;
|
42
|
+
elasticgraph-json_schema["elasticgraph-json_schema"];
|
43
|
+
elasticgraph-json_schema --> elasticgraph-support;
|
44
|
+
class elasticgraph-json_schema otherEgGemStyle;
|
45
|
+
elasticgraph-opensearch["elasticgraph-opensearch"];
|
46
|
+
elasticgraph-opensearch --> elasticgraph-support;
|
47
|
+
class elasticgraph-opensearch otherEgGemStyle;
|
48
|
+
elasticgraph-query_registry["elasticgraph-query_registry"];
|
49
|
+
elasticgraph-query_registry --> elasticgraph-support;
|
50
|
+
class elasticgraph-query_registry otherEgGemStyle;
|
51
|
+
elasticgraph-schema_artifacts["elasticgraph-schema_artifacts"];
|
52
|
+
elasticgraph-schema_artifacts --> elasticgraph-support;
|
53
|
+
class elasticgraph-schema_artifacts otherEgGemStyle;
|
54
|
+
elasticgraph-schema_definition["elasticgraph-schema_definition"];
|
55
|
+
elasticgraph-schema_definition --> elasticgraph-support;
|
56
|
+
class elasticgraph-schema_definition otherEgGemStyle;
|
57
|
+
click logger href "https://rubygems.org/gems/logger" "Open on RubyGems.org" _blank;
|
58
|
+
```
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: elasticgraph-support
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.0.
|
4
|
+
version: 1.0.0.rc3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Myron Marston
|
@@ -34,7 +34,7 @@ dependencies:
|
|
34
34
|
version: '2.13'
|
35
35
|
- - ">="
|
36
36
|
- !ruby/object:Gem::Version
|
37
|
-
version: 2.13.
|
37
|
+
version: 2.13.2
|
38
38
|
type: :development
|
39
39
|
prerelease: false
|
40
40
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -44,27 +44,7 @@ dependencies:
|
|
44
44
|
version: '2.13'
|
45
45
|
- - ">="
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version: 2.13.
|
48
|
-
- !ruby/object:Gem::Dependency
|
49
|
-
name: rake
|
50
|
-
requirement: !ruby/object:Gem::Requirement
|
51
|
-
requirements:
|
52
|
-
- - "~>"
|
53
|
-
- !ruby/object:Gem::Version
|
54
|
-
version: '13.2'
|
55
|
-
- - ">="
|
56
|
-
- !ruby/object:Gem::Version
|
57
|
-
version: 13.2.1
|
58
|
-
type: :development
|
59
|
-
prerelease: false
|
60
|
-
version_requirements: !ruby/object:Gem::Requirement
|
61
|
-
requirements:
|
62
|
-
- - "~>"
|
63
|
-
- !ruby/object:Gem::Version
|
64
|
-
version: '13.2'
|
65
|
-
- - ">="
|
66
|
-
- !ruby/object:Gem::Version
|
67
|
-
version: 13.2.1
|
47
|
+
version: 2.13.2
|
68
48
|
email:
|
69
49
|
- myron@squareup.com
|
70
50
|
executables: []
|
@@ -93,10 +73,10 @@ licenses:
|
|
93
73
|
- MIT
|
94
74
|
metadata:
|
95
75
|
bug_tracker_uri: https://github.com/block/elasticgraph/issues
|
96
|
-
changelog_uri: https://github.com/block/elasticgraph/releases/tag/v1.0.0.
|
97
|
-
documentation_uri: https://block.github.io/elasticgraph/api-docs/v1.0.0.
|
76
|
+
changelog_uri: https://github.com/block/elasticgraph/releases/tag/v1.0.0.rc3
|
77
|
+
documentation_uri: https://block.github.io/elasticgraph/api-docs/v1.0.0.rc3/
|
98
78
|
homepage_uri: https://block.github.io/elasticgraph/
|
99
|
-
source_code_uri: https://github.com/block/elasticgraph/tree/v1.0.0.
|
79
|
+
source_code_uri: https://github.com/block/elasticgraph/tree/v1.0.0.rc3/elasticgraph-support
|
100
80
|
gem_category: core
|
101
81
|
rdoc_options: []
|
102
82
|
require_paths:
|