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 +4 -4
- data/CHANGELOG.md +7 -0
- data/README.md +9 -2
- data/lib/graphiti/rails/version.rb +1 -1
- metadata +9 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3cb2af7e1da395f7c8951308c9dbff54d2e063f9b4f8c967d740a308522729dd
|
|
4
|
+
data.tar.gz: f5bb3b634103ac8e1b2b8228aa5c1e65c5871fb685da0763c396f059132a9fa2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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 `#
|
|
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
|
-
[
|
|
79
|
+
[discord]: https://discord.gg/wgqkMBsSRV
|
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.
|
|
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:
|
|
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:
|
|
263
|
+
summary: Deprecated - part of graphiti itself as of graphiti 2.0
|
|
258
264
|
test_files: []
|