elasticgraph-support 0.19.1.0 → 0.19.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 58c0c4e6792812a3448d98497f47797571451f806f27cb7b79c613d0d2b165e8
4
- data.tar.gz: 37170e5f408a1cdb8aae025929a4e7fd1226508138e611e4cceaa7a49d05aed6
3
+ metadata.gz: c5011690a4632f61ad8385954fdd40dc642910f857639c0ecd9b18ab92cd3ac5
4
+ data.tar.gz: 74ff3c94eb4c6b4d118a9894e62d8c901cead6eda46468d34e453db5a4bd5b21
5
5
  SHA512:
6
- metadata.gz: 25a16ed145d3f3edfc1109d7f81610b1f69b4f218394e343db540f7de11a99ee60549f0c937027d12fe9815b2f2424f33db35d305fcc0b1d378d05cad6ab7e21
7
- data.tar.gz: 3b35eece952190c3d700f62832f4363b5ddca035e9c5745b81baca8c5032298712b36dbf200bab5f4a5e5a34d904c461b4afa022e05b2b881823a83a16df7440
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 = "update_index_data_d577eb4b07ee3c53b59f2f6d6c7b2413"
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
@@ -8,7 +8,7 @@
8
8
 
9
9
  module ElasticGraph
10
10
  # The version of all ElasticGraph gems.
11
- VERSION = "0.19.1.0"
11
+ VERSION = "0.19.1.1"
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: 0.19.1.0
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-06 00:00:00.000000000 Z
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.0
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.0/elasticgraph-support
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: []