elasticgraph-support 1.0.0.rc3 → 1.0.0.rc4

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 +8 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7277b1da4fa25aeadb8d8c8a1c1c687dc0a40596c17577cbab5b2b764e0bf97b
4
- data.tar.gz: b9a0a80fe13ad065294361492a2354bb2d539393b04477e2ad460e97bcbcce39
3
+ metadata.gz: a487f8ccb19ddb241e75c7cb4d559f8a8256561caa9bbcb30afb1ad7f5a79ff2
4
+ data.tar.gz: 2eeab837c3c3496d90661a811c8d99f49572b309567f6fdc7abf8c55d38ffb32
5
5
  SHA512:
6
- metadata.gz: ad30a0632fadec14e0e38b5e5cc155817ebbd7a4f50f1c03b1bd953727147afe8467282c96c755dd67730e2d36939665f4eac2bdc6401a6ffa84573673e0cb60
7
- data.tar.gz: 9b21f0ce9f9d127adb5009a56c23b506653468b4a1499459aa3a799bf0090766b9ad1191d5b500989986f9b7d9ff08508cd829a7dc5e8d9b7f84b67f401acf18
6
+ metadata.gz: e76c912b45e9c73bec9561395a3beab493f6c728f59ef9f15cbcbabebcc95db06e68d74353b1ac4e1f6776084c8b64e9572feee6ebc8c041639cafeeb058f4c5
7
+ data.tar.gz: 2574a6ea55d5883bfe0b1a0ecef83208a170dbf1a6308e6ea96e5d2796ea1d5d90832834025e1e706f5cb4d3616c5d270d605b407a687249162f2bc4943614cf
@@ -8,7 +8,7 @@
8
8
 
9
9
  module ElasticGraph
10
10
  # The version of all ElasticGraph gems.
11
- VERSION = "1.0.0.rc3"
11
+ VERSION = "1.0.0.rc4"
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: 1.0.0.rc3
4
+ version: 1.0.0.rc4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Myron Marston
@@ -34,7 +34,7 @@ dependencies:
34
34
  version: '2.13'
35
35
  - - ">="
36
36
  - !ruby/object:Gem::Version
37
- version: 2.13.2
37
+ version: 2.13.4
38
38
  type: :development
39
39
  prerelease: false
40
40
  version_requirements: !ruby/object:Gem::Requirement
@@ -44,7 +44,7 @@ dependencies:
44
44
  version: '2.13'
45
45
  - - ">="
46
46
  - !ruby/object:Gem::Version
47
- version: 2.13.2
47
+ version: 2.13.4
48
48
  email:
49
49
  - myron@squareup.com
50
50
  executables: []
@@ -73,10 +73,10 @@ licenses:
73
73
  - MIT
74
74
  metadata:
75
75
  bug_tracker_uri: https://github.com/block/elasticgraph/issues
76
- changelog_uri: https://github.com/block/elasticgraph/releases/tag/v1.0.0.rc3
77
- documentation_uri: https://block.github.io/elasticgraph/api-docs/v1.0.0.rc3/
76
+ changelog_uri: https://github.com/block/elasticgraph/releases/tag/v1.0.0.rc4
77
+ documentation_uri: https://block.github.io/elasticgraph/api-docs/v1.0.0.rc4/
78
78
  homepage_uri: https://block.github.io/elasticgraph/
79
- source_code_uri: https://github.com/block/elasticgraph/tree/v1.0.0.rc3/elasticgraph-support
79
+ source_code_uri: https://github.com/block/elasticgraph/tree/v1.0.0.rc4/elasticgraph-support
80
80
  gem_category: core
81
81
  rdoc_options: []
82
82
  require_paths:
@@ -95,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
97
  requirements: []
98
- rubygems_version: 3.6.7
98
+ rubygems_version: 3.6.9
99
99
  specification_version: 4
100
- summary: ElasticGraph gem providing support utilities to the other ElasticGraph gems.
100
+ summary: Provides support utilities for other ElasticGraph gems.
101
101
  test_files: []