noe 1.5.0 → 1.5.1
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.md +6 -0
- data/Gemfile +1 -2
- data/Gemfile.lock +3 -2
- data/lib/noe.rbc +393 -0
- data/lib/noe/commons.rbc +1012 -0
- data/lib/noe/config.rbc +1534 -0
- data/lib/noe/ext/array.rbc +330 -0
- data/lib/noe/ext/hash.rbc +1193 -0
- data/lib/noe/go.rbc +5618 -0
- data/lib/noe/help.rbc +473 -0
- data/lib/noe/install.rbc +1521 -0
- data/lib/noe/list.rbc +1692 -0
- data/lib/noe/loader.rb +1 -1
- data/lib/noe/loader.rbc +85 -0
- data/lib/noe/main.rbc +1323 -0
- data/lib/noe/prepare.rb +14 -7
- data/lib/noe/prepare.rbc +1622 -0
- data/lib/noe/show_spec.rbc +627 -0
- data/lib/noe/template.rbc +4256 -0
- data/lib/noe/version.rb +5 -5
- data/lib/noe/version.rbc +350 -0
- data/noe.gemspec +25 -25
- data/noe.noespec +3 -3
- data/spec/fixtures/test.noespec +19 -0
- data/spec/integration/go/go_spec.rbc +236 -0
- data/spec/integration/spaces_spec.rb +30 -0
- data/spec/integration/spaces_spec.rbc +996 -0
- data/spec/integration/spec_helper.rbc +143 -0
- data/spec/unit/config/new_spec.rbc +1590 -0
- data/spec/unit/config/templates_dir_spec.rbc +1398 -0
- data/spec/unit/ext/hash/methodize_spec.rbc +851 -0
- data/spec/unit/ext/hash/noe_merge_spec.rbc +1544 -0
- data/spec/unit/noe_spec.rbc +309 -0
- data/spec/unit/spec_helper.rbc +143 -0
- data/spec/unit/template/entry/infer_wlang_dialect_spec.rbc +1236 -0
- data/spec/unit/template/entry/relocate_spec.rbc +1584 -0
- data/spec/unit/template/entry/rename_one_spec.rbc +1114 -0
- data/tasks/debug_mail.rake +13 -13
- data/tasks/gem.rake +13 -13
- data/tasks/spec_test.rake +10 -10
- data/tasks/unit_test.rake +9 -10
- data/tasks/yard.rake +13 -13
- data/templates/ruby/CHANGELOG.md +5 -0
- data/templates/ruby/README.md +13 -13
- data/templates/ruby/noespec.yaml +48 -48
- data/templates/ruby/short.yaml +10 -10
- data/templates/ruby/src/Gemfile +1 -2
- data/templates/ruby/src/Manifest.txt +1 -1
- data/templates/ruby/src/README.md +0 -1
- data/templates/ruby/src/__lower__.gemspec +24 -24
- data/templates/ruby/src/lib/__lower__.rb +1 -1
- data/templates/ruby/src/lib/__lower__/loader.rb +1 -1
- data/templates/ruby/src/lib/__lower__/version.rb +4 -4
- data/templates/ruby/src/spec/test___lower__.rb +2 -2
- data/templates/ruby/src/tasks/debug_mail.rake +13 -13
- data/templates/ruby/src/tasks/gem.rake +13 -13
- data/templates/ruby/src/tasks/spec_test.rake +9 -9
- data/templates/ruby/src/tasks/unit_test.rake +9 -10
- data/templates/ruby/src/tasks/yard.rake +13 -13
- metadata +125 -75
@@ -0,0 +1,627 @@
|
|
1
|
+
!RBIX
|
2
|
+
11817445442317083511
|
3
|
+
x
|
4
|
+
M
|
5
|
+
1
|
6
|
+
n
|
7
|
+
n
|
8
|
+
x
|
9
|
+
10
|
10
|
+
__script__
|
11
|
+
i
|
12
|
+
28
|
13
|
+
99
|
14
|
+
7
|
15
|
+
0
|
16
|
+
65
|
17
|
+
49
|
18
|
+
1
|
19
|
+
2
|
20
|
+
13
|
21
|
+
99
|
22
|
+
12
|
23
|
+
7
|
24
|
+
2
|
25
|
+
12
|
26
|
+
7
|
27
|
+
3
|
28
|
+
12
|
29
|
+
65
|
30
|
+
12
|
31
|
+
49
|
32
|
+
4
|
33
|
+
4
|
34
|
+
15
|
35
|
+
49
|
36
|
+
2
|
37
|
+
0
|
38
|
+
15
|
39
|
+
2
|
40
|
+
11
|
41
|
+
I
|
42
|
+
6
|
43
|
+
I
|
44
|
+
0
|
45
|
+
I
|
46
|
+
0
|
47
|
+
I
|
48
|
+
0
|
49
|
+
n
|
50
|
+
p
|
51
|
+
5
|
52
|
+
x
|
53
|
+
3
|
54
|
+
Noe
|
55
|
+
x
|
56
|
+
11
|
57
|
+
open_module
|
58
|
+
x
|
59
|
+
15
|
60
|
+
__module_init__
|
61
|
+
M
|
62
|
+
1
|
63
|
+
n
|
64
|
+
n
|
65
|
+
x
|
66
|
+
3
|
67
|
+
Noe
|
68
|
+
i
|
69
|
+
29
|
70
|
+
5
|
71
|
+
66
|
72
|
+
99
|
73
|
+
7
|
74
|
+
0
|
75
|
+
1
|
76
|
+
65
|
77
|
+
49
|
78
|
+
1
|
79
|
+
3
|
80
|
+
13
|
81
|
+
99
|
82
|
+
12
|
83
|
+
7
|
84
|
+
2
|
85
|
+
12
|
86
|
+
7
|
87
|
+
3
|
88
|
+
12
|
89
|
+
65
|
90
|
+
12
|
91
|
+
49
|
92
|
+
4
|
93
|
+
4
|
94
|
+
15
|
95
|
+
49
|
96
|
+
2
|
97
|
+
0
|
98
|
+
11
|
99
|
+
I
|
100
|
+
6
|
101
|
+
I
|
102
|
+
0
|
103
|
+
I
|
104
|
+
0
|
105
|
+
I
|
106
|
+
0
|
107
|
+
n
|
108
|
+
p
|
109
|
+
5
|
110
|
+
x
|
111
|
+
4
|
112
|
+
Main
|
113
|
+
x
|
114
|
+
10
|
115
|
+
open_class
|
116
|
+
x
|
117
|
+
14
|
118
|
+
__class_init__
|
119
|
+
M
|
120
|
+
1
|
121
|
+
n
|
122
|
+
n
|
123
|
+
x
|
124
|
+
4
|
125
|
+
Main
|
126
|
+
i
|
127
|
+
40
|
128
|
+
5
|
129
|
+
66
|
130
|
+
99
|
131
|
+
7
|
132
|
+
0
|
133
|
+
45
|
134
|
+
1
|
135
|
+
2
|
136
|
+
65
|
137
|
+
49
|
138
|
+
3
|
139
|
+
0
|
140
|
+
4
|
141
|
+
27
|
142
|
+
49
|
143
|
+
4
|
144
|
+
2
|
145
|
+
65
|
146
|
+
49
|
147
|
+
5
|
148
|
+
3
|
149
|
+
13
|
150
|
+
99
|
151
|
+
12
|
152
|
+
7
|
153
|
+
6
|
154
|
+
12
|
155
|
+
7
|
156
|
+
7
|
157
|
+
12
|
158
|
+
65
|
159
|
+
12
|
160
|
+
49
|
161
|
+
8
|
162
|
+
4
|
163
|
+
15
|
164
|
+
49
|
165
|
+
6
|
166
|
+
0
|
167
|
+
11
|
168
|
+
I
|
169
|
+
6
|
170
|
+
I
|
171
|
+
0
|
172
|
+
I
|
173
|
+
0
|
174
|
+
I
|
175
|
+
0
|
176
|
+
n
|
177
|
+
p
|
178
|
+
9
|
179
|
+
x
|
180
|
+
8
|
181
|
+
ShowSpec
|
182
|
+
x
|
183
|
+
6
|
184
|
+
Quickl
|
185
|
+
n
|
186
|
+
x
|
187
|
+
11
|
188
|
+
active_path
|
189
|
+
x
|
190
|
+
7
|
191
|
+
Command
|
192
|
+
x
|
193
|
+
10
|
194
|
+
open_class
|
195
|
+
x
|
196
|
+
14
|
197
|
+
__class_init__
|
198
|
+
M
|
199
|
+
1
|
200
|
+
n
|
201
|
+
n
|
202
|
+
x
|
203
|
+
8
|
204
|
+
ShowSpec
|
205
|
+
i
|
206
|
+
35
|
207
|
+
5
|
208
|
+
66
|
209
|
+
5
|
210
|
+
45
|
211
|
+
0
|
212
|
+
1
|
213
|
+
43
|
214
|
+
2
|
215
|
+
47
|
216
|
+
49
|
217
|
+
3
|
218
|
+
1
|
219
|
+
15
|
220
|
+
5
|
221
|
+
56
|
222
|
+
4
|
223
|
+
47
|
224
|
+
50
|
225
|
+
5
|
226
|
+
0
|
227
|
+
15
|
228
|
+
99
|
229
|
+
7
|
230
|
+
6
|
231
|
+
7
|
232
|
+
7
|
233
|
+
65
|
234
|
+
67
|
235
|
+
49
|
236
|
+
8
|
237
|
+
0
|
238
|
+
49
|
239
|
+
9
|
240
|
+
4
|
241
|
+
11
|
242
|
+
I
|
243
|
+
5
|
244
|
+
I
|
245
|
+
0
|
246
|
+
I
|
247
|
+
0
|
248
|
+
I
|
249
|
+
0
|
250
|
+
n
|
251
|
+
p
|
252
|
+
10
|
253
|
+
x
|
254
|
+
3
|
255
|
+
Noe
|
256
|
+
n
|
257
|
+
x
|
258
|
+
7
|
259
|
+
Commons
|
260
|
+
x
|
261
|
+
7
|
262
|
+
include
|
263
|
+
M
|
264
|
+
1
|
265
|
+
p
|
266
|
+
2
|
267
|
+
x
|
268
|
+
9
|
269
|
+
for_block
|
270
|
+
t
|
271
|
+
n
|
272
|
+
x
|
273
|
+
8
|
274
|
+
ShowSpec
|
275
|
+
i
|
276
|
+
13
|
277
|
+
57
|
278
|
+
19
|
279
|
+
0
|
280
|
+
15
|
281
|
+
45
|
282
|
+
0
|
283
|
+
1
|
284
|
+
20
|
285
|
+
0
|
286
|
+
49
|
287
|
+
2
|
288
|
+
1
|
289
|
+
11
|
290
|
+
I
|
291
|
+
4
|
292
|
+
I
|
293
|
+
1
|
294
|
+
I
|
295
|
+
1
|
296
|
+
I
|
297
|
+
1
|
298
|
+
n
|
299
|
+
p
|
300
|
+
3
|
301
|
+
x
|
302
|
+
7
|
303
|
+
Commons
|
304
|
+
n
|
305
|
+
x
|
306
|
+
18
|
307
|
+
add_common_options
|
308
|
+
p
|
309
|
+
5
|
310
|
+
I
|
311
|
+
0
|
312
|
+
I
|
313
|
+
1e
|
314
|
+
I
|
315
|
+
4
|
316
|
+
I
|
317
|
+
1f
|
318
|
+
I
|
319
|
+
d
|
320
|
+
x
|
321
|
+
50
|
322
|
+
/home/blambeau/work/devel/noe/lib/noe/show_spec.rb
|
323
|
+
p
|
324
|
+
1
|
325
|
+
x
|
326
|
+
3
|
327
|
+
opt
|
328
|
+
x
|
329
|
+
7
|
330
|
+
options
|
331
|
+
x
|
332
|
+
7
|
333
|
+
execute
|
334
|
+
M
|
335
|
+
1
|
336
|
+
n
|
337
|
+
n
|
338
|
+
x
|
339
|
+
7
|
340
|
+
execute
|
341
|
+
i
|
342
|
+
92
|
343
|
+
20
|
344
|
+
0
|
345
|
+
49
|
346
|
+
0
|
347
|
+
0
|
348
|
+
79
|
349
|
+
85
|
350
|
+
1
|
351
|
+
9
|
352
|
+
22
|
353
|
+
5
|
354
|
+
45
|
355
|
+
2
|
356
|
+
3
|
357
|
+
43
|
358
|
+
4
|
359
|
+
47
|
360
|
+
49
|
361
|
+
5
|
362
|
+
1
|
363
|
+
8
|
364
|
+
23
|
365
|
+
1
|
366
|
+
15
|
367
|
+
5
|
368
|
+
20
|
369
|
+
0
|
370
|
+
47
|
371
|
+
49
|
372
|
+
6
|
373
|
+
1
|
374
|
+
19
|
375
|
+
1
|
376
|
+
15
|
377
|
+
45
|
378
|
+
7
|
379
|
+
8
|
380
|
+
45
|
381
|
+
9
|
382
|
+
10
|
383
|
+
20
|
384
|
+
1
|
385
|
+
49
|
386
|
+
11
|
387
|
+
1
|
388
|
+
49
|
389
|
+
12
|
390
|
+
1
|
391
|
+
19
|
392
|
+
2
|
393
|
+
15
|
394
|
+
5
|
395
|
+
20
|
396
|
+
2
|
397
|
+
7
|
398
|
+
13
|
399
|
+
64
|
400
|
+
49
|
401
|
+
14
|
402
|
+
1
|
403
|
+
7
|
404
|
+
15
|
405
|
+
64
|
406
|
+
49
|
407
|
+
14
|
408
|
+
1
|
409
|
+
47
|
410
|
+
49
|
411
|
+
16
|
412
|
+
1
|
413
|
+
19
|
414
|
+
3
|
415
|
+
15
|
416
|
+
20
|
417
|
+
3
|
418
|
+
20
|
419
|
+
2
|
420
|
+
49
|
421
|
+
17
|
422
|
+
1
|
423
|
+
15
|
424
|
+
5
|
425
|
+
20
|
426
|
+
3
|
427
|
+
49
|
428
|
+
18
|
429
|
+
0
|
430
|
+
47
|
431
|
+
49
|
432
|
+
19
|
433
|
+
1
|
434
|
+
11
|
435
|
+
I
|
436
|
+
7
|
437
|
+
I
|
438
|
+
4
|
439
|
+
I
|
440
|
+
1
|
441
|
+
I
|
442
|
+
1
|
443
|
+
n
|
444
|
+
p
|
445
|
+
20
|
446
|
+
x
|
447
|
+
4
|
448
|
+
size
|
449
|
+
x
|
450
|
+
1
|
451
|
+
>
|
452
|
+
x
|
453
|
+
6
|
454
|
+
Quickl
|
455
|
+
n
|
456
|
+
x
|
457
|
+
4
|
458
|
+
Help
|
459
|
+
x
|
460
|
+
5
|
461
|
+
raise
|
462
|
+
x
|
463
|
+
17
|
464
|
+
find_noespec_file
|
465
|
+
x
|
466
|
+
4
|
467
|
+
YAML
|
468
|
+
n
|
469
|
+
x
|
470
|
+
4
|
471
|
+
File
|
472
|
+
n
|
473
|
+
x
|
474
|
+
4
|
475
|
+
read
|
476
|
+
x
|
477
|
+
4
|
478
|
+
load
|
479
|
+
s
|
480
|
+
13
|
481
|
+
template-info
|
482
|
+
x
|
483
|
+
2
|
484
|
+
[]
|
485
|
+
s
|
486
|
+
4
|
487
|
+
name
|
488
|
+
x
|
489
|
+
8
|
490
|
+
template
|
491
|
+
x
|
492
|
+
10
|
493
|
+
merge_spec
|
494
|
+
x
|
495
|
+
7
|
496
|
+
to_yaml
|
497
|
+
x
|
498
|
+
4
|
499
|
+
puts
|
500
|
+
p
|
501
|
+
17
|
502
|
+
I
|
503
|
+
-1
|
504
|
+
I
|
505
|
+
22
|
506
|
+
I
|
507
|
+
0
|
508
|
+
I
|
509
|
+
23
|
510
|
+
I
|
511
|
+
17
|
512
|
+
I
|
513
|
+
0
|
514
|
+
I
|
515
|
+
18
|
516
|
+
I
|
517
|
+
24
|
518
|
+
I
|
519
|
+
22
|
520
|
+
I
|
521
|
+
25
|
522
|
+
I
|
523
|
+
33
|
524
|
+
I
|
525
|
+
26
|
526
|
+
I
|
527
|
+
49
|
528
|
+
I
|
529
|
+
27
|
530
|
+
I
|
531
|
+
51
|
532
|
+
I
|
533
|
+
28
|
534
|
+
I
|
535
|
+
5c
|
536
|
+
x
|
537
|
+
50
|
538
|
+
/home/blambeau/work/devel/noe/lib/noe/show_spec.rb
|
539
|
+
p
|
540
|
+
4
|
541
|
+
x
|
542
|
+
4
|
543
|
+
args
|
544
|
+
x
|
545
|
+
9
|
546
|
+
spec_file
|
547
|
+
x
|
548
|
+
4
|
549
|
+
spec
|
550
|
+
x
|
551
|
+
8
|
552
|
+
template
|
553
|
+
x
|
554
|
+
17
|
555
|
+
method_visibility
|
556
|
+
x
|
557
|
+
15
|
558
|
+
add_defn_method
|
559
|
+
p
|
560
|
+
7
|
561
|
+
I
|
562
|
+
2
|
563
|
+
I
|
564
|
+
1c
|
565
|
+
I
|
566
|
+
d
|
567
|
+
I
|
568
|
+
1e
|
569
|
+
I
|
570
|
+
15
|
571
|
+
I
|
572
|
+
22
|
573
|
+
I
|
574
|
+
23
|
575
|
+
x
|
576
|
+
50
|
577
|
+
/home/blambeau/work/devel/noe/lib/noe/show_spec.rb
|
578
|
+
p
|
579
|
+
0
|
580
|
+
x
|
581
|
+
13
|
582
|
+
attach_method
|
583
|
+
p
|
584
|
+
3
|
585
|
+
I
|
586
|
+
2
|
587
|
+
I
|
588
|
+
1b
|
589
|
+
I
|
590
|
+
28
|
591
|
+
x
|
592
|
+
50
|
593
|
+
/home/blambeau/work/devel/noe/lib/noe/show_spec.rb
|
594
|
+
p
|
595
|
+
0
|
596
|
+
x
|
597
|
+
13
|
598
|
+
attach_method
|
599
|
+
p
|
600
|
+
3
|
601
|
+
I
|
602
|
+
2
|
603
|
+
I
|
604
|
+
2
|
605
|
+
I
|
606
|
+
1d
|
607
|
+
x
|
608
|
+
50
|
609
|
+
/home/blambeau/work/devel/noe/lib/noe/show_spec.rb
|
610
|
+
p
|
611
|
+
0
|
612
|
+
x
|
613
|
+
13
|
614
|
+
attach_method
|
615
|
+
p
|
616
|
+
3
|
617
|
+
I
|
618
|
+
0
|
619
|
+
I
|
620
|
+
1
|
621
|
+
I
|
622
|
+
1c
|
623
|
+
x
|
624
|
+
50
|
625
|
+
/home/blambeau/work/devel/noe/lib/noe/show_spec.rb
|
626
|
+
p
|
627
|
+
0
|