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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e1587ea46cd7a51225339e7f76d67770507f2942b7593801f870b39a15d611c4
4
- data.tar.gz: 3aaa2ed6429e896df2ae516dacbcf51154b782fbf8848c47c880bbc4b8dc50ec
3
+ metadata.gz: 52e77db48958861f5ae32c2c19ac93ac184a649d43976cbc43827cdaa56f565b
4
+ data.tar.gz: f19b4f45ac8837c3cbfe71ec0522535a600b4486c800d579043e0d3d3a5bdafd
5
5
  SHA512:
6
- metadata.gz: 23fc1ad50ea21515b9c43e5c38405c1768bb5232d77bc7bc6f0ece0b5cfd095e6e5000a82b7df727102ae9c2474523182c14c5e4057873e05794992027af4b7c
7
- data.tar.gz: f57dd253275dd36c841cce0fb2114ffa94ce0c08dc8b2d63e3ba6e610cd9138d629c742241359db04f7f2da5a26c358f73cbf1ccc061031d543ce9779df5cf05
6
+ metadata.gz: 326381fc90eecdfc6e1c01e81224eae1995244c0ee9d18f5cc540d322e015be44de197e87fb0f754aaa1cf24abcb065a766035e3985ffe1d1030454df311a7ea
7
+ data.tar.gz: d5e9ec04eddb5adb9fb1a4929b022fa915b08bdecfb9fd319288df056dd357b7a084adcf247bfef5e6e35350f41aca01c3273e405bd4d9efbb1b14cd261a0167
data/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  graphiti changelog
2
2
 
3
+ ## [1.2.3](https://github.com/graphiti-api/graphiti_spec_helpers/compare/v1.2.2...v1.2.3) (2026-08-07)
4
+
3
5
  ## [1.2.2](https://github.com/graphiti-api/graphiti_spec_helpers/compare/v1.2.1...v1.2.2) (2026-08-07)
4
6
 
5
7
 
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
  ![Build Status](https://travis-ci.org/graphiti-api/graphiti_spec_helpers.svg?branch=master)
4
11
  [![Gem Version](https://badge.fury.io/rb/graphiti_spec_helpers.svg)](https://badge.fury.io/rb/graphiti_spec_helpers)
5
12
 
@@ -1,3 +1,3 @@
1
1
  module GraphitiSpecHelpers
2
- VERSION = "1.2.2"
2
+ VERSION = "1.2.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: graphiti_spec_helpers
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lee Richmond