graphiti-rails 0.4.1 → 0.4.2

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: 1d21bd110b218be81b90dc36e351c4497e372e3d68494e974da486760b79fc0e
4
- data.tar.gz: 77d43f24e90ad20652f337af5fe0ec975aa7da24d11b4fa1afa1b7cc473357a9
3
+ metadata.gz: 3cb2af7e1da395f7c8951308c9dbff54d2e063f9b4f8c967d740a308522729dd
4
+ data.tar.gz: f5bb3b634103ac8e1b2b8228aa5c1e65c5871fb685da0763c396f059132a9fa2
5
5
  SHA512:
6
- metadata.gz: 72db45334240aa6a4890a6ed0259676aad04d0d1149c7a00f9fd61e5a4f4a604ec10ccd59673928c95e863ae45267587cec2a8b09af0d72523bb4847e10c4755
7
- data.tar.gz: af12ee496a30f8e8a712e88bbb50cb70b386d8d05cf0e3aeb7325aaa25d106274edaf693470830560bdfb9aadcb06f88a319295d79b921bf4645e3d324f486dc
6
+ metadata.gz: bfdf37ae83725b01a7d60be6b51c92c4040d16e5c07ca9da4baf71e19d422b41af11a7f532abf9c4f3f1b48796fc95a6fbf4bfa2a5d5ef45de31b60043a30b1d
7
+ data.tar.gz: 2d68fd189ad25d681bdfd901a01a058beb047353e537ec4f362f4bfd6ac67ab55d7420fa066eeddd04db7ccbbb647a8d17588ebb7d2a289caab48ce2166dc8e2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  graphiti-rails changelog
2
2
 
3
+ ## [0.4.2](https://github.com/graphiti-api/graphiti-rails/compare/v0.4.1...v0.4.2) (2026-08-07)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * mark the gem deprecated and cap graphiti explicitly, and update readme ([686f332](https://github.com/graphiti-api/graphiti-rails/commit/686f332041b250e5ca281a577a1ce1c983d07fce))
9
+
3
10
  ## [0.4.1](https://github.com/graphiti-api/graphiti-rails/compare/v0.4.0...v0.4.1) (2025-03-21)
4
11
 
5
12
 
data/README.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Graphiti::Rails
2
2
 
3
+ > ### This gem is retired
4
+ >
5
+ > `graphiti-rails` 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
  Graphiti::Rails provides robust Rails integration for Graphiti, following standard Rails conventions.
4
11
 
5
12
  ## Usage
@@ -58,7 +65,7 @@ For more information about Graphiti context, see the [Graphiti docs][context].
58
65
  We also provide hooks for Graphiti's built-in debugger. For more information see the [Graphiti docs][debugger].
59
66
 
60
67
  ## Contributing
61
- We'd love to have your help improving graphiti-rails. To chat with the team and other users, join the `#rails` channel on [Slack][slack].
68
+ We'd love to have your help improving graphiti-rails. To chat with the team and other users, join the `#development` channel on [Discord][discord].
62
69
 
63
70
  ## License
64
71
  The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
@@ -69,4 +76,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
69
76
  [debugger]: https://www.graphiti.dev/guides/concepts/debugging#debugger
70
77
  [rescue-from]: https://api.rubyonrails.org/classes/ActiveSupport/Rescuable/ClassMethods.html#method-i-rescue_from
71
78
  [show-exceptions]: https://api.rubyonrails.org/classes/ActionDispatch/ShowExceptions.html
72
- [slack]: https://join.slack.com/t/graphiti-api/shared_invite/enQtMjkyMTA3MDgxNTQzLWVkMDM3NTlmNTIwODY2YWFkMGNiNzUzZGMzOTY3YmNmZjBhYzIyZWZlZTk4YmI1YTI0Y2M0OTZmZGYwN2QxZjg
79
+ [discord]: https://discord.gg/wgqkMBsSRV
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Graphiti
4
4
  module Rails
5
- VERSION = '0.4.1'
5
+ VERSION = '0.4.2'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: graphiti-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Wagenet
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-03-21 00:00:00.000000000 Z
11
+ date: 2026-08-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphiti
@@ -17,6 +17,9 @@ dependencies:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
19
  version: '1.2'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -24,6 +27,9 @@ dependencies:
24
27
  - - "~>"
25
28
  - !ruby/object:Gem::Version
26
29
  version: '1.2'
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: 2.a
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: rescue_registry
29
35
  requirement: !ruby/object:Gem::Requirement
@@ -254,5 +260,5 @@ requirements: []
254
260
  rubygems_version: 3.3.27
255
261
  signing_key:
256
262
  specification_version: 4
257
- summary: Rails integration for Graphiti
263
+ summary: Deprecated - part of graphiti itself as of graphiti 2.0
258
264
  test_files: []