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,134 @@
1
+ class Thor
2
+ module Actions
3
+
4
+ # Creates an empty directory.
5
+ #
6
+ # ==== Parameters
7
+ # destination<String>:: the relative path to the destination root.
8
+ # config<Hash>:: give :verbose => false to not log the status.
9
+ #
10
+ # ==== Examples
11
+ #
12
+ # empty_directory "doc"
13
+ #
14
+ def empty_directory(destination, config={})
15
+ action EmptyDirectory.new(self, destination, config)
16
+ end
17
+
18
+ # Class which holds create directory logic. This is the base class for
19
+ # other actions like create_file and directory.
20
+ #
21
+ # This implementation is based in Templater actions, created by Jonas Nicklas
22
+ # and Michael S. Klishin under MIT LICENSE.
23
+ #
24
+ class EmptyDirectory #:nodoc:
25
+ attr_reader :base, :destination, :given_destination, :relative_destination, :config
26
+
27
+ # Initializes given the source and destination.
28
+ #
29
+ # ==== Parameters
30
+ # base<Thor::Base>:: A Thor::Base instance
31
+ # source<String>:: Relative path to the source of this file
32
+ # destination<String>:: Relative path to the destination of this file
33
+ # config<Hash>:: give :verbose => false to not log the status.
34
+ #
35
+ def initialize(base, destination, config={})
36
+ @base, @config = base, { :verbose => true }.merge(config)
37
+ self.destination = destination
38
+ end
39
+
40
+ # Checks if the destination file already exists.
41
+ #
42
+ # ==== Returns
43
+ # Boolean:: true if the file exists, false otherwise.
44
+ #
45
+ def exists?
46
+ ::File.exists?(destination)
47
+ end
48
+
49
+ def invoke!
50
+ invoke_with_conflict_check do
51
+ ::FileUtils.mkdir_p(destination)
52
+ end
53
+ end
54
+
55
+ def revoke!
56
+ say_status :remove, :red
57
+ ::FileUtils.rm_rf(destination) if !pretend? && exists?
58
+ given_destination
59
+ end
60
+
61
+ protected
62
+
63
+ # Shortcut for pretend.
64
+ #
65
+ def pretend?
66
+ base.options[:pretend]
67
+ end
68
+
69
+ # Sets the absolute destination value from a relative destination value.
70
+ # It also stores the given and relative destination. Let's suppose our
71
+ # script is being executed on "dest", it sets the destination root to
72
+ # "dest". The destination, given_destination and relative_destination
73
+ # are related in the following way:
74
+ #
75
+ # inside "bar" do
76
+ # empty_directory "baz"
77
+ # end
78
+ #
79
+ # destination #=> dest/bar/baz
80
+ # relative_destination #=> bar/baz
81
+ # given_destination #=> baz
82
+ #
83
+ def destination=(destination)
84
+ if destination
85
+ @given_destination = convert_encoded_instructions(destination.to_s)
86
+ @destination = ::File.expand_path(@given_destination, base.destination_root)
87
+ @relative_destination = base.relative_to_original_destination_root(@destination)
88
+ end
89
+ end
90
+
91
+ # Filenames in the encoded form are converted. If you have a file:
92
+ #
93
+ # %class_name%.rb
94
+ #
95
+ # It gets the class name from the base and replace it:
96
+ #
97
+ # user.rb
98
+ #
99
+ def convert_encoded_instructions(filename)
100
+ filename.gsub(/%(.*?)%/) do |string|
101
+ instruction = $1.strip
102
+ base.respond_to?(instruction) ? base.send(instruction) : string
103
+ end
104
+ end
105
+
106
+ # Receives a hash of options and just execute the block if some
107
+ # conditions are met.
108
+ #
109
+ def invoke_with_conflict_check(&block)
110
+ if exists?
111
+ on_conflict_behavior(&block)
112
+ else
113
+ say_status :create, :green
114
+ block.call unless pretend?
115
+ end
116
+
117
+ destination
118
+ end
119
+
120
+ # What to do when the destination file already exists.
121
+ #
122
+ def on_conflict_behavior(&block)
123
+ say_status :exist, :blue
124
+ end
125
+
126
+ # Shortcut to say_status shell method.
127
+ #
128
+ def say_status(status, color)
129
+ base.shell.say_status status, relative_destination, color if config[:verbose]
130
+ end
131
+
132
+ end
133
+ end
134
+ end
@@ -0,0 +1,1773 @@
1
+ !RBIX
2
+ 0
3
+ x
4
+ M
5
+ 1
6
+ n
7
+ n
8
+ x
9
+ 10
10
+ __script__
11
+ i
12
+ 29
13
+ 99
14
+ 7
15
+ 0
16
+ 1
17
+ 65
18
+ 49
19
+ 1
20
+ 3
21
+ 13
22
+ 99
23
+ 12
24
+ 7
25
+ 2
26
+ 12
27
+ 7
28
+ 3
29
+ 12
30
+ 65
31
+ 12
32
+ 49
33
+ 4
34
+ 4
35
+ 15
36
+ 49
37
+ 2
38
+ 0
39
+ 15
40
+ 2
41
+ 11
42
+ I
43
+ 6
44
+ I
45
+ 0
46
+ I
47
+ 0
48
+ I
49
+ 0
50
+ n
51
+ p
52
+ 5
53
+ x
54
+ 4
55
+ Thor
56
+ x
57
+ 10
58
+ open_class
59
+ x
60
+ 14
61
+ __class_init__
62
+ M
63
+ 1
64
+ n
65
+ n
66
+ x
67
+ 4
68
+ Thor
69
+ i
70
+ 28
71
+ 5
72
+ 66
73
+ 99
74
+ 7
75
+ 0
76
+ 65
77
+ 49
78
+ 1
79
+ 2
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
+ 7
112
+ Actions
113
+ x
114
+ 11
115
+ open_module
116
+ x
117
+ 15
118
+ __module_init__
119
+ M
120
+ 1
121
+ n
122
+ n
123
+ x
124
+ 7
125
+ Actions
126
+ i
127
+ 43
128
+ 5
129
+ 66
130
+ 99
131
+ 7
132
+ 0
133
+ 7
134
+ 1
135
+ 65
136
+ 67
137
+ 49
138
+ 2
139
+ 0
140
+ 49
141
+ 3
142
+ 4
143
+ 15
144
+ 99
145
+ 7
146
+ 4
147
+ 1
148
+ 65
149
+ 49
150
+ 5
151
+ 3
152
+ 13
153
+ 99
154
+ 12
155
+ 7
156
+ 6
157
+ 12
158
+ 7
159
+ 7
160
+ 12
161
+ 65
162
+ 12
163
+ 49
164
+ 8
165
+ 4
166
+ 15
167
+ 49
168
+ 6
169
+ 0
170
+ 11
171
+ I
172
+ 6
173
+ I
174
+ 0
175
+ I
176
+ 0
177
+ I
178
+ 0
179
+ n
180
+ p
181
+ 9
182
+ x
183
+ 15
184
+ empty_directory
185
+ M
186
+ 1
187
+ n
188
+ n
189
+ x
190
+ 15
191
+ empty_directory
192
+ i
193
+ 54
194
+ 23
195
+ 1
196
+ 10
197
+ 14
198
+ 44
199
+ 43
200
+ 0
201
+ 78
202
+ 49
203
+ 1
204
+ 1
205
+ 19
206
+ 1
207
+ 15
208
+ 5
209
+ 45
210
+ 2
211
+ 3
212
+ 13
213
+ 71
214
+ 4
215
+ 47
216
+ 9
217
+ 41
218
+ 47
219
+ 49
220
+ 5
221
+ 0
222
+ 13
223
+ 5
224
+ 20
225
+ 0
226
+ 20
227
+ 1
228
+ 47
229
+ 49
230
+ 6
231
+ 3
232
+ 15
233
+ 8
234
+ 49
235
+ 5
236
+ 20
237
+ 0
238
+ 20
239
+ 1
240
+ 49
241
+ 4
242
+ 3
243
+ 47
244
+ 49
245
+ 7
246
+ 1
247
+ 11
248
+ I
249
+ 8
250
+ I
251
+ 2
252
+ I
253
+ 1
254
+ I
255
+ 2
256
+ n
257
+ p
258
+ 8
259
+ x
260
+ 4
261
+ Hash
262
+ x
263
+ 16
264
+ new_from_literal
265
+ x
266
+ 14
267
+ EmptyDirectory
268
+ n
269
+ x
270
+ 3
271
+ new
272
+ x
273
+ 8
274
+ allocate
275
+ x
276
+ 10
277
+ initialize
278
+ x
279
+ 6
280
+ action
281
+ p
282
+ 5
283
+ I
284
+ 0
285
+ I
286
+ e
287
+ I
288
+ e
289
+ I
290
+ f
291
+ I
292
+ 36
293
+ x
294
+ 93
295
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/actions/empty_directory.rb
296
+ p
297
+ 2
298
+ x
299
+ 11
300
+ destination
301
+ x
302
+ 6
303
+ config
304
+ x
305
+ 17
306
+ method_visibility
307
+ x
308
+ 15
309
+ add_defn_method
310
+ x
311
+ 14
312
+ EmptyDirectory
313
+ x
314
+ 10
315
+ open_class
316
+ x
317
+ 14
318
+ __class_init__
319
+ M
320
+ 1
321
+ n
322
+ n
323
+ x
324
+ 14
325
+ EmptyDirectory
326
+ i
327
+ 162
328
+ 5
329
+ 66
330
+ 5
331
+ 7
332
+ 0
333
+ 7
334
+ 1
335
+ 7
336
+ 2
337
+ 7
338
+ 3
339
+ 7
340
+ 4
341
+ 47
342
+ 49
343
+ 5
344
+ 5
345
+ 15
346
+ 99
347
+ 7
348
+ 6
349
+ 7
350
+ 7
351
+ 65
352
+ 67
353
+ 49
354
+ 8
355
+ 0
356
+ 49
357
+ 9
358
+ 4
359
+ 15
360
+ 99
361
+ 7
362
+ 10
363
+ 7
364
+ 11
365
+ 65
366
+ 67
367
+ 49
368
+ 8
369
+ 0
370
+ 49
371
+ 9
372
+ 4
373
+ 15
374
+ 99
375
+ 7
376
+ 12
377
+ 7
378
+ 13
379
+ 65
380
+ 67
381
+ 49
382
+ 8
383
+ 0
384
+ 49
385
+ 9
386
+ 4
387
+ 15
388
+ 99
389
+ 7
390
+ 14
391
+ 7
392
+ 15
393
+ 65
394
+ 67
395
+ 49
396
+ 8
397
+ 0
398
+ 49
399
+ 9
400
+ 4
401
+ 15
402
+ 5
403
+ 48
404
+ 16
405
+ 15
406
+ 99
407
+ 7
408
+ 17
409
+ 7
410
+ 18
411
+ 65
412
+ 67
413
+ 49
414
+ 8
415
+ 0
416
+ 49
417
+ 9
418
+ 4
419
+ 15
420
+ 99
421
+ 7
422
+ 19
423
+ 7
424
+ 20
425
+ 65
426
+ 67
427
+ 49
428
+ 8
429
+ 0
430
+ 49
431
+ 9
432
+ 4
433
+ 15
434
+ 99
435
+ 7
436
+ 21
437
+ 7
438
+ 22
439
+ 65
440
+ 67
441
+ 49
442
+ 8
443
+ 0
444
+ 49
445
+ 9
446
+ 4
447
+ 15
448
+ 99
449
+ 7
450
+ 23
451
+ 7
452
+ 24
453
+ 65
454
+ 67
455
+ 49
456
+ 8
457
+ 0
458
+ 49
459
+ 9
460
+ 4
461
+ 15
462
+ 99
463
+ 7
464
+ 25
465
+ 7
466
+ 26
467
+ 65
468
+ 67
469
+ 49
470
+ 8
471
+ 0
472
+ 49
473
+ 9
474
+ 4
475
+ 15
476
+ 99
477
+ 7
478
+ 27
479
+ 7
480
+ 28
481
+ 65
482
+ 67
483
+ 49
484
+ 8
485
+ 0
486
+ 49
487
+ 9
488
+ 4
489
+ 11
490
+ I
491
+ 6
492
+ I
493
+ 0
494
+ I
495
+ 0
496
+ I
497
+ 0
498
+ n
499
+ p
500
+ 29
501
+ x
502
+ 4
503
+ base
504
+ x
505
+ 11
506
+ destination
507
+ x
508
+ 17
509
+ given_destination
510
+ x
511
+ 20
512
+ relative_destination
513
+ x
514
+ 6
515
+ config
516
+ x
517
+ 11
518
+ attr_reader
519
+ x
520
+ 10
521
+ initialize
522
+ M
523
+ 1
524
+ n
525
+ n
526
+ x
527
+ 10
528
+ initialize
529
+ i
530
+ 58
531
+ 23
532
+ 2
533
+ 10
534
+ 14
535
+ 44
536
+ 43
537
+ 0
538
+ 78
539
+ 49
540
+ 1
541
+ 1
542
+ 19
543
+ 2
544
+ 15
545
+ 20
546
+ 0
547
+ 44
548
+ 43
549
+ 0
550
+ 79
551
+ 49
552
+ 1
553
+ 1
554
+ 13
555
+ 7
556
+ 2
557
+ 2
558
+ 49
559
+ 3
560
+ 2
561
+ 15
562
+ 20
563
+ 2
564
+ 49
565
+ 4
566
+ 1
567
+ 17
568
+ 2
569
+ 38
570
+ 5
571
+ 15
572
+ 38
573
+ 6
574
+ 15
575
+ 2
576
+ 15
577
+ 5
578
+ 20
579
+ 1
580
+ 13
581
+ 18
582
+ 2
583
+ 47
584
+ 49
585
+ 7
586
+ 1
587
+ 15
588
+ 11
589
+ I
590
+ 8
591
+ I
592
+ 3
593
+ I
594
+ 2
595
+ I
596
+ 3
597
+ n
598
+ p
599
+ 8
600
+ x
601
+ 4
602
+ Hash
603
+ x
604
+ 16
605
+ new_from_literal
606
+ x
607
+ 7
608
+ verbose
609
+ x
610
+ 3
611
+ []=
612
+ x
613
+ 5
614
+ merge
615
+ x
616
+ 5
617
+ @base
618
+ x
619
+ 7
620
+ @config
621
+ x
622
+ 12
623
+ destination=
624
+ p
625
+ 9
626
+ I
627
+ 0
628
+ I
629
+ 23
630
+ I
631
+ e
632
+ I
633
+ 24
634
+ I
635
+ 2e
636
+ I
637
+ 86
638
+ I
639
+ 2f
640
+ I
641
+ 25
642
+ I
643
+ 3a
644
+ x
645
+ 93
646
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/actions/empty_directory.rb
647
+ p
648
+ 3
649
+ x
650
+ 4
651
+ base
652
+ x
653
+ 11
654
+ destination
655
+ x
656
+ 6
657
+ config
658
+ x
659
+ 17
660
+ method_visibility
661
+ x
662
+ 15
663
+ add_defn_method
664
+ x
665
+ 7
666
+ exists?
667
+ M
668
+ 1
669
+ n
670
+ n
671
+ x
672
+ 7
673
+ exists?
674
+ i
675
+ 10
676
+ 44
677
+ 43
678
+ 0
679
+ 5
680
+ 48
681
+ 1
682
+ 49
683
+ 2
684
+ 1
685
+ 11
686
+ I
687
+ 2
688
+ I
689
+ 0
690
+ I
691
+ 0
692
+ I
693
+ 0
694
+ n
695
+ p
696
+ 3
697
+ x
698
+ 4
699
+ File
700
+ x
701
+ 11
702
+ destination
703
+ x
704
+ 7
705
+ exists?
706
+ p
707
+ 5
708
+ I
709
+ 0
710
+ I
711
+ 2d
712
+ I
713
+ 0
714
+ I
715
+ 2e
716
+ I
717
+ a
718
+ x
719
+ 93
720
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/actions/empty_directory.rb
721
+ p
722
+ 0
723
+ x
724
+ 7
725
+ invoke!
726
+ M
727
+ 1
728
+ n
729
+ n
730
+ x
731
+ 7
732
+ invoke!
733
+ i
734
+ 8
735
+ 5
736
+ 56
737
+ 0
738
+ 47
739
+ 50
740
+ 1
741
+ 0
742
+ 11
743
+ I
744
+ 2
745
+ I
746
+ 0
747
+ I
748
+ 0
749
+ I
750
+ 0
751
+ n
752
+ p
753
+ 2
754
+ M
755
+ 1
756
+ p
757
+ 2
758
+ x
759
+ 9
760
+ for_block
761
+ t
762
+ n
763
+ x
764
+ 7
765
+ invoke!
766
+ i
767
+ 10
768
+ 44
769
+ 43
770
+ 0
771
+ 5
772
+ 48
773
+ 1
774
+ 49
775
+ 2
776
+ 1
777
+ 11
778
+ I
779
+ 3
780
+ I
781
+ 0
782
+ I
783
+ 0
784
+ I
785
+ 0
786
+ I
787
+ -2
788
+ p
789
+ 3
790
+ x
791
+ 9
792
+ FileUtils
793
+ x
794
+ 11
795
+ destination
796
+ x
797
+ 7
798
+ mkdir_p
799
+ p
800
+ 5
801
+ I
802
+ 0
803
+ I
804
+ 32
805
+ I
806
+ 0
807
+ I
808
+ 33
809
+ I
810
+ a
811
+ x
812
+ 93
813
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/actions/empty_directory.rb
814
+ p
815
+ 0
816
+ x
817
+ 26
818
+ invoke_with_conflict_check
819
+ p
820
+ 5
821
+ I
822
+ 0
823
+ I
824
+ 31
825
+ I
826
+ 0
827
+ I
828
+ 32
829
+ I
830
+ 8
831
+ x
832
+ 93
833
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/actions/empty_directory.rb
834
+ p
835
+ 0
836
+ x
837
+ 7
838
+ revoke!
839
+ M
840
+ 1
841
+ n
842
+ n
843
+ x
844
+ 7
845
+ revoke!
846
+ i
847
+ 49
848
+ 5
849
+ 7
850
+ 0
851
+ 7
852
+ 1
853
+ 47
854
+ 49
855
+ 2
856
+ 2
857
+ 15
858
+ 5
859
+ 47
860
+ 49
861
+ 3
862
+ 0
863
+ 10
864
+ 20
865
+ 2
866
+ 8
867
+ 21
868
+ 3
869
+ 13
870
+ 9
871
+ 30
872
+ 15
873
+ 5
874
+ 47
875
+ 49
876
+ 4
877
+ 0
878
+ 9
879
+ 43
880
+ 44
881
+ 43
882
+ 5
883
+ 5
884
+ 48
885
+ 6
886
+ 49
887
+ 7
888
+ 1
889
+ 8
890
+ 44
891
+ 1
892
+ 15
893
+ 5
894
+ 48
895
+ 8
896
+ 11
897
+ I
898
+ 3
899
+ I
900
+ 0
901
+ I
902
+ 0
903
+ I
904
+ 0
905
+ n
906
+ p
907
+ 9
908
+ x
909
+ 6
910
+ remove
911
+ x
912
+ 3
913
+ red
914
+ x
915
+ 10
916
+ say_status
917
+ x
918
+ 8
919
+ pretend?
920
+ x
921
+ 7
922
+ exists?
923
+ x
924
+ 9
925
+ FileUtils
926
+ x
927
+ 11
928
+ destination
929
+ x
930
+ 5
931
+ rm_rf
932
+ x
933
+ 17
934
+ given_destination
935
+ p
936
+ 9
937
+ I
938
+ 0
939
+ I
940
+ 37
941
+ I
942
+ 0
943
+ I
944
+ 38
945
+ I
946
+ a
947
+ I
948
+ 39
949
+ I
950
+ 2d
951
+ I
952
+ 3a
953
+ I
954
+ 31
955
+ x
956
+ 93
957
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/actions/empty_directory.rb
958
+ p
959
+ 0
960
+ x
961
+ 9
962
+ protected
963
+ x
964
+ 8
965
+ pretend?
966
+ M
967
+ 1
968
+ n
969
+ n
970
+ x
971
+ 8
972
+ pretend?
973
+ i
974
+ 12
975
+ 5
976
+ 48
977
+ 0
978
+ 49
979
+ 1
980
+ 0
981
+ 7
982
+ 2
983
+ 49
984
+ 3
985
+ 1
986
+ 11
987
+ I
988
+ 2
989
+ I
990
+ 0
991
+ I
992
+ 0
993
+ I
994
+ 0
995
+ n
996
+ p
997
+ 4
998
+ x
999
+ 4
1000
+ base
1001
+ x
1002
+ 7
1003
+ options
1004
+ x
1005
+ 7
1006
+ pretend
1007
+ x
1008
+ 2
1009
+ []
1010
+ p
1011
+ 5
1012
+ I
1013
+ 0
1014
+ I
1015
+ 41
1016
+ I
1017
+ 0
1018
+ I
1019
+ 42
1020
+ I
1021
+ c
1022
+ x
1023
+ 93
1024
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/actions/empty_directory.rb
1025
+ p
1026
+ 0
1027
+ x
1028
+ 12
1029
+ destination=
1030
+ M
1031
+ 1
1032
+ n
1033
+ n
1034
+ x
1035
+ 12
1036
+ destination=
1037
+ i
1038
+ 48
1039
+ 20
1040
+ 0
1041
+ 9
1042
+ 46
1043
+ 5
1044
+ 20
1045
+ 0
1046
+ 49
1047
+ 0
1048
+ 0
1049
+ 47
1050
+ 49
1051
+ 1
1052
+ 1
1053
+ 38
1054
+ 2
1055
+ 15
1056
+ 44
1057
+ 43
1058
+ 3
1059
+ 39
1060
+ 2
1061
+ 5
1062
+ 48
1063
+ 4
1064
+ 49
1065
+ 5
1066
+ 0
1067
+ 49
1068
+ 6
1069
+ 2
1070
+ 38
1071
+ 7
1072
+ 15
1073
+ 5
1074
+ 48
1075
+ 4
1076
+ 39
1077
+ 7
1078
+ 49
1079
+ 8
1080
+ 1
1081
+ 38
1082
+ 9
1083
+ 8
1084
+ 47
1085
+ 1
1086
+ 11
1087
+ I
1088
+ 4
1089
+ I
1090
+ 1
1091
+ I
1092
+ 1
1093
+ I
1094
+ 1
1095
+ n
1096
+ p
1097
+ 10
1098
+ x
1099
+ 4
1100
+ to_s
1101
+ x
1102
+ 28
1103
+ convert_encoded_instructions
1104
+ x
1105
+ 18
1106
+ @given_destination
1107
+ x
1108
+ 4
1109
+ File
1110
+ x
1111
+ 4
1112
+ base
1113
+ x
1114
+ 16
1115
+ destination_root
1116
+ x
1117
+ 11
1118
+ expand_path
1119
+ x
1120
+ 12
1121
+ @destination
1122
+ x
1123
+ 37
1124
+ relative_to_original_destination_root
1125
+ x
1126
+ 21
1127
+ @relative_destination
1128
+ p
1129
+ 13
1130
+ I
1131
+ 0
1132
+ I
1133
+ 53
1134
+ I
1135
+ 0
1136
+ I
1137
+ 54
1138
+ I
1139
+ 4
1140
+ I
1141
+ 55
1142
+ I
1143
+ 11
1144
+ I
1145
+ 56
1146
+ I
1147
+ 22
1148
+ I
1149
+ 57
1150
+ I
1151
+ 2e
1152
+ I
1153
+ 54
1154
+ I
1155
+ 30
1156
+ x
1157
+ 93
1158
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/actions/empty_directory.rb
1159
+ p
1160
+ 1
1161
+ x
1162
+ 11
1163
+ destination
1164
+ x
1165
+ 28
1166
+ convert_encoded_instructions
1167
+ M
1168
+ 1
1169
+ n
1170
+ n
1171
+ x
1172
+ 28
1173
+ convert_encoded_instructions
1174
+ i
1175
+ 26
1176
+ 20
1177
+ 0
1178
+ 7
1179
+ 0
1180
+ 13
1181
+ 70
1182
+ 9
1183
+ 20
1184
+ 15
1185
+ 44
1186
+ 43
1187
+ 1
1188
+ 7
1189
+ 2
1190
+ 78
1191
+ 49
1192
+ 3
1193
+ 2
1194
+ 6
1195
+ 0
1196
+ 56
1197
+ 4
1198
+ 50
1199
+ 5
1200
+ 1
1201
+ 11
1202
+ I
1203
+ 5
1204
+ I
1205
+ 1
1206
+ I
1207
+ 1
1208
+ I
1209
+ 1
1210
+ n
1211
+ p
1212
+ 6
1213
+ n
1214
+ x
1215
+ 6
1216
+ Regexp
1217
+ s
1218
+ 7
1219
+ %(.*?)%
1220
+ x
1221
+ 3
1222
+ new
1223
+ M
1224
+ 1
1225
+ p
1226
+ 2
1227
+ x
1228
+ 9
1229
+ for_block
1230
+ t
1231
+ n
1232
+ x
1233
+ 28
1234
+ convert_encoded_instructions
1235
+ i
1236
+ 39
1237
+ 57
1238
+ 19
1239
+ 0
1240
+ 15
1241
+ 4
1242
+ 5
1243
+ 78
1244
+ 98
1245
+ 0
1246
+ 2
1247
+ 49
1248
+ 1
1249
+ 0
1250
+ 19
1251
+ 1
1252
+ 15
1253
+ 5
1254
+ 48
1255
+ 2
1256
+ 20
1257
+ 1
1258
+ 49
1259
+ 3
1260
+ 1
1261
+ 9
1262
+ 36
1263
+ 5
1264
+ 48
1265
+ 2
1266
+ 20
1267
+ 1
1268
+ 49
1269
+ 4
1270
+ 1
1271
+ 8
1272
+ 38
1273
+ 20
1274
+ 0
1275
+ 11
1276
+ I
1277
+ 5
1278
+ I
1279
+ 2
1280
+ I
1281
+ 1
1282
+ I
1283
+ 1
1284
+ n
1285
+ p
1286
+ 5
1287
+ x
1288
+ 24
1289
+ regexp_last_match_result
1290
+ x
1291
+ 5
1292
+ strip
1293
+ x
1294
+ 4
1295
+ base
1296
+ x
1297
+ 11
1298
+ respond_to?
1299
+ x
1300
+ 4
1301
+ send
1302
+ p
1303
+ 7
1304
+ I
1305
+ 0
1306
+ I
1307
+ 64
1308
+ I
1309
+ 4
1310
+ I
1311
+ 65
1312
+ I
1313
+ 10
1314
+ I
1315
+ 66
1316
+ I
1317
+ 27
1318
+ x
1319
+ 93
1320
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/actions/empty_directory.rb
1321
+ p
1322
+ 2
1323
+ x
1324
+ 6
1325
+ string
1326
+ x
1327
+ 11
1328
+ instruction
1329
+ x
1330
+ 4
1331
+ gsub
1332
+ p
1333
+ 5
1334
+ I
1335
+ 0
1336
+ I
1337
+ 63
1338
+ I
1339
+ 0
1340
+ I
1341
+ 64
1342
+ I
1343
+ 1a
1344
+ x
1345
+ 93
1346
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/actions/empty_directory.rb
1347
+ p
1348
+ 1
1349
+ x
1350
+ 8
1351
+ filename
1352
+ x
1353
+ 26
1354
+ invoke_with_conflict_check
1355
+ M
1356
+ 1
1357
+ n
1358
+ n
1359
+ x
1360
+ 26
1361
+ invoke_with_conflict_check
1362
+ i
1363
+ 61
1364
+ 95
1365
+ 19
1366
+ 0
1367
+ 15
1368
+ 5
1369
+ 47
1370
+ 49
1371
+ 0
1372
+ 0
1373
+ 9
1374
+ 31
1375
+ 5
1376
+ 20
1377
+ 0
1378
+ 13
1379
+ 70
1380
+ 10
1381
+ 25
1382
+ 44
1383
+ 43
1384
+ 1
1385
+ 12
1386
+ 49
1387
+ 2
1388
+ 1
1389
+ 47
1390
+ 50
1391
+ 3
1392
+ 0
1393
+ 8
1394
+ 56
1395
+ 5
1396
+ 7
1397
+ 4
1398
+ 7
1399
+ 5
1400
+ 47
1401
+ 49
1402
+ 6
1403
+ 2
1404
+ 15
1405
+ 5
1406
+ 47
1407
+ 49
1408
+ 7
1409
+ 0
1410
+ 9
1411
+ 51
1412
+ 1
1413
+ 8
1414
+ 56
1415
+ 20
1416
+ 0
1417
+ 49
1418
+ 8
1419
+ 0
1420
+ 15
1421
+ 5
1422
+ 48
1423
+ 9
1424
+ 11
1425
+ I
1426
+ 4
1427
+ I
1428
+ 1
1429
+ I
1430
+ 0
1431
+ I
1432
+ 0
1433
+ n
1434
+ p
1435
+ 10
1436
+ x
1437
+ 7
1438
+ exists?
1439
+ x
1440
+ 4
1441
+ Proc
1442
+ x
1443
+ 14
1444
+ __from_block__
1445
+ x
1446
+ 20
1447
+ on_conflict_behavior
1448
+ x
1449
+ 6
1450
+ create
1451
+ x
1452
+ 5
1453
+ green
1454
+ x
1455
+ 10
1456
+ say_status
1457
+ x
1458
+ 8
1459
+ pretend?
1460
+ x
1461
+ 4
1462
+ call
1463
+ x
1464
+ 11
1465
+ destination
1466
+ p
1467
+ 13
1468
+ I
1469
+ 0
1470
+ I
1471
+ 6d
1472
+ I
1473
+ 4
1474
+ I
1475
+ 6e
1476
+ I
1477
+ b
1478
+ I
1479
+ 6f
1480
+ I
1481
+ 1f
1482
+ I
1483
+ 71
1484
+ I
1485
+ 29
1486
+ I
1487
+ 72
1488
+ I
1489
+ 39
1490
+ I
1491
+ 75
1492
+ I
1493
+ 3d
1494
+ x
1495
+ 93
1496
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/actions/empty_directory.rb
1497
+ p
1498
+ 1
1499
+ x
1500
+ 5
1501
+ block
1502
+ x
1503
+ 20
1504
+ on_conflict_behavior
1505
+ M
1506
+ 1
1507
+ n
1508
+ n
1509
+ x
1510
+ 20
1511
+ on_conflict_behavior
1512
+ i
1513
+ 14
1514
+ 95
1515
+ 19
1516
+ 0
1517
+ 15
1518
+ 5
1519
+ 7
1520
+ 0
1521
+ 7
1522
+ 1
1523
+ 47
1524
+ 49
1525
+ 2
1526
+ 2
1527
+ 11
1528
+ I
1529
+ 4
1530
+ I
1531
+ 1
1532
+ I
1533
+ 0
1534
+ I
1535
+ 0
1536
+ n
1537
+ p
1538
+ 3
1539
+ x
1540
+ 5
1541
+ exist
1542
+ x
1543
+ 4
1544
+ blue
1545
+ x
1546
+ 10
1547
+ say_status
1548
+ p
1549
+ 5
1550
+ I
1551
+ 0
1552
+ I
1553
+ 7a
1554
+ I
1555
+ 4
1556
+ I
1557
+ 7b
1558
+ I
1559
+ e
1560
+ x
1561
+ 93
1562
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/actions/empty_directory.rb
1563
+ p
1564
+ 1
1565
+ x
1566
+ 5
1567
+ block
1568
+ x
1569
+ 10
1570
+ say_status
1571
+ M
1572
+ 1
1573
+ n
1574
+ n
1575
+ x
1576
+ 10
1577
+ say_status
1578
+ i
1579
+ 30
1580
+ 5
1581
+ 48
1582
+ 0
1583
+ 7
1584
+ 1
1585
+ 49
1586
+ 2
1587
+ 1
1588
+ 9
1589
+ 28
1590
+ 5
1591
+ 48
1592
+ 3
1593
+ 49
1594
+ 4
1595
+ 0
1596
+ 20
1597
+ 0
1598
+ 5
1599
+ 48
1600
+ 5
1601
+ 20
1602
+ 1
1603
+ 49
1604
+ 6
1605
+ 3
1606
+ 8
1607
+ 29
1608
+ 1
1609
+ 11
1610
+ I
1611
+ 6
1612
+ I
1613
+ 2
1614
+ I
1615
+ 2
1616
+ I
1617
+ 2
1618
+ n
1619
+ p
1620
+ 7
1621
+ x
1622
+ 6
1623
+ config
1624
+ x
1625
+ 7
1626
+ verbose
1627
+ x
1628
+ 2
1629
+ []
1630
+ x
1631
+ 4
1632
+ base
1633
+ x
1634
+ 5
1635
+ shell
1636
+ x
1637
+ 20
1638
+ relative_destination
1639
+ x
1640
+ 10
1641
+ say_status
1642
+ p
1643
+ 5
1644
+ I
1645
+ 0
1646
+ I
1647
+ 80
1648
+ I
1649
+ 0
1650
+ I
1651
+ 81
1652
+ I
1653
+ 1e
1654
+ x
1655
+ 93
1656
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/actions/empty_directory.rb
1657
+ p
1658
+ 2
1659
+ x
1660
+ 6
1661
+ status
1662
+ x
1663
+ 5
1664
+ color
1665
+ p
1666
+ 25
1667
+ I
1668
+ 2
1669
+ I
1670
+ 19
1671
+ I
1672
+ 12
1673
+ I
1674
+ 23
1675
+ I
1676
+ 20
1677
+ I
1678
+ 2d
1679
+ I
1680
+ 2e
1681
+ I
1682
+ 31
1683
+ I
1684
+ 3c
1685
+ I
1686
+ 37
1687
+ I
1688
+ 4a
1689
+ I
1690
+ 3d
1691
+ I
1692
+ 4e
1693
+ I
1694
+ 41
1695
+ I
1696
+ 5c
1697
+ I
1698
+ 53
1699
+ I
1700
+ 6a
1701
+ I
1702
+ 63
1703
+ I
1704
+ 78
1705
+ I
1706
+ 6d
1707
+ I
1708
+ 86
1709
+ I
1710
+ 7a
1711
+ I
1712
+ 94
1713
+ I
1714
+ 80
1715
+ I
1716
+ a2
1717
+ x
1718
+ 93
1719
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/actions/empty_directory.rb
1720
+ p
1721
+ 0
1722
+ x
1723
+ 13
1724
+ attach_method
1725
+ p
1726
+ 5
1727
+ I
1728
+ 2
1729
+ I
1730
+ e
1731
+ I
1732
+ 10
1733
+ I
1734
+ 18
1735
+ I
1736
+ 2b
1737
+ x
1738
+ 93
1739
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/actions/empty_directory.rb
1740
+ p
1741
+ 0
1742
+ x
1743
+ 13
1744
+ attach_method
1745
+ p
1746
+ 3
1747
+ I
1748
+ 2
1749
+ I
1750
+ 2
1751
+ I
1752
+ 1c
1753
+ x
1754
+ 93
1755
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/actions/empty_directory.rb
1756
+ p
1757
+ 0
1758
+ x
1759
+ 13
1760
+ attach_method
1761
+ p
1762
+ 3
1763
+ I
1764
+ 0
1765
+ I
1766
+ 1
1767
+ I
1768
+ 1d
1769
+ x
1770
+ 93
1771
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/actions/empty_directory.rb
1772
+ p
1773
+ 0