graphiti-activegraph 0.1.20 → 0.1.21

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: 79f25c472d8becc7f194ffe8a43395e95c3419d9aa545d5cb6f6fc0f0266e1a2
4
- data.tar.gz: 9e39773e46342901adb5b47426ebfc7f28af3e50ef25966df09531a934e2dabb
3
+ metadata.gz: 05a0cd339d014d767bb018fde55850dc4c76f745c506abaa41856ef6367bbb53
4
+ data.tar.gz: c8afa746774f0b9f16fc10922147d77463cb7701a0a7b1bde67e2b3dd0a2dfdb
5
5
  SHA512:
6
- metadata.gz: b67f798771e0908d933b9dcd90ef68842e0447b16ac085e1e612b8f0b139b63b43554e73e4e5a943dcdde17aa5f23d77ebc33de6a08f75a715b426abf7eb847c
7
- data.tar.gz: a96c79383cd517a5012fcb5a4b91dce14f5555cfbcc6fcf7ff5f77ba2c390482185852b2270aab4a8ada23b73ce88583209da8594c7e0d86df506556d63b9dd2
6
+ metadata.gz: 6cb9d79832cecdd55cf598894d237e02bf658b360bf1df6a8ab30f5530acdd6a884b86ae5017ff9b8be77d2676782a431dfca56cf1d387aa78fd908efad19a6c
7
+ data.tar.gz: 0a5ab406666834ba416358d9630956319773cf2bec4be1c8c596c8a1222cf51787cd9f3b98f7b047d95ada4189bd4455787d0ccc30c180540b1988080577b74e
@@ -18,7 +18,7 @@ jobs:
18
18
  strategy:
19
19
  fail-fast: false
20
20
  matrix:
21
- ruby-version: [ jruby-9.3.9.0, ruby ]
21
+ ruby-version: [ jruby-9.4.1.0, ruby ]
22
22
 
23
23
  steps:
24
24
  - uses: actions/checkout@v3
data/CHANGELOG.md CHANGED
@@ -32,6 +32,12 @@ Features:
32
32
 
33
33
  - With graphiti config variable "allow_sidepost" you can allow/disallow sideposting, by default it is allowed.
34
34
 
35
+ ## 0.1.21
36
+
37
+ Fixes:
38
+
39
+ - Runner#proxy keyword arguments
40
+
35
41
  <!-- ### [version (DD-MM-YYYY)] -->
36
42
  <!-- Breaking changes:-->
37
43
  <!-- Features:-->
@@ -32,7 +32,7 @@ module Graphiti::ActiveGraph
32
32
  ::Graphiti::ResourceProxy.new jsonapi_resource,
33
33
  scope,
34
34
  query,
35
- options
35
+ **options
36
36
  end
37
37
  end
38
38
  end
@@ -1,5 +1,5 @@
1
1
  module Graphiti
2
2
  module ActiveGraph
3
- VERSION = '0.1.20'
3
+ VERSION = '0.1.21'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: graphiti-activegraph
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.20
4
+ version: 0.1.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hardik Joshi
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-12-10 00:00:00.000000000 Z
11
+ date: 2023-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphiti