rbs_devise 0.2.2 → 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/devise.rb +2 -2
- data/lib/rbs_devise/rake_task.rb +1 -1
- data/lib/rbs_devise/version.rb +1 -1
- data/rbs_collection.lock.yaml +199 -33
- metadata +7 -10
- data/rbs_devise.gemspec +0 -36
- data/sig/shims/rake.rbs +0 -18
- data/sig/shims/thor.rbs +0 -5
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/devise.rb
CHANGED
@@ -100,9 +100,9 @@ module RbsDevise
|
|
100
100
|
class DeviseController < #{parent_controller}
|
101
101
|
def find_message: (String | Symbol kind, ?Hash[untyped, untyped] options) -> String
|
102
102
|
def navigational_formats: () -> Array[Mime::Type]
|
103
|
-
def resource: () -> #{resource_classes.join(" | ")}
|
103
|
+
def resource: () -> (#{resource_classes.join(" | ")})
|
104
104
|
def resource=: #{resource_classes.map { |klass| "(#{klass}) -> #{klass}" }.join(" | ")}
|
105
|
-
def resource_class: () -> #{resource_classes.map { |klass| "singleton(#{klass})" }.join(" | ")}
|
105
|
+
def resource_class: () -> (#{resource_classes.map { |klass| "singleton(#{klass})" }.join(" | ")})
|
106
106
|
def resource_name: () -> Symbol
|
107
107
|
end
|
108
108
|
RBS
|
data/lib/rbs_devise/rake_task.rb
CHANGED
@@ -28,7 +28,7 @@ module RbsDevise
|
|
28
28
|
def define_generate_task
|
29
29
|
desc "Generate a RBS file for Devise"
|
30
30
|
task("#{name}:generate": :environment) do
|
31
|
-
require "rbs_devise"
|
31
|
+
require "rbs_devise" # load RbsDevise lazily
|
32
32
|
|
33
33
|
next unless RbsDevise::Devise.available?
|
34
34
|
|
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: 5666e737d2b27a8425b4e3855c1a38cae54989f7
|
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'
|
22
|
+
source:
|
23
|
+
type: git
|
24
|
+
name: ruby/gem_rbs_collection
|
25
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
26
|
+
remote: https://github.com/ruby/gem_rbs_collection.git
|
27
|
+
repo_dir: gems
|
28
|
+
- name: actiontext
|
29
|
+
version: '7.2'
|
20
30
|
source:
|
21
31
|
type: git
|
22
32
|
name: ruby/gem_rbs_collection
|
23
|
-
revision:
|
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,31 +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
|
56
66
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
57
67
|
repo_dir: gems
|
58
68
|
- name: activestorage
|
59
|
-
version: '
|
69
|
+
version: '7.0'
|
60
70
|
source:
|
61
71
|
type: git
|
62
72
|
name: ruby/gem_rbs_collection
|
63
|
-
revision:
|
73
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
64
74
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
65
75
|
repo_dir: gems
|
66
76
|
- name: activesupport
|
@@ -68,7 +78,7 @@ gems:
|
|
68
78
|
source:
|
69
79
|
type: git
|
70
80
|
name: ruby/gem_rbs_collection
|
71
|
-
revision:
|
81
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
72
82
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
73
83
|
repo_dir: gems
|
74
84
|
- name: ast
|
@@ -76,19 +86,35 @@ gems:
|
|
76
86
|
source:
|
77
87
|
type: git
|
78
88
|
name: ruby/gem_rbs_collection
|
79
|
-
revision:
|
89
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
80
90
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
81
91
|
repo_dir: gems
|
82
92
|
- name: base64
|
93
|
+
version: '0.1'
|
94
|
+
source:
|
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
|
100
|
+
- name: bcrypt
|
101
|
+
version: '3.1'
|
102
|
+
source:
|
103
|
+
type: git
|
104
|
+
name: ruby/gem_rbs_collection
|
105
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
106
|
+
remote: https://github.com/ruby/gem_rbs_collection.git
|
107
|
+
repo_dir: gems
|
108
|
+
- name: benchmark
|
83
109
|
version: '0'
|
84
110
|
source:
|
85
111
|
type: stdlib
|
86
|
-
- name:
|
112
|
+
- name: bigdecimal
|
87
113
|
version: '3.1'
|
88
114
|
source:
|
89
115
|
type: git
|
90
116
|
name: ruby/gem_rbs_collection
|
91
|
-
revision:
|
117
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
92
118
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
93
119
|
repo_dir: gems
|
94
120
|
- name: cgi
|
@@ -100,23 +126,51 @@ gems:
|
|
100
126
|
source:
|
101
127
|
type: git
|
102
128
|
name: ruby/gem_rbs_collection
|
103
|
-
revision:
|
129
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
130
|
+
remote: https://github.com/ruby/gem_rbs_collection.git
|
131
|
+
repo_dir: gems
|
132
|
+
- name: connection_pool
|
133
|
+
version: '2.4'
|
134
|
+
source:
|
135
|
+
type: git
|
136
|
+
name: ruby/gem_rbs_collection
|
137
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
104
138
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
105
139
|
repo_dir: gems
|
106
140
|
- name: date
|
107
141
|
version: '0'
|
108
142
|
source:
|
109
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
|
110
160
|
- name: erb
|
111
161
|
version: '0'
|
112
162
|
source:
|
113
163
|
type: stdlib
|
164
|
+
- name: fileutils
|
165
|
+
version: '0'
|
166
|
+
source:
|
167
|
+
type: stdlib
|
114
168
|
- name: globalid
|
115
169
|
version: '1.1'
|
116
170
|
source:
|
117
171
|
type: git
|
118
172
|
name: ruby/gem_rbs_collection
|
119
|
-
revision:
|
173
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
120
174
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
121
175
|
repo_dir: gems
|
122
176
|
- name: i18n
|
@@ -124,9 +178,13 @@ gems:
|
|
124
178
|
source:
|
125
179
|
type: git
|
126
180
|
name: ruby/gem_rbs_collection
|
127
|
-
revision:
|
181
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
128
182
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
129
183
|
repo_dir: gems
|
184
|
+
- name: io-console
|
185
|
+
version: '0'
|
186
|
+
source:
|
187
|
+
type: stdlib
|
130
188
|
- name: json
|
131
189
|
version: '0'
|
132
190
|
source:
|
@@ -140,27 +198,59 @@ gems:
|
|
140
198
|
source:
|
141
199
|
type: git
|
142
200
|
name: ruby/gem_rbs_collection
|
143
|
-
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
|
210
|
+
remote: https://github.com/ruby/gem_rbs_collection.git
|
211
|
+
repo_dir: gems
|
212
|
+
- name: mini_mime
|
213
|
+
version: '0.1'
|
214
|
+
source:
|
215
|
+
type: git
|
216
|
+
name: ruby/gem_rbs_collection
|
217
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
144
218
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
145
219
|
repo_dir: gems
|
146
220
|
- name: minitest
|
147
|
-
version: '
|
221
|
+
version: '5.25'
|
148
222
|
source:
|
149
|
-
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
|
150
228
|
- name: monitor
|
151
229
|
version: '0'
|
152
230
|
source:
|
153
231
|
type: stdlib
|
154
232
|
- name: mutex_m
|
233
|
+
version: 0.3.0
|
234
|
+
source:
|
235
|
+
type: rubygems
|
236
|
+
- name: net-protocol
|
155
237
|
version: '0'
|
156
238
|
source:
|
157
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
|
158
248
|
- name: nokogiri
|
159
249
|
version: '1.11'
|
160
250
|
source:
|
161
251
|
type: git
|
162
252
|
name: ruby/gem_rbs_collection
|
163
|
-
revision:
|
253
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
164
254
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
165
255
|
repo_dir: gems
|
166
256
|
- name: openssl
|
@@ -172,19 +262,31 @@ gems:
|
|
172
262
|
source:
|
173
263
|
type: git
|
174
264
|
name: ruby/gem_rbs_collection
|
175
|
-
revision:
|
265
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
266
|
+
remote: https://github.com/ruby/gem_rbs_collection.git
|
267
|
+
repo_dir: gems
|
268
|
+
- name: parser
|
269
|
+
version: '3.2'
|
270
|
+
source:
|
271
|
+
type: git
|
272
|
+
name: ruby/gem_rbs_collection
|
273
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
176
274
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
177
275
|
repo_dir: gems
|
178
276
|
- name: pathname
|
179
277
|
version: '0'
|
180
278
|
source:
|
181
279
|
type: stdlib
|
280
|
+
- name: prism
|
281
|
+
version: 1.4.0
|
282
|
+
source:
|
283
|
+
type: rubygems
|
182
284
|
- name: rack
|
183
285
|
version: '2.2'
|
184
286
|
source:
|
185
287
|
type: git
|
186
288
|
name: ruby/gem_rbs_collection
|
187
|
-
revision:
|
289
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
188
290
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
189
291
|
repo_dir: gems
|
190
292
|
- name: rails-dom-testing
|
@@ -192,7 +294,15 @@ gems:
|
|
192
294
|
source:
|
193
295
|
type: git
|
194
296
|
name: ruby/gem_rbs_collection
|
195
|
-
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
|
196
306
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
197
307
|
repo_dir: gems
|
198
308
|
- name: railties
|
@@ -200,7 +310,7 @@ gems:
|
|
200
310
|
source:
|
201
311
|
type: git
|
202
312
|
name: ruby/gem_rbs_collection
|
203
|
-
revision:
|
313
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
204
314
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
205
315
|
repo_dir: gems
|
206
316
|
- name: rainbow
|
@@ -208,7 +318,43 @@ gems:
|
|
208
318
|
source:
|
209
319
|
type: git
|
210
320
|
name: ruby/gem_rbs_collection
|
211
|
-
revision:
|
321
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
322
|
+
remote: https://github.com/ruby/gem_rbs_collection.git
|
323
|
+
repo_dir: gems
|
324
|
+
- name: rake
|
325
|
+
version: '13.0'
|
326
|
+
source:
|
327
|
+
type: git
|
328
|
+
name: ruby/gem_rbs_collection
|
329
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
330
|
+
remote: https://github.com/ruby/gem_rbs_collection.git
|
331
|
+
repo_dir: gems
|
332
|
+
- name: rdoc
|
333
|
+
version: '0'
|
334
|
+
source:
|
335
|
+
type: stdlib
|
336
|
+
- name: regexp_parser
|
337
|
+
version: '2.8'
|
338
|
+
source:
|
339
|
+
type: git
|
340
|
+
name: ruby/gem_rbs_collection
|
341
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
342
|
+
remote: https://github.com/ruby/gem_rbs_collection.git
|
343
|
+
repo_dir: gems
|
344
|
+
- name: rubocop
|
345
|
+
version: '1.57'
|
346
|
+
source:
|
347
|
+
type: git
|
348
|
+
name: ruby/gem_rbs_collection
|
349
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
350
|
+
remote: https://github.com/ruby/gem_rbs_collection.git
|
351
|
+
repo_dir: gems
|
352
|
+
- name: rubocop-ast
|
353
|
+
version: '1.30'
|
354
|
+
source:
|
355
|
+
type: git
|
356
|
+
name: ruby/gem_rbs_collection
|
357
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
212
358
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
213
359
|
repo_dir: gems
|
214
360
|
- name: securerandom
|
@@ -223,10 +369,22 @@ gems:
|
|
223
369
|
version: '0'
|
224
370
|
source:
|
225
371
|
type: stdlib
|
372
|
+
- name: stringio
|
373
|
+
version: '0'
|
374
|
+
source:
|
375
|
+
type: stdlib
|
226
376
|
- name: tempfile
|
227
377
|
version: '0'
|
228
378
|
source:
|
229
379
|
type: stdlib
|
380
|
+
- name: thor
|
381
|
+
version: '1.2'
|
382
|
+
source:
|
383
|
+
type: git
|
384
|
+
name: ruby/gem_rbs_collection
|
385
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
386
|
+
remote: https://github.com/ruby/gem_rbs_collection.git
|
387
|
+
repo_dir: gems
|
230
388
|
- name: time
|
231
389
|
version: '0'
|
232
390
|
source:
|
@@ -239,6 +397,14 @@ gems:
|
|
239
397
|
version: '0'
|
240
398
|
source:
|
241
399
|
type: stdlib
|
400
|
+
- name: tzinfo
|
401
|
+
version: '2.0'
|
402
|
+
source:
|
403
|
+
type: git
|
404
|
+
name: ruby/gem_rbs_collection
|
405
|
+
revision: eb6867fdb70e82e3aac6b51623ed1b6760c3c072
|
406
|
+
remote: https://github.com/ruby/gem_rbs_collection.git
|
407
|
+
repo_dir: gems
|
242
408
|
- name: uri
|
243
409
|
version: '0'
|
244
410
|
source:
|
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:
|
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,14 +60,11 @@ 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
|
67
66
|
- sig/rbs_devise/devise.rbs
|
68
67
|
- sig/rbs_devise/rake_task.rbs
|
69
|
-
- sig/shims/rake.rbs
|
70
|
-
- sig/shims/thor.rbs
|
71
68
|
homepage: https://github.com/tk0miya/rbs_devise
|
72
69
|
licenses:
|
73
70
|
- MIT
|
@@ -75,7 +72,7 @@ metadata:
|
|
75
72
|
homepage_uri: https://github.com/tk0miya/rbs_devise
|
76
73
|
source_code_uri: https://github.com/tk0miya/rbs_devise
|
77
74
|
changelog_uri: https://github.com/tk0miya/rbs_devise
|
78
|
-
post_install_message:
|
75
|
+
post_install_message:
|
79
76
|
rdoc_options: []
|
80
77
|
require_paths:
|
81
78
|
- lib
|
@@ -83,15 +80,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
83
80
|
requirements:
|
84
81
|
- - ">="
|
85
82
|
- !ruby/object:Gem::Version
|
86
|
-
version:
|
83
|
+
version: 3.1.0
|
87
84
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
88
85
|
requirements:
|
89
86
|
- - ">="
|
90
87
|
- !ruby/object:Gem::Version
|
91
88
|
version: '0'
|
92
89
|
requirements: []
|
93
|
-
rubygems_version: 3.
|
94
|
-
signing_key:
|
90
|
+
rubygems_version: 3.5.22
|
91
|
+
signing_key:
|
95
92
|
specification_version: 4
|
96
93
|
summary: A RBS files generator for discard gem
|
97
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.6.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
|
data/sig/shims/rake.rbs
DELETED
@@ -1,18 +0,0 @@
|
|
1
|
-
module Rake
|
2
|
-
class TaskLib
|
3
|
-
include Rake::DSL
|
4
|
-
end
|
5
|
-
|
6
|
-
module DSL
|
7
|
-
private
|
8
|
-
|
9
|
-
def desc: (String description) -> void
|
10
|
-
def file: (*untyped args) ?{ () -> void } -> void
|
11
|
-
def import: (*String fns) -> void
|
12
|
-
def multitask: (*untyped args) ?{ () -> void } -> void
|
13
|
-
def namespace: (?String? name) ?{ () -> void } -> void
|
14
|
-
def rule: (*untyped args) ?{ () -> void } -> void
|
15
|
-
def task: (*untyped args) ?{ () -> void } -> void
|
16
|
-
def sh: (*String cmd) ?{ (bool, Process::Status) -> void } -> void
|
17
|
-
end
|
18
|
-
end
|