activecube-graphql 0.1.19 → 0.1.20
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/.idea/activecube-graphql.iml +7 -7
- data/Gemfile.lock +4 -4
- data/lib/activecube/graphql/cube_field.rb +1 -0
- data/lib/activecube/graphql/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f40dfd438429b751590b990dd74293efaeddf44196408376568622b031996077
|
|
4
|
+
data.tar.gz: d457c6825398059230abacccf5c65d166929fb8feb69a3ef93abb1ff4bf99de3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cd77b677c65d9ae5be1bd4b918aeb235ff0c077a0ab04e57efbbac9dac4df1fe579bdcb382dd1c6205ff0efc2bbc9c213e93bb3f3eb2377a287a8967b4a23496
|
|
7
|
+
data.tar.gz: 2de88d604b46cea71e7a8fe8e714ac84b060089484bdf2b7c8dbe9192eabff1cce191726d5268cde9e7673378bfd91ed0b18b2d190c6f23984bce029708e53a3
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.17.3, RVM: ruby-2.6.3) [gem]" level="application" />
|
|
19
19
|
<orderEntry type="library" scope="PROVIDED" name="concurrent-ruby (v1.1.7, RVM: ruby-2.6.3) [gem]" level="application" />
|
|
20
20
|
<orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.3, RVM: ruby-2.6.3) [gem]" level="application" />
|
|
21
|
-
<orderEntry type="library" scope="PROVIDED" name="graphql (v1.
|
|
22
|
-
<orderEntry type="library" scope="PROVIDED" name="i18n (v1.8.
|
|
21
|
+
<orderEntry type="library" scope="PROVIDED" name="graphql (v1.12.4, RVM: ruby-2.6.3) [gem]" level="application" />
|
|
22
|
+
<orderEntry type="library" scope="PROVIDED" name="i18n (v1.8.6, RVM: ruby-2.6.3) [gem]" level="application" />
|
|
23
23
|
<orderEntry type="library" scope="PROVIDED" name="minitest (v5.14.2, RVM: ruby-2.6.3) [gem]" level="application" />
|
|
24
24
|
<orderEntry type="library" scope="PROVIDED" name="rake (v13.0.1, RVM: ruby-2.6.3) [gem]" level="application" />
|
|
25
25
|
<orderEntry type="library" scope="PROVIDED" name="rspec (v3.9.0, RVM: ruby-2.6.3) [gem]" level="application" />
|
|
@@ -28,23 +28,23 @@
|
|
|
28
28
|
<orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v3.9.1, RVM: ruby-2.6.3) [gem]" level="application" />
|
|
29
29
|
<orderEntry type="library" scope="PROVIDED" name="rspec-support (v3.9.3, RVM: ruby-2.6.3) [gem]" level="application" />
|
|
30
30
|
<orderEntry type="library" scope="PROVIDED" name="thread_safe (v0.3.6, RVM: ruby-2.6.3) [gem]" level="application" />
|
|
31
|
-
<orderEntry type="library" scope="PROVIDED" name="tzinfo (v1.2.
|
|
31
|
+
<orderEntry type="library" scope="PROVIDED" name="tzinfo (v1.2.9, RVM: ruby-2.6.3) [gem]" level="application" />
|
|
32
32
|
<orderEntry type="library" scope="PROVIDED" name="zeitwerk (v2.4.2, RVM: ruby-2.6.3) [gem]" level="application" />
|
|
33
33
|
</component>
|
|
34
34
|
<component name="RakeTasksCache">
|
|
35
35
|
<option name="myRootTask">
|
|
36
36
|
<RakeTaskImpl id="rake">
|
|
37
37
|
<subtasks>
|
|
38
|
-
<RakeTaskImpl description="Build activecube-graphql-0.1.
|
|
38
|
+
<RakeTaskImpl description="Build activecube-graphql-0.1.19.gem into the pkg directory" fullCommand="build" id="build" />
|
|
39
39
|
<RakeTaskImpl description="Remove any temporary products" fullCommand="clean" id="clean" />
|
|
40
40
|
<RakeTaskImpl description="Remove any generated files" fullCommand="clobber" id="clobber" />
|
|
41
|
-
<RakeTaskImpl description="Build and install activecube-graphql-0.1.
|
|
41
|
+
<RakeTaskImpl description="Build and install activecube-graphql-0.1.19.gem into system gems" fullCommand="install" id="install" />
|
|
42
42
|
<RakeTaskImpl id="install">
|
|
43
43
|
<subtasks>
|
|
44
|
-
<RakeTaskImpl description="Build and install activecube-graphql-0.1.
|
|
44
|
+
<RakeTaskImpl description="Build and install activecube-graphql-0.1.19.gem into system gems without network access" fullCommand="install:local" id="local" />
|
|
45
45
|
</subtasks>
|
|
46
46
|
</RakeTaskImpl>
|
|
47
|
-
<RakeTaskImpl description="Create tag v0.1.
|
|
47
|
+
<RakeTaskImpl description="Create tag v0.1.19 and build and push activecube-graphql-0.1.19.gem to rubygems.org" fullCommand="release[remote]" id="release[remote]" />
|
|
48
48
|
<RakeTaskImpl description="Run RSpec code examples" fullCommand="spec" id="spec" />
|
|
49
49
|
<RakeTaskImpl description="" fullCommand="default" id="default" />
|
|
50
50
|
<RakeTaskImpl description="" fullCommand="release" id="release" />
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
activecube-graphql (0.1.
|
|
4
|
+
activecube-graphql (0.1.19)
|
|
5
5
|
activecube (~> 0.1.28)
|
|
6
6
|
graphql (~> 1.10)
|
|
7
7
|
|
|
@@ -23,8 +23,8 @@ GEM
|
|
|
23
23
|
zeitwerk (~> 2.2, >= 2.2.2)
|
|
24
24
|
concurrent-ruby (1.1.7)
|
|
25
25
|
diff-lcs (1.3)
|
|
26
|
-
graphql (1.
|
|
27
|
-
i18n (1.8.
|
|
26
|
+
graphql (1.12.4)
|
|
27
|
+
i18n (1.8.6)
|
|
28
28
|
concurrent-ruby (~> 1.0)
|
|
29
29
|
minitest (5.14.2)
|
|
30
30
|
rake (13.0.1)
|
|
@@ -42,7 +42,7 @@ GEM
|
|
|
42
42
|
rspec-support (~> 3.9.0)
|
|
43
43
|
rspec-support (3.9.3)
|
|
44
44
|
thread_safe (0.3.6)
|
|
45
|
-
tzinfo (1.2.
|
|
45
|
+
tzinfo (1.2.9)
|
|
46
46
|
thread_safe (~> 0.1)
|
|
47
47
|
zeitwerk (2.4.2)
|
|
48
48
|
|
|
@@ -49,6 +49,7 @@ module Activecube
|
|
|
49
49
|
def execute_query tree, ctx
|
|
50
50
|
cube_query = tree.build_query
|
|
51
51
|
ctx[:sql_io].puts(cube_query.to_sql) if ctx[:sql_io].respond_to?(:puts)
|
|
52
|
+
cube_query.user_agent = ctx[:sql_user_agent] || 'Ruby/Activecube Graphql'
|
|
52
53
|
cube_query.query
|
|
53
54
|
end
|
|
54
55
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: activecube-graphql
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.20
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Aleksey Studnev
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-11-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activecube
|
|
@@ -114,7 +114,7 @@ homepage: https://github.com/bitquery/activecube-graphql
|
|
|
114
114
|
licenses:
|
|
115
115
|
- MIT
|
|
116
116
|
metadata: {}
|
|
117
|
-
post_install_message:
|
|
117
|
+
post_install_message:
|
|
118
118
|
rdoc_options: []
|
|
119
119
|
require_paths:
|
|
120
120
|
- lib
|
|
@@ -130,7 +130,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
130
130
|
version: '0'
|
|
131
131
|
requirements: []
|
|
132
132
|
rubygems_version: 3.0.4
|
|
133
|
-
signing_key:
|
|
133
|
+
signing_key:
|
|
134
134
|
specification_version: 4
|
|
135
135
|
summary: Multi-Dimensional Queries using GraphQL
|
|
136
136
|
test_files: []
|