graphiti_spec_helpers 1.2.2 → 1.2.3
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 +7 -0
- data/lib/graphiti_spec_helpers/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 52e77db48958861f5ae32c2c19ac93ac184a649d43976cbc43827cdaa56f565b
|
|
4
|
+
data.tar.gz: f19b4f45ac8837c3cbfe71ec0522535a600b4486c800d579043e0d3d3a5bdafd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 326381fc90eecdfc6e1c01e81224eae1995244c0ee9d18f5cc540d322e015be44de197e87fb0f754aaa1cf24abcb065a766035e3985ffe1d1030454df311a7ea
|
|
7
|
+
data.tar.gz: d5e9ec04eddb5adb9fb1a4929b022fa915b08bdecfb9fd319288df056dd357b7a084adcf247bfef5e6e35350f41aca01c3273e405bd4d9efbb1b14cd261a0167
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# GraphitiSpecHelpers
|
|
2
2
|
|
|
3
|
+
> ### This gem is retired
|
|
4
|
+
>
|
|
5
|
+
> `graphiti_spec_helpers` is part of [graphiti](https://github.com/graphiti-api/graphiti) itself as of graphiti 2.0, and is no longer developed here. Issues and pull requests live in the [graphiti repo](https://github.com/graphiti-api/graphiti/issues).
|
|
6
|
+
>
|
|
7
|
+
> To upgrade from Graphiti 1.x to 2.x, follow the [upgrade guide](https://graphiti.dev/upgrading).
|
|
8
|
+
|
|
9
|
+
|
|
3
10
|

|
|
4
11
|
[](https://badge.fury.io/rb/graphiti_spec_helpers)
|
|
5
12
|
|