elasticgraph-graphql_lambda 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 +4 -4
- data/README.md +17 -0
- metadata +12 -12
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a01d0a93f3bc12abd62e0928b2ffcd135e3ba8c3b0376efbe02a06ad1ff13296
|
4
|
+
data.tar.gz: 040f7cb7a24cd0a9812fc2bd1becadd0bf3c6db9394ec7a815dd39a5ca87f7a6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c2c80f4b28c8fe155bc4caca0d5283100dccd31ec102e80d3ccb7d4818b3cc66fe5d45547f1356540aca5f77c1927641bbb1925e56196105c5d5855ecf051845
|
7
|
+
data.tar.gz: 3ebdd89d20b1b3fedba58250f3498463ec28d1ed5d2242355c3acc1240947238fcd6d6a79db1f9536f12bbe8b5b8b12ccd18ad44162131cfb6beaded1b35a750
|
data/README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
1
1
|
# ElasticGraph::GraphQLLambda
|
2
2
|
|
3
3
|
This gem wraps `elasticgraph-graphql` in order to run it from an AWS Lambda.
|
4
|
+
|
5
|
+
## Dependency Diagram
|
6
|
+
|
7
|
+
```mermaid
|
8
|
+
graph LR;
|
9
|
+
classDef targetGemStyle fill:#FADBD8,stroke:#EC7063,color:#000,stroke-width:2px;
|
10
|
+
classDef otherEgGemStyle fill:#A9DFBF,stroke:#2ECC71,color:#000;
|
11
|
+
classDef externalGemStyle fill:#E0EFFF,stroke:#70A1D7,color:#2980B9;
|
12
|
+
elasticgraph-graphql_lambda["elasticgraph-graphql_lambda"];
|
13
|
+
class elasticgraph-graphql_lambda targetGemStyle;
|
14
|
+
elasticgraph-graphql["elasticgraph-graphql"];
|
15
|
+
elasticgraph-graphql_lambda --> elasticgraph-graphql;
|
16
|
+
class elasticgraph-graphql otherEgGemStyle;
|
17
|
+
elasticgraph-lambda_support["elasticgraph-lambda_support"];
|
18
|
+
elasticgraph-graphql_lambda --> elasticgraph-lambda_support;
|
19
|
+
class elasticgraph-lambda_support otherEgGemStyle;
|
20
|
+
```
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: elasticgraph-graphql_lambda
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.0.
|
4
|
+
version: 1.0.0.rc2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Myron Marston
|
@@ -17,56 +17,56 @@ dependencies:
|
|
17
17
|
requirements:
|
18
18
|
- - '='
|
19
19
|
- !ruby/object:Gem::Version
|
20
|
-
version: 1.0.0.
|
20
|
+
version: 1.0.0.rc2
|
21
21
|
type: :runtime
|
22
22
|
prerelease: false
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
24
24
|
requirements:
|
25
25
|
- - '='
|
26
26
|
- !ruby/object:Gem::Version
|
27
|
-
version: 1.0.0.
|
27
|
+
version: 1.0.0.rc2
|
28
28
|
- !ruby/object:Gem::Dependency
|
29
29
|
name: elasticgraph-lambda_support
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
31
31
|
requirements:
|
32
32
|
- - '='
|
33
33
|
- !ruby/object:Gem::Version
|
34
|
-
version: 1.0.0.
|
34
|
+
version: 1.0.0.rc2
|
35
35
|
type: :runtime
|
36
36
|
prerelease: false
|
37
37
|
version_requirements: !ruby/object:Gem::Requirement
|
38
38
|
requirements:
|
39
39
|
- - '='
|
40
40
|
- !ruby/object:Gem::Version
|
41
|
-
version: 1.0.0.
|
41
|
+
version: 1.0.0.rc2
|
42
42
|
- !ruby/object:Gem::Dependency
|
43
43
|
name: elasticgraph-elasticsearch
|
44
44
|
requirement: !ruby/object:Gem::Requirement
|
45
45
|
requirements:
|
46
46
|
- - '='
|
47
47
|
- !ruby/object:Gem::Version
|
48
|
-
version: 1.0.0.
|
48
|
+
version: 1.0.0.rc2
|
49
49
|
type: :development
|
50
50
|
prerelease: false
|
51
51
|
version_requirements: !ruby/object:Gem::Requirement
|
52
52
|
requirements:
|
53
53
|
- - '='
|
54
54
|
- !ruby/object:Gem::Version
|
55
|
-
version: 1.0.0.
|
55
|
+
version: 1.0.0.rc2
|
56
56
|
- !ruby/object:Gem::Dependency
|
57
57
|
name: elasticgraph-query_registry
|
58
58
|
requirement: !ruby/object:Gem::Requirement
|
59
59
|
requirements:
|
60
60
|
- - '='
|
61
61
|
- !ruby/object:Gem::Version
|
62
|
-
version: 1.0.0.
|
62
|
+
version: 1.0.0.rc2
|
63
63
|
type: :development
|
64
64
|
prerelease: false
|
65
65
|
version_requirements: !ruby/object:Gem::Requirement
|
66
66
|
requirements:
|
67
67
|
- - '='
|
68
68
|
- !ruby/object:Gem::Version
|
69
|
-
version: 1.0.0.
|
69
|
+
version: 1.0.0.rc2
|
70
70
|
email:
|
71
71
|
- myron@squareup.com
|
72
72
|
executables: []
|
@@ -83,10 +83,10 @@ licenses:
|
|
83
83
|
- MIT
|
84
84
|
metadata:
|
85
85
|
bug_tracker_uri: https://github.com/block/elasticgraph/issues
|
86
|
-
changelog_uri: https://github.com/block/elasticgraph/releases/tag/v1.0.0.
|
87
|
-
documentation_uri: https://block.github.io/elasticgraph/api-docs/v1.0.0.
|
86
|
+
changelog_uri: https://github.com/block/elasticgraph/releases/tag/v1.0.0.rc2
|
87
|
+
documentation_uri: https://block.github.io/elasticgraph/api-docs/v1.0.0.rc2/
|
88
88
|
homepage_uri: https://block.github.io/elasticgraph/
|
89
|
-
source_code_uri: https://github.com/block/elasticgraph/tree/v1.0.0.
|
89
|
+
source_code_uri: https://github.com/block/elasticgraph/tree/v1.0.0.rc2/elasticgraph-graphql_lambda
|
90
90
|
gem_category: lambda
|
91
91
|
rdoc_options: []
|
92
92
|
require_paths:
|