apollo-federation 3.8.3 → 3.8.4
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/CHANGELOG.md +2 -0
- data/README.md +5 -2
- data/lib/apollo-federation/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4a11851d3633a0ff074aecd2b6088ff7e5437d3cb728fe64d87da2fe2febc212
|
|
4
|
+
data.tar.gz: 9ee0e15b4c3a9bc212b468b467f256e6e101d7f75c6e1ab018e77541c44bc773
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 077eb2a291da60889349646994b899403a9661902ccd9052c6855f632033b69009c06ce5f227845c2193ccd449ca17a5d1fec4c53b9b711d8ea0ad29d7eb3e5f
|
|
7
|
+
data.tar.gz: 2c1c9d9a2b9524a3df56268b6ee38c0c5a604ae825ab359b217218c96adef2227f01d0a7245721271ecd17000c3d2d9d742cc72257336a30d2c1772c8d79bd41
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
## [3.8.4](https://github.com/Gusto/apollo-federation-ruby/compare/v3.8.3...v3.8.4) (2023-10-30)
|
|
2
|
+
|
|
1
3
|
## [3.8.3](https://github.com/Gusto/apollo-federation-ruby/compare/v3.8.2...v3.8.3) (2023-07-20)
|
|
2
4
|
|
|
3
5
|
## [3.8.2](https://github.com/Gusto/apollo-federation-ruby/compare/v3.8.1...v3.8.2) (2023-07-11)
|
data/README.md
CHANGED
|
@@ -470,5 +470,8 @@ See discussion at [#74](https://github.com/Gusto/apollo-federation-ruby/issues/7
|
|
|
470
470
|
|
|
471
471
|
## Maintainers
|
|
472
472
|
|
|
473
|
-
|
|
474
|
-
- [
|
|
473
|
+
Gusto GraphQL Team:
|
|
474
|
+
- [Sara Laupp](https://github.com/slauppy)
|
|
475
|
+
- [Seth Copeland](https://github.com/sethc2)
|
|
476
|
+
- [Simon Coffin](https://github.com/simoncoffin)
|
|
477
|
+
- [Sofia Carrillo](https://github.com/sofie-c)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: apollo-federation
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.8.
|
|
4
|
+
version: 3.8.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Noa Elad
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2023-
|
|
12
|
+
date: 2023-10-30 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: graphql
|
|
@@ -255,7 +255,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
255
255
|
- !ruby/object:Gem::Version
|
|
256
256
|
version: '0'
|
|
257
257
|
requirements: []
|
|
258
|
-
rubygems_version: 3.4.
|
|
258
|
+
rubygems_version: 3.4.19
|
|
259
259
|
signing_key:
|
|
260
260
|
specification_version: 4
|
|
261
261
|
summary: A Ruby implementation of Apollo Federation
|