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