elasticgraph-support 1.0.0.rc1 → 1.0.0.rc2

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: 1fa7e2caaac86c42c1b4d1a1dab5fa2b72228dfb80f9449d17c9d292d1153347
4
- data.tar.gz: 7e39480070b038040aa796b6e9f196d2be2d461c354f5ff5f9c1989cf5caa8bb
3
+ metadata.gz: 0ab8da799e9095e564a0d49a79fc1eabbdcb4b4643eeb47a980c749a485ac71b
4
+ data.tar.gz: 2c67ec5719316ec6cf05258a5a363b76704f531f089ea4e8d968adf00b365c91
5
5
  SHA512:
6
- metadata.gz: fbc2e99b97a1aaad4a9504c41d7a3df7e32ed6864c4c5ac883c60abcdf0cdbe599dad63b5f15bfd18eb0cba981eab8fa53ce9e04e6980b04399c1faf1a8d7392
7
- data.tar.gz: '0902eb343c035cad60cc3f4a20ce65086ce28c84e16674209f8400b24d7ea1637111e846d39570d44a7cfa315b029695c2701e2f92907bd8f8019aa246f7c7cd'
6
+ metadata.gz: ce87e0d3c3edf4bd66e4892b1be202d54347e084d9dfca8a66030111e9a1d767ee74b871e4cb8f2f0646d416f2af2372ff1a372b06a483ea0876de75dc02a89d
7
+ data.tar.gz: 513b3fa97e64ee1a5b465a9ecf50417cbf8591102788415daf37cf65703aa740cc647eb6d7fd0f4a550fcf1fae9a27ea8dd73bc6afbc8150b0ca862892e2ef31
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
+ ```
@@ -8,7 +8,7 @@
8
8
 
9
9
  module ElasticGraph
10
10
  # The version of all ElasticGraph gems.
11
- VERSION = "1.0.0.rc1"
11
+ VERSION = "1.0.0.rc2"
12
12
 
13
13
  # Steep weirdly expects this here...
14
14
  # @dynamic self.define_schema
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.rc1
4
+ version: 1.0.0.rc2
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.1
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.1
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.rc1
97
- documentation_uri: https://block.github.io/elasticgraph/api-docs/v1.0.0.rc1/
76
+ changelog_uri: https://github.com/block/elasticgraph/releases/tag/v1.0.0.rc2
77
+ documentation_uri: https://block.github.io/elasticgraph/api-docs/v1.0.0.rc2/
98
78
  homepage_uri: https://block.github.io/elasticgraph/
99
- source_code_uri: https://github.com/block/elasticgraph/tree/v1.0.0.rc1/elasticgraph-support
79
+ source_code_uri: https://github.com/block/elasticgraph/tree/v1.0.0.rc2/elasticgraph-support
100
80
  gem_category: core
101
81
  rdoc_options: []
102
82
  require_paths: