cm-graphql 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +35 -49
- data/cm-graphql.gemspec +3 -3
- metadata +1 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d1a6afa908507f31c6c11f19e42e1e34c59963b80fb8d4e4f26f2661199910e3
|
4
|
+
data.tar.gz: '017878eb571de1b93072801b45f3fdb221013ff42d722b6827e18c12afe2f5f0'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8f340a1be6e20126f347786dd53a68c158972cf76044db36311666506e8d72c775dec5ac737ee110ff76b4ffa38a42ff6c99e92359048c27f043b94e1feedbfb
|
7
|
+
data.tar.gz: 2fd871043d2cbb44853f2cc2048fa0240ca1550b2c8c4de480d52252f81e061055ee5a4e73ca1405c4cf3ec9734fe183c13dc9a517d92519149d11066fac9705
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
cm-graphql (0.0.
|
4
|
+
cm-graphql (0.0.6)
|
5
5
|
graphiql-rails (~> 1.9)
|
6
6
|
graphql (~> 2.2, >= 2.2.5)
|
7
7
|
graphql-rails_logger (~> 1.2, >= 1.2.4)
|
@@ -10,9 +10,9 @@ PATH
|
|
10
10
|
GEM
|
11
11
|
remote: https://rubygems.org/
|
12
12
|
specs:
|
13
|
-
actionpack (7.1.
|
14
|
-
actionview (= 7.1.
|
15
|
-
activesupport (= 7.1.
|
13
|
+
actionpack (7.1.3.3)
|
14
|
+
actionview (= 7.1.3.3)
|
15
|
+
activesupport (= 7.1.3.3)
|
16
16
|
nokogiri (>= 1.8.5)
|
17
17
|
racc
|
18
18
|
rack (>= 2.2.4)
|
@@ -20,19 +20,19 @@ GEM
|
|
20
20
|
rack-test (>= 0.6.3)
|
21
21
|
rails-dom-testing (~> 2.2)
|
22
22
|
rails-html-sanitizer (~> 1.6)
|
23
|
-
actionview (7.1.
|
24
|
-
activesupport (= 7.1.
|
23
|
+
actionview (7.1.3.3)
|
24
|
+
activesupport (= 7.1.3.3)
|
25
25
|
builder (~> 3.1)
|
26
26
|
erubi (~> 1.11)
|
27
27
|
rails-dom-testing (~> 2.2)
|
28
28
|
rails-html-sanitizer (~> 1.6)
|
29
|
-
activemodel (7.1.
|
30
|
-
activesupport (= 7.1.
|
31
|
-
activerecord (7.1.
|
32
|
-
activemodel (= 7.1.
|
33
|
-
activesupport (= 7.1.
|
29
|
+
activemodel (7.1.3.3)
|
30
|
+
activesupport (= 7.1.3.3)
|
31
|
+
activerecord (7.1.3.3)
|
32
|
+
activemodel (= 7.1.3.3)
|
33
|
+
activesupport (= 7.1.3.3)
|
34
34
|
timeout (>= 0.4.0)
|
35
|
-
activesupport (7.1.
|
35
|
+
activesupport (7.1.3.3)
|
36
36
|
base64
|
37
37
|
bigdecimal
|
38
38
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
@@ -43,29 +43,27 @@ GEM
|
|
43
43
|
mutex_m
|
44
44
|
tzinfo (~> 2.0)
|
45
45
|
base64 (0.2.0)
|
46
|
-
bigdecimal (3.1.
|
47
|
-
builder (3.
|
48
|
-
concurrent-ruby (1.
|
46
|
+
bigdecimal (3.1.8)
|
47
|
+
builder (3.3.0)
|
48
|
+
concurrent-ruby (1.3.1)
|
49
49
|
connection_pool (2.4.1)
|
50
50
|
crass (1.0.6)
|
51
|
-
drb (2.2.
|
52
|
-
ruby2_keywords
|
51
|
+
drb (2.2.1)
|
53
52
|
erubi (1.12.0)
|
54
|
-
graphiql-rails (1.
|
53
|
+
graphiql-rails (1.10.0)
|
55
54
|
railties
|
56
|
-
|
57
|
-
|
58
|
-
racc (~> 1.4)
|
55
|
+
graphql (2.3.4)
|
56
|
+
base64
|
59
57
|
graphql-rails_logger (1.2.4)
|
60
58
|
actionpack (> 5.0)
|
61
59
|
activesupport (> 5.0)
|
62
60
|
railties (> 5.0)
|
63
61
|
rouge (~> 3.0)
|
64
|
-
i18n (1.14.
|
62
|
+
i18n (1.14.5)
|
65
63
|
concurrent-ruby (~> 1.0)
|
66
|
-
io-console (0.7.
|
67
|
-
irb (1.
|
68
|
-
rdoc
|
64
|
+
io-console (0.7.2)
|
65
|
+
irb (1.13.1)
|
66
|
+
rdoc (>= 4.0.0)
|
69
67
|
reline (>= 0.4.2)
|
70
68
|
kaminari (1.2.2)
|
71
69
|
activesupport (>= 4.1.0)
|
@@ -82,18 +80,14 @@ GEM
|
|
82
80
|
loofah (2.22.0)
|
83
81
|
crass (~> 1.0.2)
|
84
82
|
nokogiri (>= 1.12.0)
|
85
|
-
|
86
|
-
minitest (5.20.0)
|
83
|
+
minitest (5.23.1)
|
87
84
|
mutex_m (0.2.0)
|
88
|
-
nokogiri (1.16.
|
89
|
-
mini_portile2 (~> 2.8.2)
|
90
|
-
racc (~> 1.4)
|
91
|
-
nokogiri (1.16.0-arm64-darwin)
|
85
|
+
nokogiri (1.16.5-arm64-darwin)
|
92
86
|
racc (~> 1.4)
|
93
87
|
psych (5.1.2)
|
94
88
|
stringio
|
95
|
-
racc (1.
|
96
|
-
rack (3.0.
|
89
|
+
racc (1.8.0)
|
90
|
+
rack (3.0.11)
|
97
91
|
rack-session (2.0.0)
|
98
92
|
rack (>= 3.0.0)
|
99
93
|
rack-test (2.1.0)
|
@@ -108,35 +102,27 @@ GEM
|
|
108
102
|
rails-html-sanitizer (1.6.0)
|
109
103
|
loofah (~> 2.21)
|
110
104
|
nokogiri (~> 1.14)
|
111
|
-
railties (7.1.
|
112
|
-
actionpack (= 7.1.
|
113
|
-
activesupport (= 7.1.
|
105
|
+
railties (7.1.3.3)
|
106
|
+
actionpack (= 7.1.3.3)
|
107
|
+
activesupport (= 7.1.3.3)
|
114
108
|
irb
|
115
109
|
rackup (>= 1.0.0)
|
116
110
|
rake (>= 12.2)
|
117
111
|
thor (~> 1.0, >= 1.2.2)
|
118
112
|
zeitwerk (~> 2.6)
|
119
|
-
rake (13.1
|
120
|
-
rdoc (6.
|
113
|
+
rake (13.2.1)
|
114
|
+
rdoc (6.7.0)
|
121
115
|
psych (>= 4.0.0)
|
122
|
-
reline (0.
|
116
|
+
reline (0.5.8)
|
123
117
|
io-console (~> 0.5)
|
124
118
|
rouge (3.30.0)
|
125
|
-
ruby2_keywords (0.0.5)
|
126
|
-
sprockets (4.2.1)
|
127
|
-
concurrent-ruby (~> 1.0)
|
128
|
-
rack (>= 2.2.4, < 4)
|
129
|
-
sprockets-rails (3.4.2)
|
130
|
-
actionpack (>= 5.2)
|
131
|
-
activesupport (>= 5.2)
|
132
|
-
sprockets (>= 3.0.0)
|
133
119
|
stringio (3.1.0)
|
134
|
-
thor (1.3.
|
120
|
+
thor (1.3.1)
|
135
121
|
timeout (0.4.1)
|
136
122
|
tzinfo (2.0.6)
|
137
123
|
concurrent-ruby (~> 1.0)
|
138
124
|
webrick (1.8.1)
|
139
|
-
zeitwerk (2.6.
|
125
|
+
zeitwerk (2.6.15)
|
140
126
|
|
141
127
|
PLATFORMS
|
142
128
|
arm64-darwin-20
|
data/cm-graphql.gemspec
CHANGED
@@ -2,12 +2,12 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |spec|
|
4
4
|
spec.name = 'cm-graphql'
|
5
|
-
spec.version = '0.0.
|
5
|
+
spec.version = '0.0.6'
|
6
6
|
spec.date = '2022-09-14'
|
7
7
|
spec.summary = 'A gem to setup grapqhl basics like pagination, file upload'
|
8
8
|
spec.description = 'A gem to setup grapqhl basics like pagination, file upload'
|
9
|
-
spec.authors = ['
|
10
|
-
spec.email = ['
|
9
|
+
spec.authors = ['Anbazhagan Palani']
|
10
|
+
spec.email = ['anbu@commutatus.com']
|
11
11
|
spec.homepage = 'https://github.com/commutatus/template-paging-api'
|
12
12
|
spec.license = 'MIT'
|
13
13
|
spec.files = Dir.chdir(File.expand_path(__dir__)) do
|
metadata
CHANGED
@@ -1,10 +1,9 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cm-graphql
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
- Aditya Tiwari
|
8
7
|
- Anbazhagan Palani
|
9
8
|
autorequire:
|
10
9
|
bindir: exe
|
@@ -87,7 +86,6 @@ dependencies:
|
|
87
86
|
version: 1.2.2
|
88
87
|
description: A gem to setup grapqhl basics like pagination, file upload
|
89
88
|
email:
|
90
|
-
- taditya.tiwari007@gmail.com
|
91
89
|
- anbu@commutatus.com
|
92
90
|
executables: []
|
93
91
|
extensions: []
|