elasticgraph-support 0.19.0.0.rc1 → 0.19.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/elastic_graph/version.rb +1 -1
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0a193352b5ff270c94cbc560947d3cd95f447b0ae382aa01776edc55979fbffc
4
- data.tar.gz: 2c641e634b2f3ce460215a0ef3d6ec34d4552ebc020ba7971ac1ae0b2ee9b9e5
3
+ metadata.gz: 2facffb5553eee5b234725c03cf279f781df01a90c1422e3556b3ac82cc4ad29
4
+ data.tar.gz: eb1e3c7713559588696c4c03889e2e89be06fc082b6f632f334d96e22e2aac9a
5
5
  SHA512:
6
- metadata.gz: 18027b60fd812f32fcf60b94ff40a3883a374ec105bd8dd2c35f503cf429ff81dfb58463f8943fa87139e57797bf740fdfcb89e75df33dd8069a4da7fdf1454f
7
- data.tar.gz: 92cdf122aa05b9feb9a4077429537c9a74d5df61e73f50704530e58814adb54a1c80360c5e0189e033e3fae8ffa463d7b4db63f491d56db5f54653d75c663a66
6
+ metadata.gz: 197ad003e78097553b79268a456e21b6497c0a8b070c9abf3da2645f1f4a388eca9f00593a38e340ca24e3dce8cd9f49467e0199749d3feddcb78f36ba86c8c6
7
+ data.tar.gz: 6a7321210c919a7bf8fafc2fe4626ae3dee7d67808cf98217ac8f2801443143b86d6c6dff6e77c0d9345ba712892a0c210624f9ce628cd6b5d7e94e263855c46
@@ -8,7 +8,7 @@
8
8
 
9
9
  module ElasticGraph
10
10
  # The version of all ElasticGraph gems.
11
- VERSION = "0.19.0.0.rc1"
11
+ VERSION = "0.19.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: 0.19.0.0.rc1
4
+ version: 0.19.0.0.rc2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Myron Marston
@@ -250,10 +250,10 @@ licenses:
250
250
  - MIT
251
251
  metadata:
252
252
  bug_tracker_uri: https://github.com/block/elasticgraph/issues
253
- changelog_uri: https://github.com/block/elasticgraph/releases/tag/v0.19.0.0.rc1
253
+ changelog_uri: https://github.com/block/elasticgraph/releases/tag/v0.19.0.0.rc2
254
254
  documentation_uri: https://block.github.io/elasticgraph/docs/main/
255
255
  homepage_uri: https://block.github.io/elasticgraph/
256
- source_code_uri: https://github.com/block/elasticgraph/tree/v0.19.0.0.rc1/elasticgraph-support
256
+ source_code_uri: https://github.com/block/elasticgraph/tree/v0.19.0.0.rc2/elasticgraph-support
257
257
  gem_category: core
258
258
  post_install_message:
259
259
  rdoc_options: []