graphiti-activegraph 0.1.16 → 0.1.17
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/lib/graphiti/active_graph/version.rb +1 -1
- data/lib/graphiti-activegraph.rb +1 -0
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f9b7ea2a6b4e70a83c4d19537bc4aaceca17366977698e36478b0e965b901a3e
|
|
4
|
+
data.tar.gz: 814010357e707ccd4c1bc7f0af3c954bbe37970aa17f842b32e421990af9e3c7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7c5ba76168e3614a3b4ba2c31b3385f39b1a835801f0191ddc9cdbbe53335510895d0faaa5d1427727c8a1f5c15b1164f64176fd890222b5f5efdb6adb46f486
|
|
7
|
+
data.tar.gz: 7b0187abf211beb954b6d76b915c4c5a678325c54b8a67469d2cacfb011e3c7ff4b42341c45b9b44cc40e6b79912a9a7f9121f9d3f08287b8f925c99fa6c4d94
|
data/lib/graphiti-activegraph.rb
CHANGED
|
@@ -13,6 +13,7 @@ require 'graphiti/resource/persistence'
|
|
|
13
13
|
# End workaround for jruby prepend issue
|
|
14
14
|
|
|
15
15
|
loader = Zeitwerk::Loader.for_gem(warn_on_extra_files: false)
|
|
16
|
+
loader.inflector.inflect 'version' => 'VERSION'
|
|
16
17
|
loader.ignore(File.expand_path('graphiti-activegraph.rb', __dir__))
|
|
17
18
|
loader.setup
|
|
18
19
|
|
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.
|
|
4
|
+
version: 0.1.17
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Hardik Joshi
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-09-
|
|
11
|
+
date: 2022-09-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphiti
|
|
@@ -150,7 +150,7 @@ dependencies:
|
|
|
150
150
|
- - "~>"
|
|
151
151
|
- !ruby/object:Gem::Version
|
|
152
152
|
version: 3.9.0
|
|
153
|
-
description:
|
|
153
|
+
description:
|
|
154
154
|
email:
|
|
155
155
|
- hardikjoshi1991@gmail.com
|
|
156
156
|
executables: []
|
|
@@ -188,7 +188,7 @@ homepage: https://github.com/mrhardikjoshi/graphiti-activegraph
|
|
|
188
188
|
licenses:
|
|
189
189
|
- MIT
|
|
190
190
|
metadata: {}
|
|
191
|
-
post_install_message:
|
|
191
|
+
post_install_message:
|
|
192
192
|
rdoc_options: []
|
|
193
193
|
require_paths:
|
|
194
194
|
- lib
|
|
@@ -203,8 +203,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
203
203
|
- !ruby/object:Gem::Version
|
|
204
204
|
version: '0'
|
|
205
205
|
requirements: []
|
|
206
|
-
rubygems_version: 3.
|
|
207
|
-
signing_key:
|
|
206
|
+
rubygems_version: 3.3.7
|
|
207
|
+
signing_key:
|
|
208
208
|
specification_version: 4
|
|
209
209
|
summary: Easily build jsonapi.org-compatible APIs for GraphDB
|
|
210
210
|
test_files: []
|