cm-graphql 0.0.5 → 0.0.6

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +35 -49
  3. data/cm-graphql.gemspec +3 -3
  4. metadata +1 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 399397ce48d209a73cae1bce70fd001bef2c90257da752f15d96bb2fd9cfd48a
4
- data.tar.gz: 3ecbfb7570da22557b9ff06a4eb09118b8aa5ad3b6683668568a8ef99bf94ed7
3
+ metadata.gz: d1a6afa908507f31c6c11f19e42e1e34c59963b80fb8d4e4f26f2661199910e3
4
+ data.tar.gz: '017878eb571de1b93072801b45f3fdb221013ff42d722b6827e18c12afe2f5f0'
5
5
  SHA512:
6
- metadata.gz: 05c6cf5b383aac925bfa67885a589eac1fc274b922f2523a54398dcbd79d89582bd19fd20aac378382eb194a497a2385a1de3fc9fa4e558d56ccaf3f40772c80
7
- data.tar.gz: 997ce8c7ae2213b1007b21a9f4ac8f1d8d002b5ef2d0f50fc5a392dc19d24a3a04b717050898fb40d75ad68f86f389afe6032c616c32166618dfdbd10b2e9402
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.5)
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.2)
14
- actionview (= 7.1.2)
15
- activesupport (= 7.1.2)
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.2)
24
- activesupport (= 7.1.2)
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.2)
30
- activesupport (= 7.1.2)
31
- activerecord (7.1.2)
32
- activemodel (= 7.1.2)
33
- activesupport (= 7.1.2)
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.2)
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.5)
47
- builder (3.2.4)
48
- concurrent-ruby (1.2.2)
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.0)
52
- ruby2_keywords
51
+ drb (2.2.1)
53
52
  erubi (1.12.0)
54
- graphiql-rails (1.9.0)
53
+ graphiql-rails (1.10.0)
55
54
  railties
56
- sprockets-rails
57
- graphql (2.2.5)
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.1)
62
+ i18n (1.14.5)
65
63
  concurrent-ruby (~> 1.0)
66
- io-console (0.7.1)
67
- irb (1.11.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
- mini_portile2 (2.8.5)
86
- minitest (5.20.0)
83
+ minitest (5.23.1)
87
84
  mutex_m (0.2.0)
88
- nokogiri (1.16.0)
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.7.3)
96
- rack (3.0.8)
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.2)
112
- actionpack (= 7.1.2)
113
- activesupport (= 7.1.2)
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.0)
120
- rdoc (6.6.2)
113
+ rake (13.2.1)
114
+ rdoc (6.7.0)
121
115
  psych (>= 4.0.0)
122
- reline (0.4.2)
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.0)
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.12)
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'
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 = ['Aditya Tiwari', 'Anbazhagan Palani']
10
- spec.email = ['taditya.tiwari007@gmail.com', 'anbu@commutatus.com']
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.5
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: []