noe 1.5.0 → 1.5.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (60) hide show
  1. data/CHANGELOG.md +6 -0
  2. data/Gemfile +1 -2
  3. data/Gemfile.lock +3 -2
  4. data/lib/noe.rbc +393 -0
  5. data/lib/noe/commons.rbc +1012 -0
  6. data/lib/noe/config.rbc +1534 -0
  7. data/lib/noe/ext/array.rbc +330 -0
  8. data/lib/noe/ext/hash.rbc +1193 -0
  9. data/lib/noe/go.rbc +5618 -0
  10. data/lib/noe/help.rbc +473 -0
  11. data/lib/noe/install.rbc +1521 -0
  12. data/lib/noe/list.rbc +1692 -0
  13. data/lib/noe/loader.rb +1 -1
  14. data/lib/noe/loader.rbc +85 -0
  15. data/lib/noe/main.rbc +1323 -0
  16. data/lib/noe/prepare.rb +14 -7
  17. data/lib/noe/prepare.rbc +1622 -0
  18. data/lib/noe/show_spec.rbc +627 -0
  19. data/lib/noe/template.rbc +4256 -0
  20. data/lib/noe/version.rb +5 -5
  21. data/lib/noe/version.rbc +350 -0
  22. data/noe.gemspec +25 -25
  23. data/noe.noespec +3 -3
  24. data/spec/fixtures/test.noespec +19 -0
  25. data/spec/integration/go/go_spec.rbc +236 -0
  26. data/spec/integration/spaces_spec.rb +30 -0
  27. data/spec/integration/spaces_spec.rbc +996 -0
  28. data/spec/integration/spec_helper.rbc +143 -0
  29. data/spec/unit/config/new_spec.rbc +1590 -0
  30. data/spec/unit/config/templates_dir_spec.rbc +1398 -0
  31. data/spec/unit/ext/hash/methodize_spec.rbc +851 -0
  32. data/spec/unit/ext/hash/noe_merge_spec.rbc +1544 -0
  33. data/spec/unit/noe_spec.rbc +309 -0
  34. data/spec/unit/spec_helper.rbc +143 -0
  35. data/spec/unit/template/entry/infer_wlang_dialect_spec.rbc +1236 -0
  36. data/spec/unit/template/entry/relocate_spec.rbc +1584 -0
  37. data/spec/unit/template/entry/rename_one_spec.rbc +1114 -0
  38. data/tasks/debug_mail.rake +13 -13
  39. data/tasks/gem.rake +13 -13
  40. data/tasks/spec_test.rake +10 -10
  41. data/tasks/unit_test.rake +9 -10
  42. data/tasks/yard.rake +13 -13
  43. data/templates/ruby/CHANGELOG.md +5 -0
  44. data/templates/ruby/README.md +13 -13
  45. data/templates/ruby/noespec.yaml +48 -48
  46. data/templates/ruby/short.yaml +10 -10
  47. data/templates/ruby/src/Gemfile +1 -2
  48. data/templates/ruby/src/Manifest.txt +1 -1
  49. data/templates/ruby/src/README.md +0 -1
  50. data/templates/ruby/src/__lower__.gemspec +24 -24
  51. data/templates/ruby/src/lib/__lower__.rb +1 -1
  52. data/templates/ruby/src/lib/__lower__/loader.rb +1 -1
  53. data/templates/ruby/src/lib/__lower__/version.rb +4 -4
  54. data/templates/ruby/src/spec/test___lower__.rb +2 -2
  55. data/templates/ruby/src/tasks/debug_mail.rake +13 -13
  56. data/templates/ruby/src/tasks/gem.rake +13 -13
  57. data/templates/ruby/src/tasks/spec_test.rake +9 -9
  58. data/templates/ruby/src/tasks/unit_test.rake +9 -10
  59. data/templates/ruby/src/tasks/yard.rake +13 -13
  60. metadata +125 -75
@@ -0,0 +1,851 @@
1
+ !RBIX
2
+ 11817445442317083511
3
+ x
4
+ M
5
+ 1
6
+ n
7
+ n
8
+ x
9
+ 10
10
+ __script__
11
+ i
12
+ 47
13
+ 5
14
+ 45
15
+ 0
16
+ 1
17
+ 7
18
+ 2
19
+ 64
20
+ 65
21
+ 49
22
+ 3
23
+ 0
24
+ 49
25
+ 4
26
+ 2
27
+ 47
28
+ 49
29
+ 5
30
+ 1
31
+ 15
32
+ 99
33
+ 7
34
+ 6
35
+ 65
36
+ 49
37
+ 7
38
+ 2
39
+ 13
40
+ 99
41
+ 12
42
+ 7
43
+ 8
44
+ 12
45
+ 7
46
+ 9
47
+ 12
48
+ 65
49
+ 12
50
+ 49
51
+ 10
52
+ 4
53
+ 15
54
+ 49
55
+ 8
56
+ 0
57
+ 15
58
+ 2
59
+ 11
60
+ I
61
+ 6
62
+ I
63
+ 0
64
+ I
65
+ 0
66
+ I
67
+ 0
68
+ n
69
+ p
70
+ 11
71
+ x
72
+ 4
73
+ File
74
+ n
75
+ s
76
+ 20
77
+ ../../../spec_helper
78
+ x
79
+ 11
80
+ active_path
81
+ x
82
+ 11
83
+ expand_path
84
+ x
85
+ 7
86
+ require
87
+ x
88
+ 3
89
+ Noe
90
+ x
91
+ 11
92
+ open_module
93
+ x
94
+ 15
95
+ __module_init__
96
+ M
97
+ 1
98
+ n
99
+ n
100
+ x
101
+ 3
102
+ Noe
103
+ i
104
+ 13
105
+ 5
106
+ 66
107
+ 5
108
+ 7
109
+ 0
110
+ 64
111
+ 56
112
+ 1
113
+ 47
114
+ 50
115
+ 2
116
+ 1
117
+ 11
118
+ I
119
+ 3
120
+ I
121
+ 0
122
+ I
123
+ 0
124
+ I
125
+ 0
126
+ n
127
+ p
128
+ 3
129
+ s
130
+ 15
131
+ Hash#methodize!
132
+ M
133
+ 1
134
+ p
135
+ 2
136
+ x
137
+ 9
138
+ for_block
139
+ t
140
+ n
141
+ x
142
+ 3
143
+ Noe
144
+ i
145
+ 32
146
+ 5
147
+ 7
148
+ 0
149
+ 56
150
+ 1
151
+ 47
152
+ 50
153
+ 2
154
+ 1
155
+ 15
156
+ 5
157
+ 7
158
+ 3
159
+ 64
160
+ 56
161
+ 4
162
+ 47
163
+ 50
164
+ 5
165
+ 1
166
+ 15
167
+ 5
168
+ 7
169
+ 6
170
+ 64
171
+ 56
172
+ 7
173
+ 47
174
+ 50
175
+ 5
176
+ 1
177
+ 11
178
+ I
179
+ 4
180
+ I
181
+ 0
182
+ I
183
+ 0
184
+ I
185
+ 0
186
+ I
187
+ -2
188
+ p
189
+ 8
190
+ x
191
+ 7
192
+ thehash
193
+ M
194
+ 1
195
+ p
196
+ 2
197
+ x
198
+ 9
199
+ for_block
200
+ t
201
+ n
202
+ x
203
+ 3
204
+ Noe
205
+ i
206
+ 84
207
+ 44
208
+ 43
209
+ 0
210
+ 4
211
+ 4
212
+ 49
213
+ 1
214
+ 1
215
+ 13
216
+ 7
217
+ 2
218
+ 64
219
+ 7
220
+ 3
221
+ 64
222
+ 49
223
+ 4
224
+ 2
225
+ 15
226
+ 13
227
+ 7
228
+ 5
229
+ 45
230
+ 6
231
+ 7
232
+ 43
233
+ 8
234
+ 49
235
+ 4
236
+ 2
237
+ 15
238
+ 13
239
+ 7
240
+ 9
241
+ 64
242
+ 44
243
+ 43
244
+ 0
245
+ 79
246
+ 49
247
+ 1
248
+ 1
249
+ 13
250
+ 7
251
+ 10
252
+ 64
253
+ 4
254
+ 12
255
+ 49
256
+ 4
257
+ 2
258
+ 15
259
+ 49
260
+ 4
261
+ 2
262
+ 15
263
+ 13
264
+ 7
265
+ 11
266
+ 64
267
+ 44
268
+ 43
269
+ 0
270
+ 79
271
+ 49
272
+ 1
273
+ 1
274
+ 13
275
+ 7
276
+ 10
277
+ 64
278
+ 4
279
+ 12
280
+ 49
281
+ 4
282
+ 2
283
+ 15
284
+ 35
285
+ 1
286
+ 49
287
+ 4
288
+ 2
289
+ 15
290
+ 11
291
+ I
292
+ 8
293
+ I
294
+ 0
295
+ I
296
+ 0
297
+ I
298
+ 0
299
+ I
300
+ -2
301
+ p
302
+ 12
303
+ x
304
+ 4
305
+ Hash
306
+ x
307
+ 16
308
+ new_from_literal
309
+ s
310
+ 4
311
+ name
312
+ s
313
+ 3
314
+ Noe
315
+ x
316
+ 3
317
+ []=
318
+ x
319
+ 7
320
+ version
321
+ x
322
+ 3
323
+ Noe
324
+ n
325
+ x
326
+ 7
327
+ VERSION
328
+ s
329
+ 7
330
+ subhash
331
+ s
332
+ 5
333
+ entry
334
+ s
335
+ 8
336
+ subarray
337
+ p
338
+ 11
339
+ I
340
+ 0
341
+ I
342
+ a
343
+ I
344
+ 9
345
+ I
346
+ 6
347
+ I
348
+ 14
349
+ I
350
+ 7
351
+ I
352
+ 20
353
+ I
354
+ 8
355
+ I
356
+ 39
357
+ I
358
+ 9
359
+ I
360
+ 54
361
+ x
362
+ 66
363
+ /home/blambeau/work/devel/noe/spec/unit/ext/hash/methodize_spec.rb
364
+ p
365
+ 0
366
+ x
367
+ 3
368
+ let
369
+ s
370
+ 30
371
+ should be recursive by default
372
+ M
373
+ 1
374
+ p
375
+ 2
376
+ x
377
+ 9
378
+ for_block
379
+ t
380
+ n
381
+ x
382
+ 3
383
+ Noe
384
+ i
385
+ 77
386
+ 5
387
+ 48
388
+ 0
389
+ 49
390
+ 1
391
+ 0
392
+ 15
393
+ 5
394
+ 48
395
+ 0
396
+ 49
397
+ 2
398
+ 0
399
+ 49
400
+ 3
401
+ 0
402
+ 7
403
+ 4
404
+ 64
405
+ 83
406
+ 5
407
+ 15
408
+ 5
409
+ 48
410
+ 0
411
+ 49
412
+ 6
413
+ 0
414
+ 49
415
+ 3
416
+ 0
417
+ 45
418
+ 7
419
+ 8
420
+ 43
421
+ 9
422
+ 83
423
+ 5
424
+ 15
425
+ 5
426
+ 48
427
+ 0
428
+ 49
429
+ 10
430
+ 0
431
+ 49
432
+ 11
433
+ 0
434
+ 49
435
+ 3
436
+ 0
437
+ 4
438
+ 12
439
+ 83
440
+ 5
441
+ 15
442
+ 5
443
+ 48
444
+ 0
445
+ 49
446
+ 12
447
+ 0
448
+ 78
449
+ 49
450
+ 13
451
+ 1
452
+ 49
453
+ 11
454
+ 0
455
+ 49
456
+ 3
457
+ 0
458
+ 4
459
+ 12
460
+ 83
461
+ 5
462
+ 11
463
+ I
464
+ 3
465
+ I
466
+ 0
467
+ I
468
+ 0
469
+ I
470
+ 0
471
+ I
472
+ -2
473
+ p
474
+ 14
475
+ x
476
+ 7
477
+ thehash
478
+ x
479
+ 10
480
+ methodize!
481
+ x
482
+ 4
483
+ name
484
+ x
485
+ 6
486
+ should
487
+ s
488
+ 3
489
+ Noe
490
+ x
491
+ 2
492
+ ==
493
+ x
494
+ 7
495
+ version
496
+ x
497
+ 3
498
+ Noe
499
+ n
500
+ x
501
+ 7
502
+ VERSION
503
+ x
504
+ 7
505
+ subhash
506
+ x
507
+ 5
508
+ entry
509
+ x
510
+ 8
511
+ subarray
512
+ x
513
+ 2
514
+ []
515
+ p
516
+ 11
517
+ I
518
+ 0
519
+ I
520
+ e
521
+ I
522
+ 7
523
+ I
524
+ f
525
+ I
526
+ 16
527
+ I
528
+ 10
529
+ I
530
+ 27
531
+ I
532
+ 11
533
+ I
534
+ 38
535
+ I
536
+ 12
537
+ I
538
+ 4d
539
+ x
540
+ 66
541
+ /home/blambeau/work/devel/noe/spec/unit/ext/hash/methodize_spec.rb
542
+ p
543
+ 0
544
+ x
545
+ 2
546
+ it
547
+ s
548
+ 43
549
+ should not be recursive if explicitely said
550
+ M
551
+ 1
552
+ p
553
+ 2
554
+ x
555
+ 9
556
+ for_block
557
+ t
558
+ n
559
+ x
560
+ 3
561
+ Noe
562
+ i
563
+ 83
564
+ 5
565
+ 48
566
+ 0
567
+ 3
568
+ 49
569
+ 1
570
+ 1
571
+ 15
572
+ 5
573
+ 48
574
+ 0
575
+ 49
576
+ 2
577
+ 0
578
+ 49
579
+ 3
580
+ 0
581
+ 7
582
+ 4
583
+ 64
584
+ 83
585
+ 5
586
+ 15
587
+ 5
588
+ 48
589
+ 0
590
+ 49
591
+ 6
592
+ 0
593
+ 49
594
+ 3
595
+ 0
596
+ 45
597
+ 7
598
+ 8
599
+ 43
600
+ 9
601
+ 83
602
+ 5
603
+ 15
604
+ 5
605
+ 48
606
+ 0
607
+ 49
608
+ 10
609
+ 0
610
+ 49
611
+ 3
612
+ 0
613
+ 44
614
+ 43
615
+ 11
616
+ 79
617
+ 49
618
+ 12
619
+ 1
620
+ 13
621
+ 7
622
+ 13
623
+ 64
624
+ 4
625
+ 12
626
+ 49
627
+ 14
628
+ 2
629
+ 15
630
+ 83
631
+ 5
632
+ 15
633
+ 5
634
+ 56
635
+ 15
636
+ 47
637
+ 50
638
+ 16
639
+ 0
640
+ 5
641
+ 48
642
+ 17
643
+ 49
644
+ 3
645
+ 1
646
+ 11
647
+ I
648
+ 6
649
+ I
650
+ 0
651
+ I
652
+ 0
653
+ I
654
+ 0
655
+ I
656
+ -2
657
+ p
658
+ 18
659
+ x
660
+ 7
661
+ thehash
662
+ x
663
+ 10
664
+ methodize!
665
+ x
666
+ 4
667
+ name
668
+ x
669
+ 6
670
+ should
671
+ s
672
+ 3
673
+ Noe
674
+ x
675
+ 2
676
+ ==
677
+ x
678
+ 7
679
+ version
680
+ x
681
+ 3
682
+ Noe
683
+ n
684
+ x
685
+ 7
686
+ VERSION
687
+ x
688
+ 7
689
+ subhash
690
+ x
691
+ 4
692
+ Hash
693
+ x
694
+ 16
695
+ new_from_literal
696
+ s
697
+ 5
698
+ entry
699
+ x
700
+ 3
701
+ []=
702
+ M
703
+ 1
704
+ p
705
+ 2
706
+ x
707
+ 9
708
+ for_block
709
+ t
710
+ n
711
+ x
712
+ 3
713
+ Noe
714
+ i
715
+ 10
716
+ 5
717
+ 48
718
+ 0
719
+ 49
720
+ 1
721
+ 0
722
+ 49
723
+ 2
724
+ 0
725
+ 11
726
+ I
727
+ 2
728
+ I
729
+ 0
730
+ I
731
+ 0
732
+ I
733
+ 0
734
+ I
735
+ -2
736
+ p
737
+ 3
738
+ x
739
+ 7
740
+ thehash
741
+ x
742
+ 7
743
+ subhash
744
+ x
745
+ 5
746
+ entry
747
+ p
748
+ 3
749
+ I
750
+ 0
751
+ I
752
+ 1a
753
+ I
754
+ a
755
+ x
756
+ 66
757
+ /home/blambeau/work/devel/noe/spec/unit/ext/hash/methodize_spec.rb
758
+ p
759
+ 0
760
+ x
761
+ 6
762
+ lambda
763
+ x
764
+ 11
765
+ raise_error
766
+ p
767
+ 11
768
+ I
769
+ 0
770
+ I
771
+ 16
772
+ I
773
+ 8
774
+ I
775
+ 17
776
+ I
777
+ 17
778
+ I
779
+ 18
780
+ I
781
+ 28
782
+ I
783
+ 19
784
+ I
785
+ 45
786
+ I
787
+ 1a
788
+ I
789
+ 53
790
+ x
791
+ 66
792
+ /home/blambeau/work/devel/noe/spec/unit/ext/hash/methodize_spec.rb
793
+ p
794
+ 0
795
+ p
796
+ 7
797
+ I
798
+ 0
799
+ I
800
+ 5
801
+ I
802
+ a
803
+ I
804
+ d
805
+ I
806
+ 15
807
+ I
808
+ 15
809
+ I
810
+ 20
811
+ x
812
+ 66
813
+ /home/blambeau/work/devel/noe/spec/unit/ext/hash/methodize_spec.rb
814
+ p
815
+ 0
816
+ x
817
+ 8
818
+ describe
819
+ p
820
+ 3
821
+ I
822
+ 2
823
+ I
824
+ 3
825
+ I
826
+ d
827
+ x
828
+ 66
829
+ /home/blambeau/work/devel/noe/spec/unit/ext/hash/methodize_spec.rb
830
+ p
831
+ 0
832
+ x
833
+ 13
834
+ attach_method
835
+ p
836
+ 5
837
+ I
838
+ 0
839
+ I
840
+ 1
841
+ I
842
+ 13
843
+ I
844
+ 2
845
+ I
846
+ 2f
847
+ x
848
+ 66
849
+ /home/blambeau/work/devel/noe/spec/unit/ext/hash/methodize_spec.rb
850
+ p
851
+ 0