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,4 @@
1
+ source :gemcutter
2
+
3
+ # Specify your gem's dependencies in <%=config[:name]%>.gemspec
4
+ gemspec
@@ -0,0 +1,2 @@
1
+ require 'bundler'
2
+ Bundler::GemHelper.install_tasks
@@ -0,0 +1,2 @@
1
+ pkg/*
2
+ *.gem
@@ -0,0 +1,3 @@
1
+ module <%=config[:constant_name]%>
2
+ # Your code goes here...
3
+ end
@@ -0,0 +1,3 @@
1
+ module <%=config[:constant_name]%>
2
+ VERSION = "0.0.0"
3
+ end
@@ -0,0 +1,23 @@
1
+ # -*- encoding: utf-8 -*-
2
+ $LOAD_PATH.unshift File.expand_path('../lib', __FILE__)
3
+ require '<%=config[:name]%>/version'
4
+
5
+ Gem::Specification.new do |s|
6
+ s.name = <%=config[:name].inspect%>
7
+ s.version = <%=config[:constant_name]%>::VERSION
8
+ s.platform = Gem::Platform::RUBY
9
+ s.authors = []
10
+ s.email = []
11
+ s.homepage = "http://rubygems.org/gems/<%=config[:name]%>"
12
+ s.summary = "TODO: Write a gem summary"
13
+ s.description = "TODO: Write a gem description"
14
+
15
+ s.required_rubygems_version = ">= 1.3.6"
16
+ s.rubyforge_project = <%=config[:name].inspect%>
17
+
18
+ s.add_development_dependency "bundler", ">= <%=Bundler::VERSION%>"
19
+
20
+ s.files = `git ls-files`.split("\n")
21
+ s.executables = `git ls-files`.split("\n").select{|f| f =~ /^bin/}
22
+ s.require_path = 'lib'
23
+ end
@@ -0,0 +1,1407 @@
1
+ !RBIX
2
+ 0
3
+ x
4
+ M
5
+ 1
6
+ n
7
+ n
8
+ x
9
+ 10
10
+ __script__
11
+ i
12
+ 28
13
+ 99
14
+ 7
15
+ 0
16
+ 65
17
+ 49
18
+ 1
19
+ 2
20
+ 13
21
+ 99
22
+ 12
23
+ 7
24
+ 2
25
+ 12
26
+ 7
27
+ 3
28
+ 12
29
+ 65
30
+ 12
31
+ 49
32
+ 4
33
+ 4
34
+ 15
35
+ 49
36
+ 2
37
+ 0
38
+ 15
39
+ 2
40
+ 11
41
+ I
42
+ 6
43
+ I
44
+ 0
45
+ I
46
+ 0
47
+ I
48
+ 0
49
+ n
50
+ p
51
+ 5
52
+ x
53
+ 7
54
+ Bundler
55
+ x
56
+ 11
57
+ open_module
58
+ x
59
+ 15
60
+ __module_init__
61
+ M
62
+ 1
63
+ n
64
+ n
65
+ x
66
+ 7
67
+ Bundler
68
+ i
69
+ 29
70
+ 5
71
+ 66
72
+ 99
73
+ 7
74
+ 0
75
+ 1
76
+ 65
77
+ 49
78
+ 1
79
+ 3
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
+ 2
112
+ UI
113
+ x
114
+ 10
115
+ open_class
116
+ x
117
+ 14
118
+ __class_init__
119
+ M
120
+ 1
121
+ n
122
+ n
123
+ x
124
+ 2
125
+ UI
126
+ i
127
+ 118
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
+ 7
148
+ 5
149
+ 65
150
+ 67
151
+ 49
152
+ 2
153
+ 0
154
+ 49
155
+ 3
156
+ 4
157
+ 15
158
+ 99
159
+ 7
160
+ 6
161
+ 7
162
+ 7
163
+ 65
164
+ 67
165
+ 49
166
+ 2
167
+ 0
168
+ 49
169
+ 3
170
+ 4
171
+ 15
172
+ 99
173
+ 7
174
+ 8
175
+ 7
176
+ 9
177
+ 65
178
+ 67
179
+ 49
180
+ 2
181
+ 0
182
+ 49
183
+ 3
184
+ 4
185
+ 15
186
+ 99
187
+ 7
188
+ 10
189
+ 45
190
+ 11
191
+ 12
192
+ 65
193
+ 49
194
+ 13
195
+ 3
196
+ 13
197
+ 99
198
+ 12
199
+ 7
200
+ 14
201
+ 12
202
+ 7
203
+ 15
204
+ 12
205
+ 65
206
+ 12
207
+ 49
208
+ 16
209
+ 4
210
+ 15
211
+ 49
212
+ 14
213
+ 0
214
+ 15
215
+ 99
216
+ 7
217
+ 17
218
+ 45
219
+ 18
220
+ 19
221
+ 43
222
+ 20
223
+ 65
224
+ 49
225
+ 13
226
+ 3
227
+ 13
228
+ 99
229
+ 12
230
+ 7
231
+ 14
232
+ 12
233
+ 7
234
+ 21
235
+ 12
236
+ 65
237
+ 12
238
+ 49
239
+ 16
240
+ 4
241
+ 15
242
+ 49
243
+ 14
244
+ 0
245
+ 11
246
+ I
247
+ 6
248
+ I
249
+ 0
250
+ I
251
+ 0
252
+ I
253
+ 0
254
+ n
255
+ p
256
+ 22
257
+ x
258
+ 4
259
+ warn
260
+ M
261
+ 1
262
+ n
263
+ n
264
+ x
265
+ 4
266
+ warn
267
+ i
268
+ 2
269
+ 1
270
+ 11
271
+ I
272
+ 2
273
+ I
274
+ 1
275
+ I
276
+ 1
277
+ I
278
+ 1
279
+ n
280
+ p
281
+ 0
282
+ p
283
+ 5
284
+ I
285
+ 0
286
+ I
287
+ 3
288
+ I
289
+ 0
290
+ I
291
+ 4
292
+ I
293
+ 2
294
+ x
295
+ 60
296
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/ui.rb
297
+ p
298
+ 1
299
+ x
300
+ 7
301
+ message
302
+ x
303
+ 17
304
+ method_visibility
305
+ x
306
+ 15
307
+ add_defn_method
308
+ x
309
+ 5
310
+ error
311
+ M
312
+ 1
313
+ n
314
+ n
315
+ x
316
+ 5
317
+ error
318
+ i
319
+ 2
320
+ 1
321
+ 11
322
+ I
323
+ 2
324
+ I
325
+ 1
326
+ I
327
+ 1
328
+ I
329
+ 1
330
+ n
331
+ p
332
+ 0
333
+ p
334
+ 5
335
+ I
336
+ 0
337
+ I
338
+ 6
339
+ I
340
+ 0
341
+ I
342
+ 7
343
+ I
344
+ 2
345
+ x
346
+ 60
347
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/ui.rb
348
+ p
349
+ 1
350
+ x
351
+ 7
352
+ message
353
+ x
354
+ 4
355
+ info
356
+ M
357
+ 1
358
+ n
359
+ n
360
+ x
361
+ 4
362
+ info
363
+ i
364
+ 2
365
+ 1
366
+ 11
367
+ I
368
+ 2
369
+ I
370
+ 1
371
+ I
372
+ 1
373
+ I
374
+ 1
375
+ n
376
+ p
377
+ 0
378
+ p
379
+ 5
380
+ I
381
+ 0
382
+ I
383
+ 9
384
+ I
385
+ 0
386
+ I
387
+ a
388
+ I
389
+ 2
390
+ x
391
+ 60
392
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/ui.rb
393
+ p
394
+ 1
395
+ x
396
+ 7
397
+ message
398
+ x
399
+ 7
400
+ confirm
401
+ M
402
+ 1
403
+ n
404
+ n
405
+ x
406
+ 7
407
+ confirm
408
+ i
409
+ 2
410
+ 1
411
+ 11
412
+ I
413
+ 2
414
+ I
415
+ 1
416
+ I
417
+ 1
418
+ I
419
+ 1
420
+ n
421
+ p
422
+ 0
423
+ p
424
+ 5
425
+ I
426
+ 0
427
+ I
428
+ c
429
+ I
430
+ 0
431
+ I
432
+ d
433
+ I
434
+ 2
435
+ x
436
+ 60
437
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/ui.rb
438
+ p
439
+ 1
440
+ x
441
+ 7
442
+ message
443
+ x
444
+ 5
445
+ Shell
446
+ x
447
+ 2
448
+ UI
449
+ n
450
+ x
451
+ 10
452
+ open_class
453
+ x
454
+ 14
455
+ __class_init__
456
+ M
457
+ 1
458
+ n
459
+ n
460
+ x
461
+ 5
462
+ Shell
463
+ i
464
+ 100
465
+ 5
466
+ 66
467
+ 99
468
+ 7
469
+ 0
470
+ 7
471
+ 1
472
+ 65
473
+ 67
474
+ 49
475
+ 2
476
+ 0
477
+ 49
478
+ 3
479
+ 4
480
+ 15
481
+ 99
482
+ 7
483
+ 4
484
+ 7
485
+ 5
486
+ 65
487
+ 67
488
+ 49
489
+ 2
490
+ 0
491
+ 49
492
+ 3
493
+ 4
494
+ 15
495
+ 99
496
+ 7
497
+ 6
498
+ 7
499
+ 7
500
+ 65
501
+ 67
502
+ 49
503
+ 2
504
+ 0
505
+ 49
506
+ 3
507
+ 4
508
+ 15
509
+ 99
510
+ 7
511
+ 8
512
+ 7
513
+ 9
514
+ 65
515
+ 67
516
+ 49
517
+ 2
518
+ 0
519
+ 49
520
+ 3
521
+ 4
522
+ 15
523
+ 99
524
+ 7
525
+ 10
526
+ 7
527
+ 11
528
+ 65
529
+ 67
530
+ 49
531
+ 2
532
+ 0
533
+ 49
534
+ 3
535
+ 4
536
+ 15
537
+ 99
538
+ 7
539
+ 12
540
+ 7
541
+ 13
542
+ 65
543
+ 67
544
+ 49
545
+ 2
546
+ 0
547
+ 49
548
+ 3
549
+ 4
550
+ 15
551
+ 99
552
+ 7
553
+ 14
554
+ 7
555
+ 15
556
+ 65
557
+ 67
558
+ 49
559
+ 2
560
+ 0
561
+ 49
562
+ 3
563
+ 4
564
+ 11
565
+ I
566
+ 5
567
+ I
568
+ 0
569
+ I
570
+ 0
571
+ I
572
+ 0
573
+ n
574
+ p
575
+ 16
576
+ x
577
+ 10
578
+ initialize
579
+ M
580
+ 1
581
+ n
582
+ n
583
+ x
584
+ 10
585
+ initialize
586
+ i
587
+ 9
588
+ 20
589
+ 0
590
+ 38
591
+ 0
592
+ 15
593
+ 3
594
+ 38
595
+ 1
596
+ 11
597
+ I
598
+ 2
599
+ I
600
+ 1
601
+ I
602
+ 1
603
+ I
604
+ 1
605
+ n
606
+ p
607
+ 2
608
+ x
609
+ 6
610
+ @shell
611
+ x
612
+ 6
613
+ @quiet
614
+ p
615
+ 7
616
+ I
617
+ 0
618
+ I
619
+ 10
620
+ I
621
+ 0
622
+ I
623
+ 11
624
+ I
625
+ 5
626
+ I
627
+ 12
628
+ I
629
+ 9
630
+ x
631
+ 60
632
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/ui.rb
633
+ p
634
+ 1
635
+ x
636
+ 5
637
+ shell
638
+ x
639
+ 17
640
+ method_visibility
641
+ x
642
+ 15
643
+ add_defn_method
644
+ x
645
+ 5
646
+ debug
647
+ M
648
+ 1
649
+ n
650
+ n
651
+ x
652
+ 5
653
+ debug
654
+ i
655
+ 34
656
+ 45
657
+ 0
658
+ 1
659
+ 7
660
+ 2
661
+ 64
662
+ 49
663
+ 3
664
+ 1
665
+ 13
666
+ 9
667
+ 21
668
+ 15
669
+ 39
670
+ 4
671
+ 10
672
+ 20
673
+ 2
674
+ 8
675
+ 21
676
+ 3
677
+ 9
678
+ 32
679
+ 39
680
+ 5
681
+ 20
682
+ 0
683
+ 49
684
+ 6
685
+ 1
686
+ 8
687
+ 33
688
+ 1
689
+ 11
690
+ I
691
+ 3
692
+ I
693
+ 1
694
+ I
695
+ 1
696
+ I
697
+ 1
698
+ n
699
+ p
700
+ 7
701
+ x
702
+ 3
703
+ ENV
704
+ n
705
+ s
706
+ 5
707
+ DEBUG
708
+ x
709
+ 2
710
+ []
711
+ x
712
+ 6
713
+ @quiet
714
+ x
715
+ 6
716
+ @shell
717
+ x
718
+ 3
719
+ say
720
+ p
721
+ 5
722
+ I
723
+ 0
724
+ I
725
+ 15
726
+ I
727
+ 0
728
+ I
729
+ 16
730
+ I
731
+ 22
732
+ x
733
+ 60
734
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/ui.rb
735
+ p
736
+ 1
737
+ x
738
+ 3
739
+ msg
740
+ x
741
+ 4
742
+ info
743
+ M
744
+ 1
745
+ n
746
+ n
747
+ x
748
+ 4
749
+ info
750
+ i
751
+ 15
752
+ 39
753
+ 0
754
+ 9
755
+ 7
756
+ 1
757
+ 8
758
+ 14
759
+ 39
760
+ 1
761
+ 20
762
+ 0
763
+ 49
764
+ 2
765
+ 1
766
+ 11
767
+ I
768
+ 3
769
+ I
770
+ 1
771
+ I
772
+ 1
773
+ I
774
+ 1
775
+ n
776
+ p
777
+ 3
778
+ x
779
+ 6
780
+ @quiet
781
+ x
782
+ 6
783
+ @shell
784
+ x
785
+ 3
786
+ say
787
+ p
788
+ 5
789
+ I
790
+ 0
791
+ I
792
+ 19
793
+ I
794
+ 0
795
+ I
796
+ 1a
797
+ I
798
+ f
799
+ x
800
+ 60
801
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/ui.rb
802
+ p
803
+ 1
804
+ x
805
+ 3
806
+ msg
807
+ x
808
+ 7
809
+ confirm
810
+ M
811
+ 1
812
+ n
813
+ n
814
+ x
815
+ 7
816
+ confirm
817
+ i
818
+ 17
819
+ 39
820
+ 0
821
+ 9
822
+ 7
823
+ 1
824
+ 8
825
+ 16
826
+ 39
827
+ 1
828
+ 20
829
+ 0
830
+ 7
831
+ 2
832
+ 49
833
+ 3
834
+ 2
835
+ 11
836
+ I
837
+ 4
838
+ I
839
+ 1
840
+ I
841
+ 1
842
+ I
843
+ 1
844
+ n
845
+ p
846
+ 4
847
+ x
848
+ 6
849
+ @quiet
850
+ x
851
+ 6
852
+ @shell
853
+ x
854
+ 5
855
+ green
856
+ x
857
+ 3
858
+ say
859
+ p
860
+ 5
861
+ I
862
+ 0
863
+ I
864
+ 1d
865
+ I
866
+ 0
867
+ I
868
+ 1e
869
+ I
870
+ 11
871
+ x
872
+ 60
873
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/ui.rb
874
+ p
875
+ 1
876
+ x
877
+ 3
878
+ msg
879
+ x
880
+ 4
881
+ warn
882
+ M
883
+ 1
884
+ n
885
+ n
886
+ x
887
+ 4
888
+ warn
889
+ i
890
+ 10
891
+ 39
892
+ 0
893
+ 20
894
+ 0
895
+ 7
896
+ 1
897
+ 49
898
+ 2
899
+ 2
900
+ 11
901
+ I
902
+ 4
903
+ I
904
+ 1
905
+ I
906
+ 1
907
+ I
908
+ 1
909
+ n
910
+ p
911
+ 3
912
+ x
913
+ 6
914
+ @shell
915
+ x
916
+ 6
917
+ yellow
918
+ x
919
+ 3
920
+ say
921
+ p
922
+ 5
923
+ I
924
+ 0
925
+ I
926
+ 21
927
+ I
928
+ 0
929
+ I
930
+ 22
931
+ I
932
+ a
933
+ x
934
+ 60
935
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/ui.rb
936
+ p
937
+ 1
938
+ x
939
+ 3
940
+ msg
941
+ x
942
+ 5
943
+ error
944
+ M
945
+ 1
946
+ n
947
+ n
948
+ x
949
+ 5
950
+ error
951
+ i
952
+ 10
953
+ 39
954
+ 0
955
+ 20
956
+ 0
957
+ 7
958
+ 1
959
+ 49
960
+ 2
961
+ 2
962
+ 11
963
+ I
964
+ 4
965
+ I
966
+ 1
967
+ I
968
+ 1
969
+ I
970
+ 1
971
+ n
972
+ p
973
+ 3
974
+ x
975
+ 6
976
+ @shell
977
+ x
978
+ 3
979
+ red
980
+ x
981
+ 3
982
+ say
983
+ p
984
+ 5
985
+ I
986
+ 0
987
+ I
988
+ 25
989
+ I
990
+ 0
991
+ I
992
+ 26
993
+ I
994
+ a
995
+ x
996
+ 60
997
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/ui.rb
998
+ p
999
+ 1
1000
+ x
1001
+ 3
1002
+ msg
1003
+ x
1004
+ 9
1005
+ be_quiet!
1006
+ M
1007
+ 1
1008
+ n
1009
+ n
1010
+ x
1011
+ 9
1012
+ be_quiet!
1013
+ i
1014
+ 4
1015
+ 2
1016
+ 38
1017
+ 0
1018
+ 11
1019
+ I
1020
+ 1
1021
+ I
1022
+ 0
1023
+ I
1024
+ 0
1025
+ I
1026
+ 0
1027
+ n
1028
+ p
1029
+ 1
1030
+ x
1031
+ 6
1032
+ @quiet
1033
+ p
1034
+ 5
1035
+ I
1036
+ 0
1037
+ I
1038
+ 29
1039
+ I
1040
+ 0
1041
+ I
1042
+ 2a
1043
+ I
1044
+ 4
1045
+ x
1046
+ 60
1047
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/ui.rb
1048
+ p
1049
+ 0
1050
+ p
1051
+ 15
1052
+ I
1053
+ 2
1054
+ I
1055
+ 10
1056
+ I
1057
+ 10
1058
+ I
1059
+ 15
1060
+ I
1061
+ 1e
1062
+ I
1063
+ 19
1064
+ I
1065
+ 2c
1066
+ I
1067
+ 1d
1068
+ I
1069
+ 3a
1070
+ I
1071
+ 21
1072
+ I
1073
+ 48
1074
+ I
1075
+ 25
1076
+ I
1077
+ 56
1078
+ I
1079
+ 29
1080
+ I
1081
+ 64
1082
+ x
1083
+ 60
1084
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/ui.rb
1085
+ p
1086
+ 0
1087
+ x
1088
+ 13
1089
+ attach_method
1090
+ x
1091
+ 7
1092
+ RGProxy
1093
+ x
1094
+ 3
1095
+ Gem
1096
+ n
1097
+ x
1098
+ 8
1099
+ SilentUI
1100
+ M
1101
+ 1
1102
+ n
1103
+ n
1104
+ x
1105
+ 7
1106
+ RGProxy
1107
+ i
1108
+ 30
1109
+ 5
1110
+ 66
1111
+ 99
1112
+ 7
1113
+ 0
1114
+ 7
1115
+ 1
1116
+ 65
1117
+ 67
1118
+ 49
1119
+ 2
1120
+ 0
1121
+ 49
1122
+ 3
1123
+ 4
1124
+ 15
1125
+ 99
1126
+ 7
1127
+ 4
1128
+ 7
1129
+ 5
1130
+ 65
1131
+ 67
1132
+ 49
1133
+ 2
1134
+ 0
1135
+ 49
1136
+ 3
1137
+ 4
1138
+ 11
1139
+ I
1140
+ 5
1141
+ I
1142
+ 0
1143
+ I
1144
+ 0
1145
+ I
1146
+ 0
1147
+ n
1148
+ p
1149
+ 6
1150
+ x
1151
+ 10
1152
+ initialize
1153
+ M
1154
+ 1
1155
+ n
1156
+ n
1157
+ x
1158
+ 10
1159
+ initialize
1160
+ i
1161
+ 5
1162
+ 20
1163
+ 0
1164
+ 38
1165
+ 0
1166
+ 11
1167
+ I
1168
+ 2
1169
+ I
1170
+ 1
1171
+ I
1172
+ 1
1173
+ I
1174
+ 1
1175
+ n
1176
+ p
1177
+ 1
1178
+ x
1179
+ 3
1180
+ @ui
1181
+ p
1182
+ 5
1183
+ I
1184
+ 0
1185
+ I
1186
+ 2f
1187
+ I
1188
+ 0
1189
+ I
1190
+ 30
1191
+ I
1192
+ 5
1193
+ x
1194
+ 60
1195
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/ui.rb
1196
+ p
1197
+ 1
1198
+ x
1199
+ 2
1200
+ ui
1201
+ x
1202
+ 17
1203
+ method_visibility
1204
+ x
1205
+ 15
1206
+ add_defn_method
1207
+ x
1208
+ 3
1209
+ say
1210
+ M
1211
+ 1
1212
+ n
1213
+ n
1214
+ x
1215
+ 3
1216
+ say
1217
+ i
1218
+ 43
1219
+ 20
1220
+ 0
1221
+ 7
1222
+ 0
1223
+ 13
1224
+ 70
1225
+ 9
1226
+ 20
1227
+ 15
1228
+ 44
1229
+ 43
1230
+ 1
1231
+ 7
1232
+ 2
1233
+ 78
1234
+ 49
1235
+ 3
1236
+ 2
1237
+ 6
1238
+ 0
1239
+ 49
1240
+ 4
1241
+ 1
1242
+ 9
1243
+ 35
1244
+ 39
1245
+ 5
1246
+ 7
1247
+ 6
1248
+ 64
1249
+ 49
1250
+ 7
1251
+ 1
1252
+ 8
1253
+ 42
1254
+ 39
1255
+ 5
1256
+ 20
1257
+ 0
1258
+ 49
1259
+ 8
1260
+ 1
1261
+ 11
1262
+ I
1263
+ 5
1264
+ I
1265
+ 1
1266
+ I
1267
+ 1
1268
+ I
1269
+ 1
1270
+ n
1271
+ p
1272
+ 9
1273
+ n
1274
+ x
1275
+ 6
1276
+ Regexp
1277
+ s
1278
+ 17
1279
+ native extensions
1280
+ x
1281
+ 3
1282
+ new
1283
+ x
1284
+ 2
1285
+ =~
1286
+ x
1287
+ 3
1288
+ @ui
1289
+ s
1290
+ 23
1291
+ with native extensions
1292
+ x
1293
+ 4
1294
+ info
1295
+ x
1296
+ 5
1297
+ debug
1298
+ p
1299
+ 9
1300
+ I
1301
+ 0
1302
+ I
1303
+ 33
1304
+ I
1305
+ 0
1306
+ I
1307
+ 34
1308
+ I
1309
+ 19
1310
+ I
1311
+ 35
1312
+ I
1313
+ 23
1314
+ I
1315
+ 37
1316
+ I
1317
+ 2b
1318
+ x
1319
+ 60
1320
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/ui.rb
1321
+ p
1322
+ 1
1323
+ x
1324
+ 7
1325
+ message
1326
+ p
1327
+ 5
1328
+ I
1329
+ 2
1330
+ I
1331
+ 2f
1332
+ I
1333
+ 10
1334
+ I
1335
+ 33
1336
+ I
1337
+ 1e
1338
+ x
1339
+ 60
1340
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/ui.rb
1341
+ p
1342
+ 0
1343
+ p
1344
+ 13
1345
+ I
1346
+ 2
1347
+ I
1348
+ 3
1349
+ I
1350
+ 10
1351
+ I
1352
+ 6
1353
+ I
1354
+ 1e
1355
+ I
1356
+ 9
1357
+ I
1358
+ 2c
1359
+ I
1360
+ c
1361
+ I
1362
+ 3a
1363
+ I
1364
+ f
1365
+ I
1366
+ 57
1367
+ I
1368
+ 2e
1369
+ I
1370
+ 76
1371
+ x
1372
+ 60
1373
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/ui.rb
1374
+ p
1375
+ 0
1376
+ x
1377
+ 13
1378
+ attach_method
1379
+ p
1380
+ 3
1381
+ I
1382
+ 2
1383
+ I
1384
+ 2
1385
+ I
1386
+ 1d
1387
+ x
1388
+ 60
1389
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/ui.rb
1390
+ p
1391
+ 0
1392
+ x
1393
+ 13
1394
+ attach_method
1395
+ p
1396
+ 3
1397
+ I
1398
+ 0
1399
+ I
1400
+ 1
1401
+ I
1402
+ 1c
1403
+ x
1404
+ 60
1405
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/ui.rb
1406
+ p
1407
+ 0