elasticgraph-support 0.19.2.0 → 0.19.2.1
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/lib/elastic_graph/constants.rb +4 -0
- data/lib/elastic_graph/version.rb +1 -1
- metadata +7 -13
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 319d6a49ad00e0f14902145d626c347f15a02d2a3796c3f68905da7974580513
|
4
|
+
data.tar.gz: dfcb39b4e9a116a36981414c473b2537d1591e617a0a716823badfead5106bc4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ae40ab372733d3106d385d198fcc1cc7e4c9d95dba3205e0717392ea3e718f8fe8dc5b3909d4bd97f6066feed564db361853d4110b7972d000e26d15d7cbc9c4
|
7
|
+
data.tar.gz: 1417f16e24819a3060e6c7de32bbc07091e78b262f5d8476043d091273194e54a464a94fa6f942a27eea510230b860677f9caf1c6e011c34655015f9514f44b5
|
@@ -253,6 +253,10 @@ module ElasticGraph
|
|
253
253
|
# @private
|
254
254
|
GRAPHQL_LAMBDA_AWS_ARN_HEADER = "X-AWS-LAMBDA-CALLER-ARN"
|
255
255
|
|
256
|
+
# The name of the visibility profile we use with the GraphQL gem.
|
257
|
+
# @private
|
258
|
+
VISIBILITY_PROFILE = :main
|
259
|
+
|
256
260
|
# TODO(steep): it complains about `define_schema` not being defined but it is defined
|
257
261
|
# in another file; I shouldn't have to say it's dynamic here. For now this works though.
|
258
262
|
# @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: 0.19.2.
|
4
|
+
version: 0.19.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Myron Marston
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
- Block Engineering
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2025-04-
|
12
|
+
date: 2025-04-24 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: logger
|
@@ -31,20 +31,14 @@ dependencies:
|
|
31
31
|
requirements:
|
32
32
|
- - "~>"
|
33
33
|
- !ruby/object:Gem::Version
|
34
|
-
version: '2.
|
35
|
-
- - ">="
|
36
|
-
- !ruby/object:Gem::Version
|
37
|
-
version: 2.12.2
|
34
|
+
version: '2.13'
|
38
35
|
type: :development
|
39
36
|
prerelease: false
|
40
37
|
version_requirements: !ruby/object:Gem::Requirement
|
41
38
|
requirements:
|
42
39
|
- - "~>"
|
43
40
|
- !ruby/object:Gem::Version
|
44
|
-
version: '2.
|
45
|
-
- - ">="
|
46
|
-
- !ruby/object:Gem::Version
|
47
|
-
version: 2.12.2
|
41
|
+
version: '2.13'
|
48
42
|
- !ruby/object:Gem::Dependency
|
49
43
|
name: rake
|
50
44
|
requirement: !ruby/object:Gem::Requirement
|
@@ -93,10 +87,10 @@ licenses:
|
|
93
87
|
- MIT
|
94
88
|
metadata:
|
95
89
|
bug_tracker_uri: https://github.com/block/elasticgraph/issues
|
96
|
-
changelog_uri: https://github.com/block/elasticgraph/releases/tag/v0.19.2.
|
97
|
-
documentation_uri: https://block.github.io/elasticgraph/api-docs/v0.19.2.
|
90
|
+
changelog_uri: https://github.com/block/elasticgraph/releases/tag/v0.19.2.1
|
91
|
+
documentation_uri: https://block.github.io/elasticgraph/api-docs/v0.19.2.1/
|
98
92
|
homepage_uri: https://block.github.io/elasticgraph/
|
99
|
-
source_code_uri: https://github.com/block/elasticgraph/tree/v0.19.2.
|
93
|
+
source_code_uri: https://github.com/block/elasticgraph/tree/v0.19.2.1/elasticgraph-support
|
100
94
|
gem_category: core
|
101
95
|
rdoc_options: []
|
102
96
|
require_paths:
|