rbs_devise 1.0.0 → 1.1.0
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/.rubocop.yml +2 -2
- data/.vscode/settings.json +4 -1
- data/Steepfile +1 -0
- data/lib/rbs_devise/version.rb +1 -1
- data/rbs_collection.lock.yaml +128 -42
- metadata +7 -8
- data/rbs_devise.gemspec +0 -36
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: feab1375143f9b272b02eeced37e925a284c4365bf9843b2a7c1b3e8dd775a90
|
4
|
+
data.tar.gz: 53151f7c2c4e35d9abba32d3b39fafbadd3acf1a02cb92a49882d1cacd4d4254
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 63033609458d0f6422c6478eaec1be036fbc3a1608b37b91744745d93e46ec626ac4517be8d48d3c92bf5954712a5683f57353f35528612be485a82da96dbf59
|
7
|
+
data.tar.gz: b4239b9b16e4fb508771ad055d62d9093ceb85a33c3013fbfc1ca53afa0158b165112575af8b8fdddc0a1253615a65e37855e949a24616f1a578411a69f24e87
|
data/.rubocop.yml
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
AllCops:
|
2
|
-
TargetRubyVersion:
|
2
|
+
TargetRubyVersion: 3.1
|
3
3
|
|
4
4
|
Style/Documentation:
|
5
5
|
Enabled: false
|
@@ -14,7 +14,7 @@ Style/StringLiteralsInInterpolation:
|
|
14
14
|
|
15
15
|
Layout/BlockLength:
|
16
16
|
Exclude:
|
17
|
-
-
|
17
|
+
- "spec/**/*_spec.rb"
|
18
18
|
|
19
19
|
Layout/LineLength:
|
20
20
|
Max: 120
|
data/.vscode/settings.json
CHANGED
data/Steepfile
CHANGED
data/lib/rbs_devise/version.rb
CHANGED
data/rbs_collection.lock.yaml
CHANGED
@@ -1,26 +1,36 @@
|
|
1
1
|
---
|
2
|
-
sources:
|
3
|
-
- type: git
|
4
|
-
name: ruby/gem_rbs_collection
|
5
|
-
revision: 218cf130d31f63e110e350efc3fa265311b0f238
|
6
|
-
remote: https://github.com/ruby/gem_rbs_collection.git
|
7
|
-
repo_dir: gems
|
8
2
|
path: ".gem_rbs_collection"
|
9
3
|
gems:
|
4
|
+
- name: actioncable
|
5
|
+
version: '7.1'
|
6
|
+
source:
|
7
|
+
type: git
|
8
|
+
name: ruby/gem_rbs_collection
|
9
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
10
|
+
remote: https://github.com/ruby/gem_rbs_collection.git
|
11
|
+
repo_dir: gems
|
10
12
|
- name: actionmailer
|
11
13
|
version: '7.0'
|
12
14
|
source:
|
13
15
|
type: git
|
14
16
|
name: ruby/gem_rbs_collection
|
15
|
-
revision:
|
17
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
16
18
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
17
19
|
repo_dir: gems
|
18
20
|
- name: actionpack
|
19
|
-
version: '
|
21
|
+
version: '7.2'
|
20
22
|
source:
|
21
23
|
type: git
|
22
24
|
name: ruby/gem_rbs_collection
|
23
|
-
revision:
|
25
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
26
|
+
remote: https://github.com/ruby/gem_rbs_collection.git
|
27
|
+
repo_dir: gems
|
28
|
+
- name: actiontext
|
29
|
+
version: '7.2'
|
30
|
+
source:
|
31
|
+
type: git
|
32
|
+
name: ruby/gem_rbs_collection
|
33
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
24
34
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
25
35
|
repo_dir: gems
|
26
36
|
- name: actionview
|
@@ -28,7 +38,7 @@ gems:
|
|
28
38
|
source:
|
29
39
|
type: git
|
30
40
|
name: ruby/gem_rbs_collection
|
31
|
-
revision:
|
41
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
32
42
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
33
43
|
repo_dir: gems
|
34
44
|
- name: activejob
|
@@ -36,23 +46,31 @@ gems:
|
|
36
46
|
source:
|
37
47
|
type: git
|
38
48
|
name: ruby/gem_rbs_collection
|
39
|
-
revision:
|
49
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
40
50
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
41
51
|
repo_dir: gems
|
42
52
|
- name: activemodel
|
43
|
-
version: '7.
|
53
|
+
version: '7.1'
|
44
54
|
source:
|
45
55
|
type: git
|
46
56
|
name: ruby/gem_rbs_collection
|
47
|
-
revision:
|
57
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
48
58
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
49
59
|
repo_dir: gems
|
50
60
|
- name: activerecord
|
51
|
-
version: '7.
|
61
|
+
version: '7.2'
|
52
62
|
source:
|
53
63
|
type: git
|
54
64
|
name: ruby/gem_rbs_collection
|
55
|
-
revision:
|
65
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
66
|
+
remote: https://github.com/ruby/gem_rbs_collection.git
|
67
|
+
repo_dir: gems
|
68
|
+
- name: activestorage
|
69
|
+
version: '7.0'
|
70
|
+
source:
|
71
|
+
type: git
|
72
|
+
name: ruby/gem_rbs_collection
|
73
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
56
74
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
57
75
|
repo_dir: gems
|
58
76
|
- name: activesupport
|
@@ -60,7 +78,7 @@ gems:
|
|
60
78
|
source:
|
61
79
|
type: git
|
62
80
|
name: ruby/gem_rbs_collection
|
63
|
-
revision:
|
81
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
64
82
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
65
83
|
repo_dir: gems
|
66
84
|
- name: ast
|
@@ -68,25 +86,37 @@ gems:
|
|
68
86
|
source:
|
69
87
|
type: git
|
70
88
|
name: ruby/gem_rbs_collection
|
71
|
-
revision:
|
89
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
72
90
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
73
91
|
repo_dir: gems
|
74
92
|
- name: base64
|
75
|
-
version: '0'
|
93
|
+
version: '0.1'
|
76
94
|
source:
|
77
|
-
type:
|
95
|
+
type: git
|
96
|
+
name: ruby/gem_rbs_collection
|
97
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
98
|
+
remote: https://github.com/ruby/gem_rbs_collection.git
|
99
|
+
repo_dir: gems
|
78
100
|
- name: bcrypt
|
79
101
|
version: '3.1'
|
80
102
|
source:
|
81
103
|
type: git
|
82
104
|
name: ruby/gem_rbs_collection
|
83
|
-
revision:
|
105
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
84
106
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
85
107
|
repo_dir: gems
|
86
|
-
- name:
|
108
|
+
- name: benchmark
|
87
109
|
version: '0'
|
88
110
|
source:
|
89
111
|
type: stdlib
|
112
|
+
- name: bigdecimal
|
113
|
+
version: '3.1'
|
114
|
+
source:
|
115
|
+
type: git
|
116
|
+
name: ruby/gem_rbs_collection
|
117
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
118
|
+
remote: https://github.com/ruby/gem_rbs_collection.git
|
119
|
+
repo_dir: gems
|
90
120
|
- name: cgi
|
91
121
|
version: '0'
|
92
122
|
source:
|
@@ -96,7 +126,7 @@ gems:
|
|
96
126
|
source:
|
97
127
|
type: git
|
98
128
|
name: ruby/gem_rbs_collection
|
99
|
-
revision:
|
129
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
100
130
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
101
131
|
repo_dir: gems
|
102
132
|
- name: connection_pool
|
@@ -104,13 +134,29 @@ gems:
|
|
104
134
|
source:
|
105
135
|
type: git
|
106
136
|
name: ruby/gem_rbs_collection
|
107
|
-
revision:
|
137
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
108
138
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
109
139
|
repo_dir: gems
|
110
140
|
- name: date
|
111
141
|
version: '0'
|
112
142
|
source:
|
113
143
|
type: stdlib
|
144
|
+
- name: delegate
|
145
|
+
version: '0'
|
146
|
+
source:
|
147
|
+
type: stdlib
|
148
|
+
- name: devise
|
149
|
+
version: '4.9'
|
150
|
+
source:
|
151
|
+
type: git
|
152
|
+
name: ruby/gem_rbs_collection
|
153
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
154
|
+
remote: https://github.com/ruby/gem_rbs_collection.git
|
155
|
+
repo_dir: gems
|
156
|
+
- name: digest
|
157
|
+
version: '0'
|
158
|
+
source:
|
159
|
+
type: stdlib
|
114
160
|
- name: erb
|
115
161
|
version: '0'
|
116
162
|
source:
|
@@ -124,7 +170,7 @@ gems:
|
|
124
170
|
source:
|
125
171
|
type: git
|
126
172
|
name: ruby/gem_rbs_collection
|
127
|
-
revision:
|
173
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
128
174
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
129
175
|
repo_dir: gems
|
130
176
|
- name: i18n
|
@@ -132,7 +178,7 @@ gems:
|
|
132
178
|
source:
|
133
179
|
type: git
|
134
180
|
name: ruby/gem_rbs_collection
|
135
|
-
revision:
|
181
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
136
182
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
137
183
|
repo_dir: gems
|
138
184
|
- name: io-console
|
@@ -152,7 +198,15 @@ gems:
|
|
152
198
|
source:
|
153
199
|
type: git
|
154
200
|
name: ruby/gem_rbs_collection
|
155
|
-
revision:
|
201
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
202
|
+
remote: https://github.com/ruby/gem_rbs_collection.git
|
203
|
+
repo_dir: gems
|
204
|
+
- name: marcel
|
205
|
+
version: '1.0'
|
206
|
+
source:
|
207
|
+
type: git
|
208
|
+
name: ruby/gem_rbs_collection
|
209
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
156
210
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
157
211
|
repo_dir: gems
|
158
212
|
- name: mini_mime
|
@@ -160,27 +214,43 @@ gems:
|
|
160
214
|
source:
|
161
215
|
type: git
|
162
216
|
name: ruby/gem_rbs_collection
|
163
|
-
revision:
|
217
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
164
218
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
165
219
|
repo_dir: gems
|
166
220
|
- name: minitest
|
167
|
-
version: '
|
221
|
+
version: '5.25'
|
168
222
|
source:
|
169
|
-
type:
|
223
|
+
type: git
|
224
|
+
name: ruby/gem_rbs_collection
|
225
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
226
|
+
remote: https://github.com/ruby/gem_rbs_collection.git
|
227
|
+
repo_dir: gems
|
170
228
|
- name: monitor
|
171
229
|
version: '0'
|
172
230
|
source:
|
173
231
|
type: stdlib
|
174
232
|
- name: mutex_m
|
233
|
+
version: 0.3.0
|
234
|
+
source:
|
235
|
+
type: rubygems
|
236
|
+
- name: net-protocol
|
175
237
|
version: '0'
|
176
238
|
source:
|
177
239
|
type: stdlib
|
240
|
+
- name: net-smtp
|
241
|
+
version: '0.5'
|
242
|
+
source:
|
243
|
+
type: git
|
244
|
+
name: ruby/gem_rbs_collection
|
245
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
246
|
+
remote: https://github.com/ruby/gem_rbs_collection.git
|
247
|
+
repo_dir: gems
|
178
248
|
- name: nokogiri
|
179
249
|
version: '1.11'
|
180
250
|
source:
|
181
251
|
type: git
|
182
252
|
name: ruby/gem_rbs_collection
|
183
|
-
revision:
|
253
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
184
254
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
185
255
|
repo_dir: gems
|
186
256
|
- name: openssl
|
@@ -192,7 +262,7 @@ gems:
|
|
192
262
|
source:
|
193
263
|
type: git
|
194
264
|
name: ruby/gem_rbs_collection
|
195
|
-
revision:
|
265
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
196
266
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
197
267
|
repo_dir: gems
|
198
268
|
- name: parser
|
@@ -200,19 +270,23 @@ gems:
|
|
200
270
|
source:
|
201
271
|
type: git
|
202
272
|
name: ruby/gem_rbs_collection
|
203
|
-
revision:
|
273
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
204
274
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
205
275
|
repo_dir: gems
|
206
276
|
- name: pathname
|
207
277
|
version: '0'
|
208
278
|
source:
|
209
279
|
type: stdlib
|
280
|
+
- name: prism
|
281
|
+
version: 1.4.0
|
282
|
+
source:
|
283
|
+
type: rubygems
|
210
284
|
- name: rack
|
211
285
|
version: '2.2'
|
212
286
|
source:
|
213
287
|
type: git
|
214
288
|
name: ruby/gem_rbs_collection
|
215
|
-
revision:
|
289
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
216
290
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
217
291
|
repo_dir: gems
|
218
292
|
- name: rails-dom-testing
|
@@ -220,7 +294,15 @@ gems:
|
|
220
294
|
source:
|
221
295
|
type: git
|
222
296
|
name: ruby/gem_rbs_collection
|
223
|
-
revision:
|
297
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
298
|
+
remote: https://github.com/ruby/gem_rbs_collection.git
|
299
|
+
repo_dir: gems
|
300
|
+
- name: rails-html-sanitizer
|
301
|
+
version: '1.6'
|
302
|
+
source:
|
303
|
+
type: git
|
304
|
+
name: ruby/gem_rbs_collection
|
305
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
224
306
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
225
307
|
repo_dir: gems
|
226
308
|
- name: railties
|
@@ -228,7 +310,7 @@ gems:
|
|
228
310
|
source:
|
229
311
|
type: git
|
230
312
|
name: ruby/gem_rbs_collection
|
231
|
-
revision:
|
313
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
232
314
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
233
315
|
repo_dir: gems
|
234
316
|
- name: rainbow
|
@@ -236,7 +318,7 @@ gems:
|
|
236
318
|
source:
|
237
319
|
type: git
|
238
320
|
name: ruby/gem_rbs_collection
|
239
|
-
revision:
|
321
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
240
322
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
241
323
|
repo_dir: gems
|
242
324
|
- name: rake
|
@@ -244,7 +326,7 @@ gems:
|
|
244
326
|
source:
|
245
327
|
type: git
|
246
328
|
name: ruby/gem_rbs_collection
|
247
|
-
revision:
|
329
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
248
330
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
249
331
|
repo_dir: gems
|
250
332
|
- name: rdoc
|
@@ -256,7 +338,7 @@ gems:
|
|
256
338
|
source:
|
257
339
|
type: git
|
258
340
|
name: ruby/gem_rbs_collection
|
259
|
-
revision:
|
341
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
260
342
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
261
343
|
repo_dir: gems
|
262
344
|
- name: rubocop
|
@@ -264,7 +346,7 @@ gems:
|
|
264
346
|
source:
|
265
347
|
type: git
|
266
348
|
name: ruby/gem_rbs_collection
|
267
|
-
revision:
|
349
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
268
350
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
269
351
|
repo_dir: gems
|
270
352
|
- name: rubocop-ast
|
@@ -272,7 +354,7 @@ gems:
|
|
272
354
|
source:
|
273
355
|
type: git
|
274
356
|
name: ruby/gem_rbs_collection
|
275
|
-
revision:
|
357
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
276
358
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
277
359
|
repo_dir: gems
|
278
360
|
- name: securerandom
|
@@ -287,6 +369,10 @@ gems:
|
|
287
369
|
version: '0'
|
288
370
|
source:
|
289
371
|
type: stdlib
|
372
|
+
- name: stringio
|
373
|
+
version: '0'
|
374
|
+
source:
|
375
|
+
type: stdlib
|
290
376
|
- name: tempfile
|
291
377
|
version: '0'
|
292
378
|
source:
|
@@ -296,7 +382,7 @@ gems:
|
|
296
382
|
source:
|
297
383
|
type: git
|
298
384
|
name: ruby/gem_rbs_collection
|
299
|
-
revision:
|
385
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
300
386
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
301
387
|
repo_dir: gems
|
302
388
|
- name: time
|
@@ -316,7 +402,7 @@ gems:
|
|
316
402
|
source:
|
317
403
|
type: git
|
318
404
|
name: ruby/gem_rbs_collection
|
319
|
-
revision:
|
405
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
320
406
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
321
407
|
repo_dir: gems
|
322
408
|
- name: uri
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rbs_devise
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Takeshi KOMIYA
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-05-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: devise
|
@@ -60,7 +60,6 @@ files:
|
|
60
60
|
- lib/rbs_devise/version.rb
|
61
61
|
- rbs_collection.lock.yaml
|
62
62
|
- rbs_collection.yaml
|
63
|
-
- rbs_devise.gemspec
|
64
63
|
- sessions_controller.rbs
|
65
64
|
- sig/generators/rbs_devise/install_generator.rbs
|
66
65
|
- sig/rbs_devise.rbs
|
@@ -73,7 +72,7 @@ metadata:
|
|
73
72
|
homepage_uri: https://github.com/tk0miya/rbs_devise
|
74
73
|
source_code_uri: https://github.com/tk0miya/rbs_devise
|
75
74
|
changelog_uri: https://github.com/tk0miya/rbs_devise
|
76
|
-
post_install_message:
|
75
|
+
post_install_message:
|
77
76
|
rdoc_options: []
|
78
77
|
require_paths:
|
79
78
|
- lib
|
@@ -81,15 +80,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
81
80
|
requirements:
|
82
81
|
- - ">="
|
83
82
|
- !ruby/object:Gem::Version
|
84
|
-
version:
|
83
|
+
version: 3.1.0
|
85
84
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
86
85
|
requirements:
|
87
86
|
- - ">="
|
88
87
|
- !ruby/object:Gem::Version
|
89
88
|
version: '0'
|
90
89
|
requirements: []
|
91
|
-
rubygems_version: 3.
|
92
|
-
signing_key:
|
90
|
+
rubygems_version: 3.5.22
|
91
|
+
signing_key:
|
93
92
|
specification_version: 4
|
94
93
|
summary: A RBS files generator for discard gem
|
95
94
|
test_files: []
|
data/rbs_devise.gemspec
DELETED
@@ -1,36 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require_relative "lib/rbs_devise/version"
|
4
|
-
|
5
|
-
Gem::Specification.new do |spec|
|
6
|
-
spec.name = "rbs_devise"
|
7
|
-
spec.version = RbsDevise::VERSION
|
8
|
-
spec.authors = ["Takeshi KOMIYA"]
|
9
|
-
spec.email = ["i.tkomiya@gmail.com"]
|
10
|
-
|
11
|
-
spec.summary = "A RBS files generator for discard gem"
|
12
|
-
spec.description = "A RBS files generator for discard gem"
|
13
|
-
spec.homepage = "https://github.com/tk0miya/rbs_devise"
|
14
|
-
spec.license = "MIT"
|
15
|
-
spec.required_ruby_version = ">= 2.7.0"
|
16
|
-
|
17
|
-
spec.metadata["homepage_uri"] = spec.homepage
|
18
|
-
spec.metadata["source_code_uri"] = spec.homepage
|
19
|
-
spec.metadata["changelog_uri"] = spec.homepage
|
20
|
-
|
21
|
-
spec.files = Dir.chdir(__dir__) do
|
22
|
-
`git ls-files -z`.split("\x0").reject do |f|
|
23
|
-
(File.expand_path(f) == __FILE__) ||
|
24
|
-
f.start_with?(*%w[bin/ test/ spec/ features/ .git .circleci appveyor Gemfile])
|
25
|
-
end
|
26
|
-
end
|
27
|
-
spec.bindir = "exe"
|
28
|
-
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
|
29
|
-
spec.require_paths = ["lib"]
|
30
|
-
|
31
|
-
spec.add_dependency "devise"
|
32
|
-
spec.add_dependency "rails"
|
33
|
-
|
34
|
-
# For more information and examples about making a new gem, check out our
|
35
|
-
# guide at: https://bundler.io/guides/creating_gem.html
|
36
|
-
end
|