bundler 1.0.0.rc.3 → 1.0.0.rc.5

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of bundler might be problematic. Click here for more details.

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