elasticgraph-support 0.19.1.0 → 0.19.1.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 +1 -1
- data/lib/elastic_graph/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c5011690a4632f61ad8385954fdd40dc642910f857639c0ecd9b18ab92cd3ac5
|
|
4
|
+
data.tar.gz: 74ff3c94eb4c6b4d118a9894e62d8c901cead6eda46468d34e453db5a4bd5b21
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0c31e5517580458e1ce45a410f865e11c79e2105dc36e4d1b76579c4b401f6a0b95a5f9e6ffc39dadfc4b60c38b24e43f9d98bf84f215d6dfdd14d76b5295104
|
|
7
|
+
data.tar.gz: 2985360c094becc9b0c5984b2974273f876e09ecc65656e54e32cbac761a9d2d3326bb28d43ec0653491969ca7cef144f51be3a067307ec53f51e160c7ce9f71
|
|
@@ -125,7 +125,7 @@ module ElasticGraph
|
|
|
125
125
|
#
|
|
126
126
|
# Note: this constant is automatically kept up-to-date by our `schema_artifacts:dump` rake task.
|
|
127
127
|
# @private
|
|
128
|
-
INDEX_DATA_UPDATE_SCRIPT_ID = "
|
|
128
|
+
INDEX_DATA_UPDATE_SCRIPT_ID = "update_index_data_38ea36e5b48fc1566d4142e9fc44b12e"
|
|
129
129
|
|
|
130
130
|
# The id of the old version of the update data script before ElasticGraph v0.9. For now, we are maintaining
|
|
131
131
|
# backwards compatibility with how it recorded event versions, and we have test coverage for that which relies
|
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.1.
|
|
4
|
+
version: 0.19.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Myron Marston
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2025-02-
|
|
13
|
+
date: 2025-02-07 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: logger
|
|
@@ -89,10 +89,10 @@ licenses:
|
|
|
89
89
|
- MIT
|
|
90
90
|
metadata:
|
|
91
91
|
bug_tracker_uri: https://github.com/block/elasticgraph/issues
|
|
92
|
-
changelog_uri: https://github.com/block/elasticgraph/releases/tag/v0.19.1.
|
|
92
|
+
changelog_uri: https://github.com/block/elasticgraph/releases/tag/v0.19.1.1
|
|
93
93
|
documentation_uri: https://block.github.io/elasticgraph/docs/main/
|
|
94
94
|
homepage_uri: https://block.github.io/elasticgraph/
|
|
95
|
-
source_code_uri: https://github.com/block/elasticgraph/tree/v0.19.1.
|
|
95
|
+
source_code_uri: https://github.com/block/elasticgraph/tree/v0.19.1.1/elasticgraph-support
|
|
96
96
|
gem_category: core
|
|
97
97
|
post_install_message:
|
|
98
98
|
rdoc_options: []
|