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,143 @@
1
+ !RBIX
2
+ 11817445442317083511
3
+ x
4
+ M
5
+ 1
6
+ n
7
+ n
8
+ x
9
+ 10
10
+ __script__
11
+ i
12
+ 58
13
+ 99
14
+ 43
15
+ 0
16
+ 7
17
+ 1
18
+ 45
19
+ 2
20
+ 3
21
+ 7
22
+ 4
23
+ 64
24
+ 65
25
+ 49
26
+ 5
27
+ 0
28
+ 49
29
+ 6
30
+ 2
31
+ 49
32
+ 7
33
+ 2
34
+ 15
35
+ 99
36
+ 43
37
+ 0
38
+ 7
39
+ 8
40
+ 49
41
+ 9
42
+ 1
43
+ 45
44
+ 2
45
+ 10
46
+ 7
47
+ 11
48
+ 64
49
+ 65
50
+ 49
51
+ 5
52
+ 0
53
+ 49
54
+ 6
55
+ 2
56
+ 49
57
+ 12
58
+ 1
59
+ 15
60
+ 5
61
+ 7
62
+ 13
63
+ 64
64
+ 47
65
+ 49
66
+ 14
67
+ 1
68
+ 15
69
+ 2
70
+ 11
71
+ I
72
+ 5
73
+ I
74
+ 0
75
+ I
76
+ 0
77
+ I
78
+ 0
79
+ n
80
+ p
81
+ 15
82
+ x
83
+ 7
84
+ Globals
85
+ x
86
+ 9
87
+ $noe_root
88
+ x
89
+ 4
90
+ File
91
+ n
92
+ s
93
+ 9
94
+ ../../../
95
+ x
96
+ 11
97
+ active_path
98
+ x
99
+ 11
100
+ expand_path
101
+ x
102
+ 3
103
+ []=
104
+ x
105
+ 10
106
+ $LOAD_PATH
107
+ x
108
+ 2
109
+ []
110
+ n
111
+ s
112
+ 9
113
+ ../../lib
114
+ x
115
+ 7
116
+ unshift
117
+ s
118
+ 3
119
+ noe
120
+ x
121
+ 7
122
+ require
123
+ p
124
+ 7
125
+ I
126
+ 0
127
+ I
128
+ 1
129
+ I
130
+ 16
131
+ I
132
+ 2
133
+ I
134
+ 2f
135
+ I
136
+ 3
137
+ I
138
+ 3a
139
+ x
140
+ 61
141
+ /home/blambeau/work/devel/noe/spec/integration/spec_helper.rb
142
+ p
143
+ 0
@@ -0,0 +1,1590 @@
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
+ 17
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
+ 10
131
+ Config.new
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
+ 44
146
+ 5
147
+ 7
148
+ 0
149
+ 64
150
+ 56
151
+ 1
152
+ 47
153
+ 50
154
+ 2
155
+ 1
156
+ 15
157
+ 5
158
+ 7
159
+ 3
160
+ 64
161
+ 56
162
+ 4
163
+ 47
164
+ 50
165
+ 2
166
+ 1
167
+ 15
168
+ 5
169
+ 7
170
+ 5
171
+ 64
172
+ 56
173
+ 6
174
+ 47
175
+ 50
176
+ 2
177
+ 1
178
+ 15
179
+ 5
180
+ 7
181
+ 7
182
+ 64
183
+ 56
184
+ 8
185
+ 47
186
+ 50
187
+ 2
188
+ 1
189
+ 11
190
+ I
191
+ 4
192
+ I
193
+ 0
194
+ I
195
+ 0
196
+ I
197
+ 0
198
+ I
199
+ -2
200
+ p
201
+ 9
202
+ s
203
+ 16
204
+ without argument
205
+ M
206
+ 1
207
+ p
208
+ 2
209
+ x
210
+ 9
211
+ for_block
212
+ t
213
+ n
214
+ x
215
+ 3
216
+ Noe
217
+ i
218
+ 19
219
+ 5
220
+ 56
221
+ 0
222
+ 47
223
+ 50
224
+ 1
225
+ 0
226
+ 15
227
+ 5
228
+ 7
229
+ 2
230
+ 64
231
+ 56
232
+ 3
233
+ 47
234
+ 50
235
+ 4
236
+ 1
237
+ 11
238
+ I
239
+ 4
240
+ I
241
+ 0
242
+ I
243
+ 0
244
+ I
245
+ 0
246
+ I
247
+ -2
248
+ p
249
+ 5
250
+ M
251
+ 1
252
+ p
253
+ 2
254
+ x
255
+ 9
256
+ for_block
257
+ t
258
+ n
259
+ x
260
+ 3
261
+ Noe
262
+ i
263
+ 25
264
+ 45
265
+ 0
266
+ 1
267
+ 13
268
+ 71
269
+ 2
270
+ 47
271
+ 9
272
+ 21
273
+ 47
274
+ 49
275
+ 3
276
+ 0
277
+ 13
278
+ 47
279
+ 49
280
+ 4
281
+ 0
282
+ 15
283
+ 8
284
+ 24
285
+ 49
286
+ 2
287
+ 0
288
+ 11
289
+ I
290
+ 3
291
+ I
292
+ 0
293
+ I
294
+ 0
295
+ I
296
+ 0
297
+ I
298
+ -2
299
+ p
300
+ 5
301
+ x
302
+ 6
303
+ Config
304
+ n
305
+ x
306
+ 3
307
+ new
308
+ x
309
+ 8
310
+ allocate
311
+ x
312
+ 10
313
+ initialize
314
+ p
315
+ 3
316
+ I
317
+ 0
318
+ I
319
+ 6
320
+ I
321
+ 19
322
+ x
323
+ 58
324
+ /home/blambeau/work/devel/noe/spec/unit/config/new_spec.rb
325
+ p
326
+ 0
327
+ x
328
+ 7
329
+ subject
330
+ s
331
+ 37
332
+ should create a default configuration
333
+ M
334
+ 1
335
+ p
336
+ 2
337
+ x
338
+ 9
339
+ for_block
340
+ t
341
+ n
342
+ x
343
+ 3
344
+ Noe
345
+ i
346
+ 45
347
+ 5
348
+ 48
349
+ 0
350
+ 5
351
+ 45
352
+ 1
353
+ 2
354
+ 47
355
+ 49
356
+ 3
357
+ 1
358
+ 49
359
+ 4
360
+ 1
361
+ 15
362
+ 5
363
+ 48
364
+ 0
365
+ 49
366
+ 5
367
+ 0
368
+ 49
369
+ 4
370
+ 0
371
+ 45
372
+ 6
373
+ 7
374
+ 43
375
+ 8
376
+ 83
377
+ 9
378
+ 15
379
+ 5
380
+ 48
381
+ 0
382
+ 49
383
+ 10
384
+ 0
385
+ 5
386
+ 48
387
+ 11
388
+ 49
389
+ 12
390
+ 1
391
+ 11
392
+ I
393
+ 4
394
+ I
395
+ 0
396
+ I
397
+ 0
398
+ I
399
+ 0
400
+ I
401
+ -2
402
+ p
403
+ 13
404
+ x
405
+ 7
406
+ subject
407
+ x
408
+ 6
409
+ Config
410
+ n
411
+ x
412
+ 10
413
+ be_kind_of
414
+ x
415
+ 6
416
+ should
417
+ x
418
+ 11
419
+ noe_version
420
+ x
421
+ 3
422
+ Noe
423
+ n
424
+ x
425
+ 7
426
+ VERSION
427
+ x
428
+ 2
429
+ ==
430
+ x
431
+ 4
432
+ file
433
+ x
434
+ 6
435
+ be_nil
436
+ x
437
+ 10
438
+ should_not
439
+ p
440
+ 7
441
+ I
442
+ 0
443
+ I
444
+ 9
445
+ I
446
+ f
447
+ I
448
+ a
449
+ I
450
+ 20
451
+ I
452
+ b
453
+ I
454
+ 2d
455
+ x
456
+ 58
457
+ /home/blambeau/work/devel/noe/spec/unit/config/new_spec.rb
458
+ p
459
+ 0
460
+ x
461
+ 2
462
+ it
463
+ p
464
+ 5
465
+ I
466
+ 0
467
+ I
468
+ 6
469
+ I
470
+ 8
471
+ I
472
+ 8
473
+ I
474
+ 13
475
+ x
476
+ 58
477
+ /home/blambeau/work/devel/noe/spec/unit/config/new_spec.rb
478
+ p
479
+ 0
480
+ x
481
+ 7
482
+ context
483
+ s
484
+ 11
485
+ with a hash
486
+ M
487
+ 1
488
+ p
489
+ 2
490
+ x
491
+ 9
492
+ for_block
493
+ t
494
+ n
495
+ x
496
+ 3
497
+ Noe
498
+ i
499
+ 40
500
+ 5
501
+ 7
502
+ 0
503
+ 56
504
+ 1
505
+ 47
506
+ 50
507
+ 2
508
+ 1
509
+ 15
510
+ 5
511
+ 56
512
+ 3
513
+ 47
514
+ 50
515
+ 4
516
+ 0
517
+ 15
518
+ 5
519
+ 7
520
+ 5
521
+ 64
522
+ 56
523
+ 6
524
+ 47
525
+ 50
526
+ 7
527
+ 1
528
+ 15
529
+ 5
530
+ 7
531
+ 8
532
+ 64
533
+ 56
534
+ 9
535
+ 47
536
+ 50
537
+ 7
538
+ 1
539
+ 11
540
+ I
541
+ 4
542
+ I
543
+ 0
544
+ I
545
+ 0
546
+ I
547
+ 0
548
+ I
549
+ -2
550
+ p
551
+ 10
552
+ x
553
+ 4
554
+ hash
555
+ M
556
+ 1
557
+ p
558
+ 2
559
+ x
560
+ 9
561
+ for_block
562
+ t
563
+ n
564
+ x
565
+ 3
566
+ Noe
567
+ i
568
+ 29
569
+ 44
570
+ 43
571
+ 0
572
+ 79
573
+ 49
574
+ 1
575
+ 1
576
+ 13
577
+ 7
578
+ 2
579
+ 64
580
+ 45
581
+ 3
582
+ 4
583
+ 7
584
+ 5
585
+ 64
586
+ 65
587
+ 49
588
+ 6
589
+ 0
590
+ 49
591
+ 7
592
+ 2
593
+ 49
594
+ 8
595
+ 2
596
+ 15
597
+ 11
598
+ I
599
+ 7
600
+ I
601
+ 0
602
+ I
603
+ 0
604
+ I
605
+ 0
606
+ I
607
+ -2
608
+ p
609
+ 9
610
+ x
611
+ 4
612
+ Hash
613
+ x
614
+ 16
615
+ new_from_literal
616
+ s
617
+ 11
618
+ config_file
619
+ x
620
+ 4
621
+ File
622
+ n
623
+ s
624
+ 15
625
+ ../config1.yaml
626
+ x
627
+ 11
628
+ active_path
629
+ x
630
+ 11
631
+ expand_path
632
+ x
633
+ 3
634
+ []=
635
+ p
636
+ 3
637
+ I
638
+ 0
639
+ I
640
+ 11
641
+ I
642
+ 1d
643
+ x
644
+ 58
645
+ /home/blambeau/work/devel/noe/spec/unit/config/new_spec.rb
646
+ p
647
+ 0
648
+ x
649
+ 3
650
+ let
651
+ M
652
+ 1
653
+ p
654
+ 2
655
+ x
656
+ 9
657
+ for_block
658
+ t
659
+ n
660
+ x
661
+ 3
662
+ Noe
663
+ i
664
+ 31
665
+ 45
666
+ 0
667
+ 1
668
+ 13
669
+ 71
670
+ 2
671
+ 47
672
+ 9
673
+ 24
674
+ 47
675
+ 49
676
+ 3
677
+ 0
678
+ 13
679
+ 5
680
+ 48
681
+ 4
682
+ 47
683
+ 49
684
+ 5
685
+ 1
686
+ 15
687
+ 8
688
+ 30
689
+ 5
690
+ 48
691
+ 4
692
+ 49
693
+ 2
694
+ 1
695
+ 11
696
+ I
697
+ 4
698
+ I
699
+ 0
700
+ I
701
+ 0
702
+ I
703
+ 0
704
+ I
705
+ -2
706
+ p
707
+ 6
708
+ x
709
+ 6
710
+ Config
711
+ n
712
+ x
713
+ 3
714
+ new
715
+ x
716
+ 8
717
+ allocate
718
+ x
719
+ 4
720
+ hash
721
+ x
722
+ 10
723
+ initialize
724
+ p
725
+ 3
726
+ I
727
+ 0
728
+ I
729
+ 12
730
+ I
731
+ 1f
732
+ x
733
+ 58
734
+ /home/blambeau/work/devel/noe/spec/unit/config/new_spec.rb
735
+ p
736
+ 0
737
+ x
738
+ 7
739
+ subject
740
+ s
741
+ 38
742
+ should create a configuration instance
743
+ M
744
+ 1
745
+ p
746
+ 2
747
+ x
748
+ 9
749
+ for_block
750
+ t
751
+ n
752
+ x
753
+ 3
754
+ Noe
755
+ i
756
+ 13
757
+ 5
758
+ 48
759
+ 0
760
+ 49
761
+ 1
762
+ 0
763
+ 5
764
+ 48
765
+ 2
766
+ 49
767
+ 3
768
+ 1
769
+ 11
770
+ I
771
+ 3
772
+ I
773
+ 0
774
+ I
775
+ 0
776
+ I
777
+ 0
778
+ I
779
+ -2
780
+ p
781
+ 4
782
+ x
783
+ 7
784
+ subject
785
+ x
786
+ 4
787
+ file
788
+ x
789
+ 6
790
+ be_nil
791
+ x
792
+ 10
793
+ should_not
794
+ p
795
+ 3
796
+ I
797
+ 0
798
+ I
799
+ 15
800
+ I
801
+ d
802
+ x
803
+ 58
804
+ /home/blambeau/work/devel/noe/spec/unit/config/new_spec.rb
805
+ p
806
+ 0
807
+ x
808
+ 2
809
+ it
810
+ s
811
+ 37
812
+ should have merged the default config
813
+ M
814
+ 1
815
+ p
816
+ 2
817
+ x
818
+ 9
819
+ for_block
820
+ t
821
+ n
822
+ x
823
+ 3
824
+ Noe
825
+ i
826
+ 17
827
+ 5
828
+ 48
829
+ 0
830
+ 49
831
+ 1
832
+ 0
833
+ 49
834
+ 2
835
+ 0
836
+ 45
837
+ 3
838
+ 4
839
+ 43
840
+ 5
841
+ 83
842
+ 6
843
+ 11
844
+ I
845
+ 3
846
+ I
847
+ 0
848
+ I
849
+ 0
850
+ I
851
+ 0
852
+ I
853
+ -2
854
+ p
855
+ 7
856
+ x
857
+ 7
858
+ subject
859
+ x
860
+ 11
861
+ noe_version
862
+ x
863
+ 6
864
+ should
865
+ x
866
+ 3
867
+ Noe
868
+ n
869
+ x
870
+ 7
871
+ VERSION
872
+ x
873
+ 2
874
+ ==
875
+ p
876
+ 3
877
+ I
878
+ 0
879
+ I
880
+ 19
881
+ I
882
+ 11
883
+ x
884
+ 58
885
+ /home/blambeau/work/devel/noe/spec/unit/config/new_spec.rb
886
+ p
887
+ 0
888
+ p
889
+ 9
890
+ I
891
+ 0
892
+ I
893
+ 11
894
+ I
895
+ a
896
+ I
897
+ 12
898
+ I
899
+ 12
900
+ I
901
+ 14
902
+ I
903
+ 1d
904
+ I
905
+ 18
906
+ I
907
+ 28
908
+ x
909
+ 58
910
+ /home/blambeau/work/devel/noe/spec/unit/config/new_spec.rb
911
+ p
912
+ 0
913
+ s
914
+ 20
915
+ with an invalid file
916
+ M
917
+ 1
918
+ p
919
+ 2
920
+ x
921
+ 9
922
+ for_block
923
+ t
924
+ n
925
+ x
926
+ 3
927
+ Noe
928
+ i
929
+ 11
930
+ 5
931
+ 7
932
+ 0
933
+ 64
934
+ 56
935
+ 1
936
+ 47
937
+ 50
938
+ 2
939
+ 1
940
+ 11
941
+ I
942
+ 4
943
+ I
944
+ 0
945
+ I
946
+ 0
947
+ I
948
+ 0
949
+ I
950
+ -2
951
+ p
952
+ 3
953
+ s
954
+ 25
955
+ should raise a Noe::Error
956
+ M
957
+ 1
958
+ p
959
+ 2
960
+ x
961
+ 9
962
+ for_block
963
+ t
964
+ n
965
+ x
966
+ 3
967
+ Noe
968
+ i
969
+ 37
970
+ 45
971
+ 0
972
+ 1
973
+ 7
974
+ 2
975
+ 64
976
+ 65
977
+ 49
978
+ 3
979
+ 0
980
+ 49
981
+ 4
982
+ 2
983
+ 19
984
+ 0
985
+ 15
986
+ 5
987
+ 56
988
+ 5
989
+ 47
990
+ 50
991
+ 6
992
+ 0
993
+ 5
994
+ 45
995
+ 7
996
+ 8
997
+ 43
998
+ 9
999
+ 47
1000
+ 49
1001
+ 10
1002
+ 1
1003
+ 49
1004
+ 11
1005
+ 1
1006
+ 11
1007
+ I
1008
+ 5
1009
+ I
1010
+ 1
1011
+ I
1012
+ 0
1013
+ I
1014
+ 0
1015
+ I
1016
+ -2
1017
+ p
1018
+ 12
1019
+ x
1020
+ 4
1021
+ File
1022
+ n
1023
+ s
1024
+ 19
1025
+ ../unexistsing.yaml
1026
+ x
1027
+ 11
1028
+ active_path
1029
+ x
1030
+ 11
1031
+ expand_path
1032
+ M
1033
+ 1
1034
+ p
1035
+ 2
1036
+ x
1037
+ 9
1038
+ for_block
1039
+ t
1040
+ n
1041
+ x
1042
+ 3
1043
+ Noe
1044
+ i
1045
+ 31
1046
+ 45
1047
+ 0
1048
+ 1
1049
+ 13
1050
+ 71
1051
+ 2
1052
+ 47
1053
+ 9
1054
+ 24
1055
+ 47
1056
+ 49
1057
+ 3
1058
+ 0
1059
+ 13
1060
+ 21
1061
+ 1
1062
+ 0
1063
+ 47
1064
+ 49
1065
+ 4
1066
+ 1
1067
+ 15
1068
+ 8
1069
+ 30
1070
+ 21
1071
+ 1
1072
+ 0
1073
+ 49
1074
+ 2
1075
+ 1
1076
+ 11
1077
+ I
1078
+ 4
1079
+ I
1080
+ 0
1081
+ I
1082
+ 0
1083
+ I
1084
+ 0
1085
+ I
1086
+ -2
1087
+ p
1088
+ 5
1089
+ x
1090
+ 6
1091
+ Config
1092
+ n
1093
+ x
1094
+ 3
1095
+ new
1096
+ x
1097
+ 8
1098
+ allocate
1099
+ x
1100
+ 10
1101
+ initialize
1102
+ p
1103
+ 3
1104
+ I
1105
+ 0
1106
+ I
1107
+ 22
1108
+ I
1109
+ 1f
1110
+ x
1111
+ 58
1112
+ /home/blambeau/work/devel/noe/spec/unit/config/new_spec.rb
1113
+ p
1114
+ 0
1115
+ x
1116
+ 6
1117
+ lambda
1118
+ x
1119
+ 3
1120
+ Noe
1121
+ n
1122
+ x
1123
+ 5
1124
+ Error
1125
+ x
1126
+ 11
1127
+ raise_error
1128
+ x
1129
+ 6
1130
+ should
1131
+ p
1132
+ 5
1133
+ I
1134
+ 0
1135
+ I
1136
+ 21
1137
+ I
1138
+ 10
1139
+ I
1140
+ 22
1141
+ I
1142
+ 25
1143
+ x
1144
+ 58
1145
+ /home/blambeau/work/devel/noe/spec/unit/config/new_spec.rb
1146
+ p
1147
+ 1
1148
+ x
1149
+ 4
1150
+ file
1151
+ x
1152
+ 2
1153
+ it
1154
+ p
1155
+ 3
1156
+ I
1157
+ 0
1158
+ I
1159
+ 20
1160
+ I
1161
+ b
1162
+ x
1163
+ 58
1164
+ /home/blambeau/work/devel/noe/spec/unit/config/new_spec.rb
1165
+ p
1166
+ 0
1167
+ s
1168
+ 18
1169
+ with an valid file
1170
+ M
1171
+ 1
1172
+ p
1173
+ 2
1174
+ x
1175
+ 9
1176
+ for_block
1177
+ t
1178
+ n
1179
+ x
1180
+ 3
1181
+ Noe
1182
+ i
1183
+ 29
1184
+ 5
1185
+ 7
1186
+ 0
1187
+ 56
1188
+ 1
1189
+ 47
1190
+ 50
1191
+ 2
1192
+ 1
1193
+ 15
1194
+ 5
1195
+ 56
1196
+ 3
1197
+ 47
1198
+ 50
1199
+ 4
1200
+ 0
1201
+ 15
1202
+ 5
1203
+ 7
1204
+ 5
1205
+ 64
1206
+ 56
1207
+ 6
1208
+ 47
1209
+ 50
1210
+ 7
1211
+ 1
1212
+ 11
1213
+ I
1214
+ 4
1215
+ I
1216
+ 0
1217
+ I
1218
+ 0
1219
+ I
1220
+ 0
1221
+ I
1222
+ -2
1223
+ p
1224
+ 8
1225
+ x
1226
+ 4
1227
+ file
1228
+ M
1229
+ 1
1230
+ p
1231
+ 2
1232
+ x
1233
+ 9
1234
+ for_block
1235
+ t
1236
+ n
1237
+ x
1238
+ 3
1239
+ Noe
1240
+ i
1241
+ 14
1242
+ 45
1243
+ 0
1244
+ 1
1245
+ 7
1246
+ 2
1247
+ 64
1248
+ 65
1249
+ 49
1250
+ 3
1251
+ 0
1252
+ 49
1253
+ 4
1254
+ 2
1255
+ 11
1256
+ I
1257
+ 4
1258
+ I
1259
+ 0
1260
+ I
1261
+ 0
1262
+ I
1263
+ 0
1264
+ I
1265
+ -2
1266
+ p
1267
+ 5
1268
+ x
1269
+ 4
1270
+ File
1271
+ n
1272
+ s
1273
+ 15
1274
+ ../config1.yaml
1275
+ x
1276
+ 11
1277
+ active_path
1278
+ x
1279
+ 11
1280
+ expand_path
1281
+ p
1282
+ 3
1283
+ I
1284
+ 0
1285
+ I
1286
+ 28
1287
+ I
1288
+ e
1289
+ x
1290
+ 58
1291
+ /home/blambeau/work/devel/noe/spec/unit/config/new_spec.rb
1292
+ p
1293
+ 0
1294
+ x
1295
+ 3
1296
+ let
1297
+ M
1298
+ 1
1299
+ p
1300
+ 2
1301
+ x
1302
+ 9
1303
+ for_block
1304
+ t
1305
+ n
1306
+ x
1307
+ 3
1308
+ Noe
1309
+ i
1310
+ 31
1311
+ 45
1312
+ 0
1313
+ 1
1314
+ 13
1315
+ 71
1316
+ 2
1317
+ 47
1318
+ 9
1319
+ 24
1320
+ 47
1321
+ 49
1322
+ 3
1323
+ 0
1324
+ 13
1325
+ 5
1326
+ 48
1327
+ 4
1328
+ 47
1329
+ 49
1330
+ 5
1331
+ 1
1332
+ 15
1333
+ 8
1334
+ 30
1335
+ 5
1336
+ 48
1337
+ 4
1338
+ 49
1339
+ 2
1340
+ 1
1341
+ 11
1342
+ I
1343
+ 4
1344
+ I
1345
+ 0
1346
+ I
1347
+ 0
1348
+ I
1349
+ 0
1350
+ I
1351
+ -2
1352
+ p
1353
+ 6
1354
+ x
1355
+ 6
1356
+ Config
1357
+ n
1358
+ x
1359
+ 3
1360
+ new
1361
+ x
1362
+ 8
1363
+ allocate
1364
+ x
1365
+ 4
1366
+ file
1367
+ x
1368
+ 10
1369
+ initialize
1370
+ p
1371
+ 3
1372
+ I
1373
+ 0
1374
+ I
1375
+ 29
1376
+ I
1377
+ 1f
1378
+ x
1379
+ 58
1380
+ /home/blambeau/work/devel/noe/spec/unit/config/new_spec.rb
1381
+ p
1382
+ 0
1383
+ x
1384
+ 7
1385
+ subject
1386
+ s
1387
+ 35
1388
+ should create a valid configuration
1389
+ M
1390
+ 1
1391
+ p
1392
+ 2
1393
+ x
1394
+ 9
1395
+ for_block
1396
+ t
1397
+ n
1398
+ x
1399
+ 3
1400
+ Noe
1401
+ i
1402
+ 45
1403
+ 5
1404
+ 48
1405
+ 0
1406
+ 5
1407
+ 45
1408
+ 1
1409
+ 2
1410
+ 47
1411
+ 49
1412
+ 3
1413
+ 1
1414
+ 49
1415
+ 4
1416
+ 1
1417
+ 15
1418
+ 5
1419
+ 48
1420
+ 0
1421
+ 49
1422
+ 5
1423
+ 0
1424
+ 49
1425
+ 4
1426
+ 0
1427
+ 7
1428
+ 6
1429
+ 64
1430
+ 83
1431
+ 7
1432
+ 15
1433
+ 5
1434
+ 48
1435
+ 0
1436
+ 49
1437
+ 8
1438
+ 0
1439
+ 49
1440
+ 4
1441
+ 0
1442
+ 5
1443
+ 48
1444
+ 8
1445
+ 83
1446
+ 7
1447
+ 11
1448
+ I
1449
+ 4
1450
+ I
1451
+ 0
1452
+ I
1453
+ 0
1454
+ I
1455
+ 0
1456
+ I
1457
+ -2
1458
+ p
1459
+ 9
1460
+ x
1461
+ 7
1462
+ subject
1463
+ x
1464
+ 6
1465
+ Config
1466
+ n
1467
+ x
1468
+ 10
1469
+ be_kind_of
1470
+ x
1471
+ 6
1472
+ should
1473
+ x
1474
+ 11
1475
+ noe_version
1476
+ s
1477
+ 5
1478
+ 1.0.0
1479
+ x
1480
+ 2
1481
+ ==
1482
+ x
1483
+ 4
1484
+ file
1485
+ p
1486
+ 7
1487
+ I
1488
+ 0
1489
+ I
1490
+ 2c
1491
+ I
1492
+ f
1493
+ I
1494
+ 2d
1495
+ I
1496
+ 1e
1497
+ I
1498
+ 2e
1499
+ I
1500
+ 2d
1501
+ x
1502
+ 58
1503
+ /home/blambeau/work/devel/noe/spec/unit/config/new_spec.rb
1504
+ p
1505
+ 0
1506
+ x
1507
+ 2
1508
+ it
1509
+ p
1510
+ 7
1511
+ I
1512
+ 0
1513
+ I
1514
+ 28
1515
+ I
1516
+ a
1517
+ I
1518
+ 29
1519
+ I
1520
+ 12
1521
+ I
1522
+ 2b
1523
+ I
1524
+ 1d
1525
+ x
1526
+ 58
1527
+ /home/blambeau/work/devel/noe/spec/unit/config/new_spec.rb
1528
+ p
1529
+ 0
1530
+ p
1531
+ 9
1532
+ I
1533
+ 0
1534
+ I
1535
+ 5
1536
+ I
1537
+ b
1538
+ I
1539
+ 10
1540
+ I
1541
+ 16
1542
+ I
1543
+ 1e
1544
+ I
1545
+ 21
1546
+ I
1547
+ 27
1548
+ I
1549
+ 2c
1550
+ x
1551
+ 58
1552
+ /home/blambeau/work/devel/noe/spec/unit/config/new_spec.rb
1553
+ p
1554
+ 0
1555
+ x
1556
+ 8
1557
+ describe
1558
+ p
1559
+ 3
1560
+ I
1561
+ 2
1562
+ I
1563
+ 3
1564
+ I
1565
+ d
1566
+ x
1567
+ 58
1568
+ /home/blambeau/work/devel/noe/spec/unit/config/new_spec.rb
1569
+ p
1570
+ 0
1571
+ x
1572
+ 13
1573
+ attach_method
1574
+ p
1575
+ 5
1576
+ I
1577
+ 0
1578
+ I
1579
+ 1
1580
+ I
1581
+ 13
1582
+ I
1583
+ 2
1584
+ I
1585
+ 2f
1586
+ x
1587
+ 58
1588
+ /home/blambeau/work/devel/noe/spec/unit/config/new_spec.rb
1589
+ p
1590
+ 0