power_api 2.0.2 → 2.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 69e28961ce7f4b6c5920531144bf241684265838d3fe07f547d6d05f611935a6
4
- data.tar.gz: 0d4591712d13b1116fe0905ef4e4dc147b60ecbb395e237204eb1013eceb70d3
3
+ metadata.gz: f30cc23f12f0428c77e7cc2e7820a6bc4bf72d70a8a838abf282ad96b29ae42c
4
+ data.tar.gz: 55a91a55c8cafbb1b666c4c79c48ac1511d13c23efe79dbe357764bfd251b021
5
5
  SHA512:
6
- metadata.gz: bba5450490bd97068de2315f9240465a014712c31697d22e0941c0f61bef2e1df85ad7d80a3ee8313af7226162929e32d1f17be806046b0351ed1ca44794cafa
7
- data.tar.gz: d47318d91d5c5e4083c0a51d3e755fa3d3e562a031d63810b31e7b739bbed68eb2c3185aa2d83541603d70ecf2b0489604fef5495d557e25a8f7333979ab4bbc
6
+ metadata.gz: 49af821bffae3dd6f23f6c89a7fcaad73ae9132237ba39b1ff9c8caf754bb7a48c2cb230b71c0bc633b241cb40afc7c34ba9458ceded143fd0e4473bebea14ba
7
+ data.tar.gz: a01937e2ca67e188cd9ea275197f4ad8a7931288c6eaf1b3189d75b66bbafe4c25a3a963c078ad0835e2ef5e749cf274c3dbd20aa37030b584d10abf969ff4de
data/.circleci/config.yml CHANGED
@@ -94,11 +94,11 @@ workflows:
94
94
  - test:
95
95
  matrix:
96
96
  parameters:
97
- ruby-version: ["2.6", "2.7"]
97
+ ruby-version: ["2.7"]
98
98
  - deploy:
99
99
  context: org-global
100
100
  filters:
101
101
  tags:
102
102
  only: /.*/
103
103
  branches:
104
- ignore: /.*/
104
+ ignore: /.*/
data/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
  All notable changes to this project will be documented in this file.
3
3
  This project adheres to [Semantic Versioning](http://semver.org/).
4
4
 
5
+ ### v2.1.1
6
+
7
+ * Fix: add `nil` handling in the `serialize_resource` view helper.
8
+
9
+ ### v2.1.0
10
+
11
+ * Swagger has been deleted from the Exposed Api version.
12
+
5
13
  ### v2.0.2
6
14
 
7
15
  * Fix: change the way PowerApi::ApplicationHelper is loaded into host app.
data/Gemfile.lock CHANGED
@@ -1,55 +1,53 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- power_api (2.0.2)
4
+ power_api (2.1.1)
5
5
  active_model_serializers (~> 0.10.0)
6
6
  api-pagination
7
7
  kaminari
8
8
  rails (>= 6.0)
9
9
  ransack
10
10
  responders
11
- rswag-api
12
- rswag-ui
13
11
  simple_token_authentication (~> 1.0)
14
12
  versionist (~> 1.0)
15
13
 
16
14
  GEM
17
15
  remote: https://rubygems.org/
18
16
  specs:
19
- actioncable (6.1.4.4)
20
- actionpack (= 6.1.4.4)
21
- activesupport (= 6.1.4.4)
17
+ actioncable (6.1.6)
18
+ actionpack (= 6.1.6)
19
+ activesupport (= 6.1.6)
22
20
  nio4r (~> 2.0)
23
21
  websocket-driver (>= 0.6.1)
24
- actionmailbox (6.1.4.4)
25
- actionpack (= 6.1.4.4)
26
- activejob (= 6.1.4.4)
27
- activerecord (= 6.1.4.4)
28
- activestorage (= 6.1.4.4)
29
- activesupport (= 6.1.4.4)
22
+ actionmailbox (6.1.6)
23
+ actionpack (= 6.1.6)
24
+ activejob (= 6.1.6)
25
+ activerecord (= 6.1.6)
26
+ activestorage (= 6.1.6)
27
+ activesupport (= 6.1.6)
30
28
  mail (>= 2.7.1)
31
- actionmailer (6.1.4.4)
32
- actionpack (= 6.1.4.4)
33
- actionview (= 6.1.4.4)
34
- activejob (= 6.1.4.4)
35
- activesupport (= 6.1.4.4)
29
+ actionmailer (6.1.6)
30
+ actionpack (= 6.1.6)
31
+ actionview (= 6.1.6)
32
+ activejob (= 6.1.6)
33
+ activesupport (= 6.1.6)
36
34
  mail (~> 2.5, >= 2.5.4)
37
35
  rails-dom-testing (~> 2.0)
38
- actionpack (6.1.4.4)
39
- actionview (= 6.1.4.4)
40
- activesupport (= 6.1.4.4)
36
+ actionpack (6.1.6)
37
+ actionview (= 6.1.6)
38
+ activesupport (= 6.1.6)
41
39
  rack (~> 2.0, >= 2.0.9)
42
40
  rack-test (>= 0.6.3)
43
41
  rails-dom-testing (~> 2.0)
44
42
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
45
- actiontext (6.1.4.4)
46
- actionpack (= 6.1.4.4)
47
- activerecord (= 6.1.4.4)
48
- activestorage (= 6.1.4.4)
49
- activesupport (= 6.1.4.4)
43
+ actiontext (6.1.6)
44
+ actionpack (= 6.1.6)
45
+ activerecord (= 6.1.6)
46
+ activestorage (= 6.1.6)
47
+ activesupport (= 6.1.6)
50
48
  nokogiri (>= 1.8.5)
51
- actionview (6.1.4.4)
52
- activesupport (= 6.1.4.4)
49
+ actionview (6.1.6)
50
+ activesupport (= 6.1.6)
53
51
  builder (~> 3.1)
54
52
  erubi (~> 1.4)
55
53
  rails-dom-testing (~> 2.0)
@@ -59,37 +57,35 @@ GEM
59
57
  activemodel (>= 4.1, < 7.1)
60
58
  case_transform (>= 0.2)
61
59
  jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
62
- activejob (6.1.4.4)
63
- activesupport (= 6.1.4.4)
60
+ activejob (6.1.6)
61
+ activesupport (= 6.1.6)
64
62
  globalid (>= 0.3.6)
65
- activemodel (6.1.4.4)
66
- activesupport (= 6.1.4.4)
67
- activerecord (6.1.4.4)
68
- activemodel (= 6.1.4.4)
69
- activesupport (= 6.1.4.4)
70
- activestorage (6.1.4.4)
71
- actionpack (= 6.1.4.4)
72
- activejob (= 6.1.4.4)
73
- activerecord (= 6.1.4.4)
74
- activesupport (= 6.1.4.4)
75
- marcel (~> 1.0.0)
63
+ activemodel (6.1.6)
64
+ activesupport (= 6.1.6)
65
+ activerecord (6.1.6)
66
+ activemodel (= 6.1.6)
67
+ activesupport (= 6.1.6)
68
+ activestorage (6.1.6)
69
+ actionpack (= 6.1.6)
70
+ activejob (= 6.1.6)
71
+ activerecord (= 6.1.6)
72
+ activesupport (= 6.1.6)
73
+ marcel (~> 1.0)
76
74
  mini_mime (>= 1.1.0)
77
- activesupport (6.1.4.4)
75
+ activesupport (6.1.6)
78
76
  concurrent-ruby (~> 1.0, >= 1.0.2)
79
77
  i18n (>= 1.6, < 2)
80
78
  minitest (>= 5.1)
81
79
  tzinfo (~> 2.0)
82
80
  zeitwerk (~> 2.3)
83
- addressable (2.8.0)
84
- public_suffix (>= 2.0.2, < 5.0)
85
81
  api-pagination (4.8.2)
86
82
  ast (2.4.2)
87
- bcrypt (3.1.16)
83
+ bcrypt (3.1.18)
88
84
  builder (3.2.4)
89
85
  case_transform (0.2)
90
86
  activesupport
91
87
  coderay (1.1.3)
92
- concurrent-ruby (1.1.9)
88
+ concurrent-ruby (1.1.10)
93
89
  coveralls (0.8.23)
94
90
  json (>= 1.8, < 3)
95
91
  simplecov (~> 0.16.1)
@@ -129,12 +125,10 @@ GEM
129
125
  guard (~> 2.1)
130
126
  guard-compat (~> 1.1)
131
127
  rspec (>= 2.99.0, < 4.0)
132
- i18n (1.8.11)
128
+ i18n (1.10.0)
133
129
  concurrent-ruby (~> 1.0)
134
130
  jaro_winkler (1.5.4)
135
131
  json (2.5.1)
136
- json-schema (2.8.1)
137
- addressable (>= 2.4)
138
132
  jsonapi-renderer (0.2.2)
139
133
  kaminari (1.2.2)
140
134
  activesupport (>= 4.1.0)
@@ -151,7 +145,7 @@ GEM
151
145
  listen (3.5.1)
152
146
  rb-fsevent (~> 0.10, >= 0.10.3)
153
147
  rb-inotify (~> 0.9, >= 0.9.10)
154
- loofah (2.13.0)
148
+ loofah (2.18.0)
155
149
  crass (~> 1.0.2)
156
150
  nokogiri (>= 1.5.9)
157
151
  lumberjack (1.2.8)
@@ -163,9 +157,11 @@ GEM
163
157
  minitest (5.15.0)
164
158
  nenv (0.3.0)
165
159
  nio4r (2.5.8)
166
- nokogiri (1.13.0-x86_64-darwin)
160
+ nokogiri (1.13.6-arm64-darwin)
167
161
  racc (~> 1.4)
168
- nokogiri (1.13.0-x86_64-linux)
162
+ nokogiri (1.13.6-x86_64-darwin)
163
+ racc (~> 1.4)
164
+ nokogiri (1.13.6-x86_64-linux)
169
165
  racc (~> 1.4)
170
166
  notiffany (0.1.3)
171
167
  nenv (~> 0.1)
@@ -181,42 +177,41 @@ GEM
181
177
  pry-rails (0.3.9)
182
178
  pry (>= 0.10.4)
183
179
  psych (4.0.1)
184
- public_suffix (4.0.6)
185
180
  racc (1.6.0)
186
181
  rack (2.2.3)
187
182
  rack-test (1.1.0)
188
183
  rack (>= 1.0, < 3)
189
- rails (6.1.4.4)
190
- actioncable (= 6.1.4.4)
191
- actionmailbox (= 6.1.4.4)
192
- actionmailer (= 6.1.4.4)
193
- actionpack (= 6.1.4.4)
194
- actiontext (= 6.1.4.4)
195
- actionview (= 6.1.4.4)
196
- activejob (= 6.1.4.4)
197
- activemodel (= 6.1.4.4)
198
- activerecord (= 6.1.4.4)
199
- activestorage (= 6.1.4.4)
200
- activesupport (= 6.1.4.4)
184
+ rails (6.1.6)
185
+ actioncable (= 6.1.6)
186
+ actionmailbox (= 6.1.6)
187
+ actionmailer (= 6.1.6)
188
+ actionpack (= 6.1.6)
189
+ actiontext (= 6.1.6)
190
+ actionview (= 6.1.6)
191
+ activejob (= 6.1.6)
192
+ activemodel (= 6.1.6)
193
+ activerecord (= 6.1.6)
194
+ activestorage (= 6.1.6)
195
+ activesupport (= 6.1.6)
201
196
  bundler (>= 1.15.0)
202
- railties (= 6.1.4.4)
197
+ railties (= 6.1.6)
203
198
  sprockets-rails (>= 2.0.0)
204
199
  rails-dom-testing (2.0.3)
205
200
  activesupport (>= 4.2.0)
206
201
  nokogiri (>= 1.6)
207
202
  rails-html-sanitizer (1.4.2)
208
203
  loofah (~> 2.3)
209
- railties (6.1.4.4)
210
- actionpack (= 6.1.4.4)
211
- activesupport (= 6.1.4.4)
204
+ railties (6.1.6)
205
+ actionpack (= 6.1.6)
206
+ activesupport (= 6.1.6)
212
207
  method_source
213
- rake (>= 0.13)
208
+ rake (>= 12.2)
214
209
  thor (~> 1.0)
215
210
  rainbow (3.0.0)
216
211
  rake (13.0.6)
217
- ransack (2.5.0)
218
- activerecord (>= 5.2.4)
219
- activesupport (>= 5.2.4)
212
+ ransack (3.2.0)
213
+ activerecord (>= 6.1.5)
214
+ activesupport (>= 6.1.5)
220
215
  i18n
221
216
  rb-fsevent (0.11.0)
222
217
  rb-inotify (0.10.1)
@@ -247,15 +242,6 @@ GEM
247
242
  rspec-support (3.10.2)
248
243
  rspec_junit_formatter (0.4.1)
249
244
  rspec-core (>= 2, < 4, != 2.12.0)
250
- rswag-api (2.5.1)
251
- railties (>= 3.1, < 7.1)
252
- rswag-specs (2.4.0)
253
- activesupport (>= 3.1, < 7.0)
254
- json-schema (~> 2.2)
255
- railties (>= 3.1, < 7.0)
256
- rswag-ui (2.5.1)
257
- actionpack (>= 3.1, < 7.1)
258
- railties (>= 3.1, < 7.1)
259
245
  rubocop (0.65.0)
260
246
  jaro_winkler (~> 1.5.1)
261
247
  parallel (~> 1.10)
@@ -278,7 +264,7 @@ GEM
278
264
  json (>= 1.8, < 3)
279
265
  simplecov-html (~> 0.10.0)
280
266
  simplecov-html (0.10.2)
281
- sprockets (4.0.2)
267
+ sprockets (4.0.3)
282
268
  concurrent-ruby (~> 1.0)
283
269
  rack (> 1, < 3)
284
270
  sprockets-rails (3.4.2)
@@ -307,9 +293,10 @@ GEM
307
293
  websocket-extensions (0.1.5)
308
294
  yard (0.9.27)
309
295
  webrick (~> 1.7.0)
310
- zeitwerk (2.5.3)
296
+ zeitwerk (2.5.4)
311
297
 
312
298
  PLATFORMS
299
+ arm64-darwin-20
313
300
  x86_64-darwin-20
314
301
  x86_64-linux
315
302
 
@@ -323,10 +310,9 @@ DEPENDENCIES
323
310
  pry-rails
324
311
  rspec-rails
325
312
  rspec_junit_formatter
326
- rswag-specs
327
313
  rubocop (= 0.65.0)
328
314
  rubocop-rspec
329
315
  sqlite3 (~> 1.4.2)
330
316
 
331
317
  BUNDLED WITH
332
- 2.2.15
318
+ 2.4.10