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