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