graphiti 1.5.0 → 1.5.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -0
- data/lib/graphiti/sideload/polymorphic_belongs_to.rb +1 -1
- data/lib/graphiti/version.rb +1 -1
- data/package.json +1 -0
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a90dc53cb1aeb5da88880a45923039d4dac291548e88a2fc6e8bddacc0ede150
|
4
|
+
data.tar.gz: 91e42b3e269f758d8978cfed630a45ca59ae5f96b5114170b965d23a6b67f542
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f30ad5e6356b491ba4d0490160c66587a3698c14abf9953d5d0c5cb4b088990bcbed5186c338cc8c5ac833bafc12b69fb764bfd565be717597fe2e4e804ddfed
|
7
|
+
data.tar.gz: 87c3b0944fd03d12674e2678b8f28967badeea8935ce962804470dd8b68258334ad19b102038bd5e2c87c2d533711597a705185f5073faa71fba95031465e36c
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,12 @@
|
|
1
1
|
graphiti changelog
|
2
2
|
|
3
|
+
## [1.5.1](https://github.com/graphiti-api/graphiti/compare/v1.5.0...v1.5.1) (2024-03-18)
|
4
|
+
|
5
|
+
|
6
|
+
### Bug Fixes
|
7
|
+
|
8
|
+
* polymorphic `on` expects a symbol ([#433](https://github.com/graphiti-api/graphiti/issues/433)) ([4e58702](https://github.com/graphiti-api/graphiti/commit/4e587021265323bd0b170b57e9c7aecaa7f826d7))
|
9
|
+
|
3
10
|
# [1.5.0](https://github.com/graphiti-api/graphiti/compare/v1.4.0...v1.5.0) (2024-03-18)
|
4
11
|
|
5
12
|
|
data/lib/graphiti/version.rb
CHANGED
data/package.json
CHANGED
metadata
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: graphiti
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.5.
|
4
|
+
version: 1.5.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lee Richmond
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
11
|
date: 2024-03-18 00:00:00.000000000 Z
|
@@ -204,7 +204,7 @@ dependencies:
|
|
204
204
|
- - '='
|
205
205
|
- !ruby/object:Gem::Version
|
206
206
|
version: 1.0.beta.4
|
207
|
-
description:
|
207
|
+
description:
|
208
208
|
email:
|
209
209
|
- richmolj@gmail.com
|
210
210
|
executables:
|
@@ -345,7 +345,7 @@ homepage: https://github.com/graphiti-api/graphiti
|
|
345
345
|
licenses:
|
346
346
|
- MIT
|
347
347
|
metadata: {}
|
348
|
-
post_install_message:
|
348
|
+
post_install_message:
|
349
349
|
rdoc_options: []
|
350
350
|
require_paths:
|
351
351
|
- lib
|
@@ -360,8 +360,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
360
360
|
- !ruby/object:Gem::Version
|
361
361
|
version: '0'
|
362
362
|
requirements: []
|
363
|
-
rubygems_version: 3.3.
|
364
|
-
signing_key:
|
363
|
+
rubygems_version: 3.3.26
|
364
|
+
signing_key:
|
365
365
|
specification_version: 4
|
366
366
|
summary: Easily build jsonapi.org-compatible APIs
|
367
367
|
test_files: []
|