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,2650 @@
1
+ !RBIX
2
+ 0
3
+ x
4
+ M
5
+ 1
6
+ n
7
+ n
8
+ x
9
+ 10
10
+ __script__
11
+ i
12
+ 55
13
+ 5
14
+ 7
15
+ 0
16
+ 64
17
+ 47
18
+ 49
19
+ 1
20
+ 1
21
+ 15
22
+ 5
23
+ 7
24
+ 2
25
+ 64
26
+ 47
27
+ 49
28
+ 1
29
+ 1
30
+ 15
31
+ 5
32
+ 7
33
+ 3
34
+ 64
35
+ 47
36
+ 49
37
+ 1
38
+ 1
39
+ 15
40
+ 99
41
+ 7
42
+ 4
43
+ 65
44
+ 49
45
+ 5
46
+ 2
47
+ 13
48
+ 99
49
+ 12
50
+ 7
51
+ 6
52
+ 12
53
+ 7
54
+ 7
55
+ 12
56
+ 65
57
+ 12
58
+ 49
59
+ 8
60
+ 4
61
+ 15
62
+ 49
63
+ 6
64
+ 0
65
+ 15
66
+ 2
67
+ 11
68
+ I
69
+ 6
70
+ I
71
+ 0
72
+ I
73
+ 0
74
+ I
75
+ 0
76
+ n
77
+ p
78
+ 9
79
+ s
80
+ 19
81
+ rubygems/dependency
82
+ x
83
+ 7
84
+ require
85
+ s
86
+ 22
87
+ bundler/shared_helpers
88
+ s
89
+ 20
90
+ bundler/rubygems_ext
91
+ x
92
+ 7
93
+ Bundler
94
+ x
95
+ 11
96
+ open_module
97
+ x
98
+ 15
99
+ __module_init__
100
+ M
101
+ 1
102
+ n
103
+ n
104
+ x
105
+ 7
106
+ Bundler
107
+ i
108
+ 33
109
+ 5
110
+ 66
111
+ 99
112
+ 7
113
+ 0
114
+ 45
115
+ 1
116
+ 2
117
+ 43
118
+ 0
119
+ 65
120
+ 49
121
+ 3
122
+ 3
123
+ 13
124
+ 99
125
+ 12
126
+ 7
127
+ 4
128
+ 12
129
+ 7
130
+ 5
131
+ 12
132
+ 65
133
+ 12
134
+ 49
135
+ 6
136
+ 4
137
+ 15
138
+ 49
139
+ 4
140
+ 0
141
+ 11
142
+ I
143
+ 6
144
+ I
145
+ 0
146
+ I
147
+ 0
148
+ I
149
+ 0
150
+ n
151
+ p
152
+ 7
153
+ x
154
+ 10
155
+ Dependency
156
+ x
157
+ 3
158
+ Gem
159
+ n
160
+ x
161
+ 10
162
+ open_class
163
+ x
164
+ 14
165
+ __class_init__
166
+ M
167
+ 1
168
+ n
169
+ n
170
+ x
171
+ 10
172
+ Dependency
173
+ i
174
+ 356
175
+ 5
176
+ 66
177
+ 5
178
+ 7
179
+ 0
180
+ 47
181
+ 49
182
+ 1
183
+ 1
184
+ 15
185
+ 5
186
+ 7
187
+ 2
188
+ 47
189
+ 49
190
+ 1
191
+ 1
192
+ 15
193
+ 5
194
+ 7
195
+ 3
196
+ 47
197
+ 49
198
+ 1
199
+ 1
200
+ 15
201
+ 65
202
+ 7
203
+ 4
204
+ 44
205
+ 43
206
+ 5
207
+ 4
208
+ 8
209
+ 49
210
+ 6
211
+ 1
212
+ 13
213
+ 7
214
+ 7
215
+ 45
216
+ 8
217
+ 9
218
+ 43
219
+ 10
220
+ 43
221
+ 11
222
+ 49
223
+ 12
224
+ 2
225
+ 15
226
+ 13
227
+ 7
228
+ 13
229
+ 45
230
+ 8
231
+ 14
232
+ 43
233
+ 10
234
+ 43
235
+ 11
236
+ 49
237
+ 12
238
+ 2
239
+ 15
240
+ 13
241
+ 7
242
+ 15
243
+ 45
244
+ 8
245
+ 16
246
+ 43
247
+ 10
248
+ 43
249
+ 11
250
+ 49
251
+ 12
252
+ 2
253
+ 15
254
+ 13
255
+ 7
256
+ 17
257
+ 45
258
+ 8
259
+ 18
260
+ 43
261
+ 10
262
+ 43
263
+ 11
264
+ 49
265
+ 12
266
+ 2
267
+ 15
268
+ 13
269
+ 7
270
+ 19
271
+ 45
272
+ 8
273
+ 20
274
+ 43
275
+ 10
276
+ 43
277
+ 11
278
+ 49
279
+ 12
280
+ 2
281
+ 15
282
+ 13
283
+ 7
284
+ 21
285
+ 45
286
+ 8
287
+ 22
288
+ 43
289
+ 10
290
+ 43
291
+ 11
292
+ 49
293
+ 12
294
+ 2
295
+ 15
296
+ 13
297
+ 7
298
+ 23
299
+ 45
300
+ 8
301
+ 24
302
+ 43
303
+ 10
304
+ 43
305
+ 25
306
+ 49
307
+ 12
308
+ 2
309
+ 15
310
+ 13
311
+ 7
312
+ 26
313
+ 45
314
+ 8
315
+ 27
316
+ 43
317
+ 10
318
+ 43
319
+ 28
320
+ 49
321
+ 12
322
+ 2
323
+ 15
324
+ 49
325
+ 29
326
+ 0
327
+ 49
328
+ 30
329
+ 2
330
+ 15
331
+ 99
332
+ 7
333
+ 31
334
+ 7
335
+ 32
336
+ 65
337
+ 67
338
+ 49
339
+ 33
340
+ 0
341
+ 49
342
+ 34
343
+ 4
344
+ 15
345
+ 99
346
+ 7
347
+ 35
348
+ 7
349
+ 36
350
+ 65
351
+ 67
352
+ 49
353
+ 33
354
+ 0
355
+ 49
356
+ 34
357
+ 4
358
+ 15
359
+ 99
360
+ 7
361
+ 37
362
+ 7
363
+ 38
364
+ 65
365
+ 67
366
+ 49
367
+ 33
368
+ 0
369
+ 49
370
+ 34
371
+ 4
372
+ 15
373
+ 99
374
+ 7
375
+ 39
376
+ 7
377
+ 40
378
+ 65
379
+ 67
380
+ 49
381
+ 33
382
+ 0
383
+ 49
384
+ 34
385
+ 4
386
+ 15
387
+ 99
388
+ 7
389
+ 41
390
+ 7
391
+ 42
392
+ 65
393
+ 67
394
+ 49
395
+ 33
396
+ 0
397
+ 49
398
+ 34
399
+ 4
400
+ 15
401
+ 99
402
+ 7
403
+ 43
404
+ 7
405
+ 44
406
+ 65
407
+ 67
408
+ 49
409
+ 33
410
+ 0
411
+ 49
412
+ 34
413
+ 4
414
+ 15
415
+ 5
416
+ 48
417
+ 45
418
+ 15
419
+ 99
420
+ 7
421
+ 46
422
+ 7
423
+ 47
424
+ 65
425
+ 67
426
+ 49
427
+ 33
428
+ 0
429
+ 49
430
+ 34
431
+ 4
432
+ 15
433
+ 99
434
+ 7
435
+ 48
436
+ 7
437
+ 49
438
+ 65
439
+ 67
440
+ 49
441
+ 33
442
+ 0
443
+ 49
444
+ 34
445
+ 4
446
+ 15
447
+ 99
448
+ 7
449
+ 50
450
+ 7
451
+ 51
452
+ 65
453
+ 67
454
+ 49
455
+ 33
456
+ 0
457
+ 49
458
+ 34
459
+ 4
460
+ 15
461
+ 99
462
+ 7
463
+ 52
464
+ 7
465
+ 53
466
+ 65
467
+ 67
468
+ 49
469
+ 33
470
+ 0
471
+ 49
472
+ 34
473
+ 4
474
+ 15
475
+ 99
476
+ 7
477
+ 54
478
+ 7
479
+ 55
480
+ 65
481
+ 67
482
+ 49
483
+ 33
484
+ 0
485
+ 49
486
+ 34
487
+ 4
488
+ 15
489
+ 99
490
+ 7
491
+ 56
492
+ 7
493
+ 57
494
+ 65
495
+ 67
496
+ 49
497
+ 33
498
+ 0
499
+ 49
500
+ 34
501
+ 4
502
+ 15
503
+ 99
504
+ 7
505
+ 58
506
+ 7
507
+ 59
508
+ 65
509
+ 67
510
+ 49
511
+ 33
512
+ 0
513
+ 49
514
+ 34
515
+ 4
516
+ 15
517
+ 99
518
+ 7
519
+ 60
520
+ 7
521
+ 61
522
+ 65
523
+ 67
524
+ 49
525
+ 33
526
+ 0
527
+ 49
528
+ 34
529
+ 4
530
+ 11
531
+ I
532
+ 6
533
+ I
534
+ 0
535
+ I
536
+ 0
537
+ I
538
+ 0
539
+ n
540
+ p
541
+ 62
542
+ x
543
+ 11
544
+ autorequire
545
+ x
546
+ 11
547
+ attr_reader
548
+ x
549
+ 6
550
+ groups
551
+ x
552
+ 9
553
+ platforms
554
+ x
555
+ 12
556
+ PLATFORM_MAP
557
+ x
558
+ 4
559
+ Hash
560
+ x
561
+ 16
562
+ new_from_literal
563
+ x
564
+ 4
565
+ ruby
566
+ x
567
+ 3
568
+ Gem
569
+ n
570
+ x
571
+ 8
572
+ Platform
573
+ x
574
+ 4
575
+ RUBY
576
+ x
577
+ 3
578
+ []=
579
+ x
580
+ 7
581
+ ruby_18
582
+ n
583
+ x
584
+ 7
585
+ ruby_19
586
+ n
587
+ x
588
+ 3
589
+ mri
590
+ n
591
+ x
592
+ 6
593
+ mri_18
594
+ n
595
+ x
596
+ 6
597
+ mri_19
598
+ n
599
+ x
600
+ 5
601
+ jruby
602
+ n
603
+ x
604
+ 4
605
+ JAVA
606
+ x
607
+ 5
608
+ mswin
609
+ n
610
+ x
611
+ 5
612
+ MSWIN
613
+ x
614
+ 6
615
+ freeze
616
+ x
617
+ 9
618
+ const_set
619
+ x
620
+ 10
621
+ initialize
622
+ M
623
+ 1
624
+ n
625
+ n
626
+ x
627
+ 10
628
+ initialize
629
+ i
630
+ 131
631
+ 23
632
+ 2
633
+ 10
634
+ 14
635
+ 44
636
+ 43
637
+ 0
638
+ 78
639
+ 49
640
+ 1
641
+ 1
642
+ 19
643
+ 2
644
+ 15
645
+ 95
646
+ 19
647
+ 3
648
+ 15
649
+ 20
650
+ 0
651
+ 20
652
+ 1
653
+ 54
654
+ 52
655
+ 2
656
+ 2
657
+ 15
658
+ 1
659
+ 38
660
+ 3
661
+ 15
662
+ 5
663
+ 20
664
+ 2
665
+ 7
666
+ 4
667
+ 64
668
+ 49
669
+ 5
670
+ 1
671
+ 13
672
+ 10
673
+ 46
674
+ 15
675
+ 7
676
+ 6
677
+ 47
678
+ 49
679
+ 7
680
+ 1
681
+ 56
682
+ 8
683
+ 50
684
+ 9
685
+ 0
686
+ 38
687
+ 10
688
+ 15
689
+ 20
690
+ 2
691
+ 7
692
+ 11
693
+ 64
694
+ 49
695
+ 5
696
+ 1
697
+ 38
698
+ 12
699
+ 15
700
+ 5
701
+ 20
702
+ 2
703
+ 7
704
+ 13
705
+ 64
706
+ 49
707
+ 5
708
+ 1
709
+ 47
710
+ 49
711
+ 7
712
+ 1
713
+ 38
714
+ 14
715
+ 15
716
+ 20
717
+ 2
718
+ 7
719
+ 15
720
+ 64
721
+ 49
722
+ 5
723
+ 1
724
+ 38
725
+ 16
726
+ 15
727
+ 20
728
+ 2
729
+ 7
730
+ 17
731
+ 64
732
+ 49
733
+ 18
734
+ 1
735
+ 9
736
+ 129
737
+ 5
738
+ 20
739
+ 2
740
+ 7
741
+ 17
742
+ 64
743
+ 49
744
+ 5
745
+ 1
746
+ 13
747
+ 10
748
+ 121
749
+ 15
750
+ 35
751
+ 0
752
+ 47
753
+ 49
754
+ 7
755
+ 1
756
+ 38
757
+ 3
758
+ 8
759
+ 130
760
+ 1
761
+ 11
762
+ I
763
+ 7
764
+ I
765
+ 4
766
+ I
767
+ 2
768
+ I
769
+ 3
770
+ n
771
+ p
772
+ 19
773
+ x
774
+ 4
775
+ Hash
776
+ x
777
+ 16
778
+ new_from_literal
779
+ x
780
+ 10
781
+ initialize
782
+ x
783
+ 12
784
+ @autorequire
785
+ s
786
+ 5
787
+ group
788
+ x
789
+ 2
790
+ []
791
+ x
792
+ 7
793
+ default
794
+ x
795
+ 5
796
+ Array
797
+ M
798
+ 1
799
+ p
800
+ 2
801
+ x
802
+ 9
803
+ for_block
804
+ t
805
+ n
806
+ x
807
+ 10
808
+ initialize
809
+ i
810
+ 10
811
+ 57
812
+ 19
813
+ 0
814
+ 15
815
+ 20
816
+ 0
817
+ 49
818
+ 0
819
+ 0
820
+ 11
821
+ I
822
+ 3
823
+ I
824
+ 1
825
+ I
826
+ 1
827
+ I
828
+ 1
829
+ n
830
+ p
831
+ 1
832
+ x
833
+ 6
834
+ to_sym
835
+ p
836
+ 3
837
+ I
838
+ 0
839
+ I
840
+ 1a
841
+ I
842
+ a
843
+ x
844
+ 68
845
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/dependency.rb
846
+ p
847
+ 1
848
+ x
849
+ 1
850
+ g
851
+ x
852
+ 3
853
+ map
854
+ x
855
+ 7
856
+ @groups
857
+ s
858
+ 6
859
+ source
860
+ x
861
+ 7
862
+ @source
863
+ s
864
+ 9
865
+ platforms
866
+ x
867
+ 10
868
+ @platforms
869
+ s
870
+ 3
871
+ env
872
+ x
873
+ 4
874
+ @env
875
+ s
876
+ 7
877
+ require
878
+ x
879
+ 4
880
+ key?
881
+ p
882
+ 21
883
+ I
884
+ 0
885
+ I
886
+ 16
887
+ I
888
+ 12
889
+ I
890
+ 17
891
+ I
892
+ 1b
893
+ I
894
+ 19
895
+ I
896
+ 1f
897
+ I
898
+ 1a
899
+ I
900
+ 3a
901
+ I
902
+ 1b
903
+ I
904
+ 45
905
+ I
906
+ 1c
907
+ I
908
+ 55
909
+ I
910
+ 1d
911
+ I
912
+ 60
913
+ I
914
+ 1f
915
+ I
916
+ 6a
917
+ I
918
+ 20
919
+ I
920
+ 81
921
+ I
922
+ 1f
923
+ I
924
+ 83
925
+ x
926
+ 68
927
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/dependency.rb
928
+ p
929
+ 4
930
+ x
931
+ 4
932
+ name
933
+ x
934
+ 7
935
+ version
936
+ x
937
+ 7
938
+ options
939
+ x
940
+ 3
941
+ blk
942
+ x
943
+ 17
944
+ method_visibility
945
+ x
946
+ 15
947
+ add_defn_method
948
+ x
949
+ 13
950
+ gem_platforms
951
+ M
952
+ 1
953
+ n
954
+ n
955
+ x
956
+ 13
957
+ gem_platforms
958
+ i
959
+ 30
960
+ 39
961
+ 0
962
+ 49
963
+ 1
964
+ 0
965
+ 9
966
+ 12
967
+ 20
968
+ 0
969
+ 11
970
+ 8
971
+ 13
972
+ 1
973
+ 15
974
+ 35
975
+ 0
976
+ 19
977
+ 1
978
+ 15
979
+ 39
980
+ 0
981
+ 56
982
+ 2
983
+ 50
984
+ 3
985
+ 0
986
+ 15
987
+ 20
988
+ 1
989
+ 11
990
+ I
991
+ 4
992
+ I
993
+ 2
994
+ I
995
+ 1
996
+ I
997
+ 1
998
+ n
999
+ p
1000
+ 4
1001
+ x
1002
+ 10
1003
+ @platforms
1004
+ x
1005
+ 6
1006
+ empty?
1007
+ M
1008
+ 1
1009
+ p
1010
+ 2
1011
+ x
1012
+ 9
1013
+ for_block
1014
+ t
1015
+ n
1016
+ x
1017
+ 13
1018
+ gem_platforms
1019
+ i
1020
+ 45
1021
+ 57
1022
+ 19
1023
+ 0
1024
+ 15
1025
+ 45
1026
+ 0
1027
+ 1
1028
+ 20
1029
+ 0
1030
+ 49
1031
+ 2
1032
+ 1
1033
+ 19
1034
+ 1
1035
+ 15
1036
+ 21
1037
+ 1
1038
+ 0
1039
+ 20
1040
+ 1
1041
+ 49
1042
+ 3
1043
+ 1
1044
+ 9
1045
+ 28
1046
+ 1
1047
+ 8
1048
+ 30
1049
+ 1
1050
+ 11
1051
+ 15
1052
+ 21
1053
+ 1
1054
+ 1
1055
+ 20
1056
+ 1
1057
+ 35
1058
+ 1
1059
+ 49
1060
+ 4
1061
+ 1
1062
+ 22
1063
+ 1
1064
+ 1
1065
+ 11
1066
+ I
1067
+ 5
1068
+ I
1069
+ 2
1070
+ I
1071
+ 1
1072
+ I
1073
+ 1
1074
+ n
1075
+ p
1076
+ 5
1077
+ x
1078
+ 12
1079
+ PLATFORM_MAP
1080
+ n
1081
+ x
1082
+ 2
1083
+ []
1084
+ x
1085
+ 8
1086
+ include?
1087
+ x
1088
+ 1
1089
+ |
1090
+ p
1091
+ 9
1092
+ I
1093
+ 0
1094
+ I
1095
+ 28
1096
+ I
1097
+ 4
1098
+ I
1099
+ 29
1100
+ I
1101
+ f
1102
+ I
1103
+ 2a
1104
+ I
1105
+ 1f
1106
+ I
1107
+ 2b
1108
+ I
1109
+ 2d
1110
+ x
1111
+ 68
1112
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/dependency.rb
1113
+ p
1114
+ 2
1115
+ x
1116
+ 1
1117
+ p
1118
+ x
1119
+ 8
1120
+ platform
1121
+ x
1122
+ 4
1123
+ each
1124
+ p
1125
+ 11
1126
+ I
1127
+ 0
1128
+ I
1129
+ 24
1130
+ I
1131
+ 0
1132
+ I
1133
+ 25
1134
+ I
1135
+ e
1136
+ I
1137
+ 27
1138
+ I
1139
+ 13
1140
+ I
1141
+ 28
1142
+ I
1143
+ 1b
1144
+ I
1145
+ 2d
1146
+ I
1147
+ 1e
1148
+ x
1149
+ 68
1150
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/dependency.rb
1151
+ p
1152
+ 2
1153
+ x
1154
+ 15
1155
+ valid_platforms
1156
+ x
1157
+ 9
1158
+ platforms
1159
+ x
1160
+ 15
1161
+ should_include?
1162
+ M
1163
+ 1
1164
+ n
1165
+ n
1166
+ x
1167
+ 15
1168
+ should_include?
1169
+ i
1170
+ 15
1171
+ 5
1172
+ 47
1173
+ 49
1174
+ 0
1175
+ 0
1176
+ 13
1177
+ 9
1178
+ 14
1179
+ 15
1180
+ 5
1181
+ 47
1182
+ 49
1183
+ 1
1184
+ 0
1185
+ 11
1186
+ I
1187
+ 2
1188
+ I
1189
+ 0
1190
+ I
1191
+ 0
1192
+ I
1193
+ 0
1194
+ n
1195
+ p
1196
+ 2
1197
+ x
1198
+ 12
1199
+ current_env?
1200
+ x
1201
+ 17
1202
+ current_platform?
1203
+ p
1204
+ 5
1205
+ I
1206
+ 0
1207
+ I
1208
+ 30
1209
+ I
1210
+ 0
1211
+ I
1212
+ 31
1213
+ I
1214
+ f
1215
+ x
1216
+ 68
1217
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/dependency.rb
1218
+ p
1219
+ 0
1220
+ x
1221
+ 12
1222
+ current_env?
1223
+ M
1224
+ 1
1225
+ n
1226
+ n
1227
+ x
1228
+ 12
1229
+ current_env?
1230
+ i
1231
+ 40
1232
+ 39
1233
+ 0
1234
+ 9
1235
+ 7
1236
+ 1
1237
+ 8
1238
+ 9
1239
+ 2
1240
+ 11
1241
+ 15
1242
+ 45
1243
+ 1
1244
+ 2
1245
+ 39
1246
+ 0
1247
+ 86
1248
+ 3
1249
+ 9
1250
+ 28
1251
+ 39
1252
+ 0
1253
+ 56
1254
+ 4
1255
+ 50
1256
+ 5
1257
+ 0
1258
+ 8
1259
+ 39
1260
+ 45
1261
+ 6
1262
+ 7
1263
+ 39
1264
+ 0
1265
+ 49
1266
+ 8
1267
+ 0
1268
+ 49
1269
+ 9
1270
+ 1
1271
+ 11
1272
+ I
1273
+ 2
1274
+ I
1275
+ 0
1276
+ I
1277
+ 0
1278
+ I
1279
+ 0
1280
+ n
1281
+ p
1282
+ 10
1283
+ x
1284
+ 4
1285
+ @env
1286
+ x
1287
+ 4
1288
+ Hash
1289
+ n
1290
+ x
1291
+ 3
1292
+ ===
1293
+ M
1294
+ 1
1295
+ p
1296
+ 2
1297
+ x
1298
+ 9
1299
+ for_block
1300
+ t
1301
+ n
1302
+ x
1303
+ 12
1304
+ current_env?
1305
+ i
1306
+ 68
1307
+ 58
1308
+ 37
1309
+ 19
1310
+ 0
1311
+ 15
1312
+ 37
1313
+ 19
1314
+ 1
1315
+ 15
1316
+ 15
1317
+ 45
1318
+ 0
1319
+ 1
1320
+ 20
1321
+ 0
1322
+ 49
1323
+ 2
1324
+ 0
1325
+ 49
1326
+ 3
1327
+ 1
1328
+ 13
1329
+ 9
1330
+ 67
1331
+ 15
1332
+ 45
1333
+ 4
1334
+ 5
1335
+ 20
1336
+ 1
1337
+ 86
1338
+ 6
1339
+ 9
1340
+ 51
1341
+ 45
1342
+ 0
1343
+ 7
1344
+ 20
1345
+ 0
1346
+ 49
1347
+ 2
1348
+ 0
1349
+ 49
1350
+ 3
1351
+ 1
1352
+ 20
1353
+ 1
1354
+ 83
1355
+ 8
1356
+ 8
1357
+ 67
1358
+ 45
1359
+ 0
1360
+ 9
1361
+ 20
1362
+ 0
1363
+ 49
1364
+ 2
1365
+ 0
1366
+ 49
1367
+ 3
1368
+ 1
1369
+ 20
1370
+ 1
1371
+ 49
1372
+ 10
1373
+ 1
1374
+ 11
1375
+ I
1376
+ 5
1377
+ I
1378
+ 2
1379
+ I
1380
+ 2
1381
+ I
1382
+ 2
1383
+ n
1384
+ p
1385
+ 11
1386
+ x
1387
+ 3
1388
+ ENV
1389
+ n
1390
+ x
1391
+ 4
1392
+ to_s
1393
+ x
1394
+ 2
1395
+ []
1396
+ x
1397
+ 6
1398
+ String
1399
+ n
1400
+ x
1401
+ 3
1402
+ ===
1403
+ n
1404
+ x
1405
+ 2
1406
+ ==
1407
+ n
1408
+ x
1409
+ 2
1410
+ =~
1411
+ p
1412
+ 5
1413
+ I
1414
+ 0
1415
+ I
1416
+ 37
1417
+ I
1418
+ a
1419
+ I
1420
+ 38
1421
+ I
1422
+ 44
1423
+ x
1424
+ 68
1425
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/dependency.rb
1426
+ p
1427
+ 2
1428
+ x
1429
+ 3
1430
+ key
1431
+ x
1432
+ 3
1433
+ val
1434
+ x
1435
+ 4
1436
+ all?
1437
+ x
1438
+ 3
1439
+ ENV
1440
+ n
1441
+ x
1442
+ 4
1443
+ to_s
1444
+ x
1445
+ 2
1446
+ []
1447
+ p
1448
+ 11
1449
+ I
1450
+ 0
1451
+ I
1452
+ 34
1453
+ I
1454
+ 0
1455
+ I
1456
+ 35
1457
+ I
1458
+ a
1459
+ I
1460
+ 36
1461
+ I
1462
+ 13
1463
+ I
1464
+ 37
1465
+ I
1466
+ 1c
1467
+ I
1468
+ 3b
1469
+ I
1470
+ 28
1471
+ x
1472
+ 68
1473
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/dependency.rb
1474
+ p
1475
+ 0
1476
+ x
1477
+ 17
1478
+ current_platform?
1479
+ M
1480
+ 1
1481
+ n
1482
+ n
1483
+ x
1484
+ 17
1485
+ current_platform?
1486
+ i
1487
+ 21
1488
+ 39
1489
+ 0
1490
+ 49
1491
+ 1
1492
+ 0
1493
+ 9
1494
+ 11
1495
+ 2
1496
+ 11
1497
+ 8
1498
+ 12
1499
+ 1
1500
+ 15
1501
+ 39
1502
+ 0
1503
+ 56
1504
+ 2
1505
+ 50
1506
+ 3
1507
+ 0
1508
+ 11
1509
+ I
1510
+ 2
1511
+ I
1512
+ 0
1513
+ I
1514
+ 0
1515
+ I
1516
+ 0
1517
+ n
1518
+ p
1519
+ 4
1520
+ x
1521
+ 10
1522
+ @platforms
1523
+ x
1524
+ 6
1525
+ empty?
1526
+ M
1527
+ 1
1528
+ p
1529
+ 2
1530
+ x
1531
+ 9
1532
+ for_block
1533
+ t
1534
+ n
1535
+ x
1536
+ 17
1537
+ current_platform?
1538
+ i
1539
+ 20
1540
+ 57
1541
+ 19
1542
+ 0
1543
+ 15
1544
+ 5
1545
+ 20
1546
+ 0
1547
+ 47
1548
+ 49
1549
+ 0
1550
+ 0
1551
+ 7
1552
+ 1
1553
+ 63
1554
+ 2
1555
+ 47
1556
+ 49
1557
+ 2
1558
+ 1
1559
+ 11
1560
+ I
1561
+ 5
1562
+ I
1563
+ 1
1564
+ I
1565
+ 1
1566
+ I
1567
+ 1
1568
+ n
1569
+ p
1570
+ 3
1571
+ x
1572
+ 4
1573
+ to_s
1574
+ s
1575
+ 1
1576
+ ?
1577
+ x
1578
+ 4
1579
+ send
1580
+ p
1581
+ 3
1582
+ I
1583
+ 0
1584
+ I
1585
+ 41
1586
+ I
1587
+ 14
1588
+ x
1589
+ 68
1590
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/dependency.rb
1591
+ p
1592
+ 1
1593
+ x
1594
+ 1
1595
+ p
1596
+ x
1597
+ 4
1598
+ any?
1599
+ p
1600
+ 7
1601
+ I
1602
+ 0
1603
+ I
1604
+ 3f
1605
+ I
1606
+ 0
1607
+ I
1608
+ 40
1609
+ I
1610
+ d
1611
+ I
1612
+ 41
1613
+ I
1614
+ 15
1615
+ x
1616
+ 68
1617
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/dependency.rb
1618
+ p
1619
+ 0
1620
+ x
1621
+ 7
1622
+ to_lock
1623
+ M
1624
+ 1
1625
+ n
1626
+ n
1627
+ x
1628
+ 7
1629
+ to_lock
1630
+ i
1631
+ 80
1632
+ 7
1633
+ 0
1634
+ 5
1635
+ 48
1636
+ 1
1637
+ 47
1638
+ 49
1639
+ 2
1640
+ 0
1641
+ 63
1642
+ 2
1643
+ 19
1644
+ 0
1645
+ 15
1646
+ 5
1647
+ 48
1648
+ 3
1649
+ 45
1650
+ 4
1651
+ 5
1652
+ 43
1653
+ 6
1654
+ 49
1655
+ 7
1656
+ 0
1657
+ 83
1658
+ 8
1659
+ 9
1660
+ 32
1661
+ 1
1662
+ 8
1663
+ 53
1664
+ 20
1665
+ 0
1666
+ 7
1667
+ 9
1668
+ 5
1669
+ 48
1670
+ 3
1671
+ 49
1672
+ 2
1673
+ 0
1674
+ 47
1675
+ 49
1676
+ 2
1677
+ 0
1678
+ 7
1679
+ 10
1680
+ 63
1681
+ 3
1682
+ 49
1683
+ 11
1684
+ 1
1685
+ 15
1686
+ 5
1687
+ 48
1688
+ 12
1689
+ 9
1690
+ 69
1691
+ 20
1692
+ 0
1693
+ 7
1694
+ 13
1695
+ 64
1696
+ 49
1697
+ 11
1698
+ 1
1699
+ 8
1700
+ 70
1701
+ 1
1702
+ 15
1703
+ 20
1704
+ 0
1705
+ 7
1706
+ 14
1707
+ 64
1708
+ 49
1709
+ 11
1710
+ 1
1711
+ 11
1712
+ I
1713
+ 5
1714
+ I
1715
+ 1
1716
+ I
1717
+ 0
1718
+ I
1719
+ 0
1720
+ n
1721
+ p
1722
+ 15
1723
+ s
1724
+ 2
1725
+
1726
+ x
1727
+ 4
1728
+ name
1729
+ x
1730
+ 4
1731
+ to_s
1732
+ x
1733
+ 11
1734
+ requirement
1735
+ x
1736
+ 3
1737
+ Gem
1738
+ n
1739
+ x
1740
+ 11
1741
+ Requirement
1742
+ x
1743
+ 7
1744
+ default
1745
+ x
1746
+ 2
1747
+ ==
1748
+ s
1749
+ 2
1750
+ (
1751
+ s
1752
+ 1
1753
+ )
1754
+ x
1755
+ 2
1756
+ <<
1757
+ x
1758
+ 6
1759
+ source
1760
+ s
1761
+ 1
1762
+ !
1763
+ s
1764
+ 1
1765
+
1766
+
1767
+ p
1768
+ 13
1769
+ I
1770
+ 0
1771
+ I
1772
+ 44
1773
+ I
1774
+ 0
1775
+ I
1776
+ 45
1777
+ I
1778
+ e
1779
+ I
1780
+ 47
1781
+ I
1782
+ 20
1783
+ I
1784
+ 48
1785
+ I
1786
+ 36
1787
+ I
1788
+ 4b
1789
+ I
1790
+ 47
1791
+ I
1792
+ 4d
1793
+ I
1794
+ 50
1795
+ x
1796
+ 68
1797
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/dependency.rb
1798
+ p
1799
+ 1
1800
+ x
1801
+ 3
1802
+ out
1803
+ x
1804
+ 7
1805
+ private
1806
+ x
1807
+ 5
1808
+ ruby?
1809
+ M
1810
+ 1
1811
+ n
1812
+ n
1813
+ x
1814
+ 5
1815
+ ruby?
1816
+ i
1817
+ 73
1818
+ 5
1819
+ 47
1820
+ 49
1821
+ 0
1822
+ 0
1823
+ 10
1824
+ 10
1825
+ 2
1826
+ 8
1827
+ 11
1828
+ 3
1829
+ 13
1830
+ 9
1831
+ 72
1832
+ 15
1833
+ 26
1834
+ 93
1835
+ 0
1836
+ 15
1837
+ 29
1838
+ 30
1839
+ 0
1840
+ 7
1841
+ 1
1842
+ 98
1843
+ 2
1844
+ 1
1845
+ 30
1846
+ 8
1847
+ 36
1848
+ 25
1849
+ 92
1850
+ 0
1851
+ 27
1852
+ 8
1853
+ 41
1854
+ 15
1855
+ 7
1856
+ 3
1857
+ 8
1858
+ 42
1859
+ 1
1860
+ 10
1861
+ 47
1862
+ 2
1863
+ 8
1864
+ 48
1865
+ 3
1866
+ 13
1867
+ 10
1868
+ 72
1869
+ 15
1870
+ 45
1871
+ 1
1872
+ 4
1873
+ 7
1874
+ 5
1875
+ 64
1876
+ 83
1877
+ 6
1878
+ 13
1879
+ 10
1880
+ 72
1881
+ 15
1882
+ 45
1883
+ 1
1884
+ 7
1885
+ 7
1886
+ 8
1887
+ 64
1888
+ 83
1889
+ 6
1890
+ 11
1891
+ I
1892
+ 3
1893
+ I
1894
+ 0
1895
+ I
1896
+ 0
1897
+ I
1898
+ 0
1899
+ n
1900
+ p
1901
+ 9
1902
+ x
1903
+ 6
1904
+ mswin?
1905
+ x
1906
+ 11
1907
+ RUBY_ENGINE
1908
+ x
1909
+ 16
1910
+ vm_const_defined
1911
+ s
1912
+ 8
1913
+ constant
1914
+ n
1915
+ s
1916
+ 4
1917
+ ruby
1918
+ x
1919
+ 2
1920
+ ==
1921
+ n
1922
+ s
1923
+ 3
1924
+ rbx
1925
+ p
1926
+ 5
1927
+ I
1928
+ 0
1929
+ I
1930
+ 52
1931
+ I
1932
+ 0
1933
+ I
1934
+ 53
1935
+ I
1936
+ 49
1937
+ x
1938
+ 68
1939
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/dependency.rb
1940
+ p
1941
+ 0
1942
+ x
1943
+ 8
1944
+ ruby_18?
1945
+ M
1946
+ 1
1947
+ n
1948
+ n
1949
+ x
1950
+ 8
1951
+ ruby_18?
1952
+ i
1953
+ 18
1954
+ 5
1955
+ 47
1956
+ 49
1957
+ 0
1958
+ 0
1959
+ 13
1960
+ 9
1961
+ 17
1962
+ 15
1963
+ 45
1964
+ 1
1965
+ 2
1966
+ 7
1967
+ 3
1968
+ 64
1969
+ 84
1970
+ 4
1971
+ 11
1972
+ I
1973
+ 2
1974
+ I
1975
+ 0
1976
+ I
1977
+ 0
1978
+ I
1979
+ 0
1980
+ n
1981
+ p
1982
+ 5
1983
+ x
1984
+ 5
1985
+ ruby?
1986
+ x
1987
+ 12
1988
+ RUBY_VERSION
1989
+ n
1990
+ s
1991
+ 3
1992
+ 1.9
1993
+ x
1994
+ 1
1995
+ <
1996
+ p
1997
+ 5
1998
+ I
1999
+ 0
2000
+ I
2001
+ 56
2002
+ I
2003
+ 0
2004
+ I
2005
+ 57
2006
+ I
2007
+ 12
2008
+ x
2009
+ 68
2010
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/dependency.rb
2011
+ p
2012
+ 0
2013
+ x
2014
+ 8
2015
+ ruby_19?
2016
+ M
2017
+ 1
2018
+ n
2019
+ n
2020
+ x
2021
+ 8
2022
+ ruby_19?
2023
+ i
2024
+ 19
2025
+ 5
2026
+ 47
2027
+ 49
2028
+ 0
2029
+ 0
2030
+ 13
2031
+ 9
2032
+ 18
2033
+ 15
2034
+ 45
2035
+ 1
2036
+ 2
2037
+ 7
2038
+ 3
2039
+ 64
2040
+ 49
2041
+ 4
2042
+ 1
2043
+ 11
2044
+ I
2045
+ 2
2046
+ I
2047
+ 0
2048
+ I
2049
+ 0
2050
+ I
2051
+ 0
2052
+ n
2053
+ p
2054
+ 5
2055
+ x
2056
+ 5
2057
+ ruby?
2058
+ x
2059
+ 12
2060
+ RUBY_VERSION
2061
+ n
2062
+ s
2063
+ 3
2064
+ 1.9
2065
+ x
2066
+ 2
2067
+ >=
2068
+ p
2069
+ 5
2070
+ I
2071
+ 0
2072
+ I
2073
+ 5a
2074
+ I
2075
+ 0
2076
+ I
2077
+ 5b
2078
+ I
2079
+ 13
2080
+ x
2081
+ 68
2082
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/dependency.rb
2083
+ p
2084
+ 0
2085
+ x
2086
+ 4
2087
+ mri?
2088
+ M
2089
+ 1
2090
+ n
2091
+ n
2092
+ x
2093
+ 4
2094
+ mri?
2095
+ i
2096
+ 61
2097
+ 5
2098
+ 47
2099
+ 49
2100
+ 0
2101
+ 0
2102
+ 10
2103
+ 10
2104
+ 2
2105
+ 8
2106
+ 11
2107
+ 3
2108
+ 13
2109
+ 9
2110
+ 60
2111
+ 15
2112
+ 26
2113
+ 93
2114
+ 0
2115
+ 15
2116
+ 29
2117
+ 30
2118
+ 0
2119
+ 7
2120
+ 1
2121
+ 98
2122
+ 2
2123
+ 1
2124
+ 30
2125
+ 8
2126
+ 36
2127
+ 25
2128
+ 92
2129
+ 0
2130
+ 27
2131
+ 8
2132
+ 41
2133
+ 15
2134
+ 7
2135
+ 3
2136
+ 8
2137
+ 42
2138
+ 1
2139
+ 10
2140
+ 47
2141
+ 2
2142
+ 8
2143
+ 48
2144
+ 3
2145
+ 13
2146
+ 10
2147
+ 60
2148
+ 15
2149
+ 45
2150
+ 1
2151
+ 4
2152
+ 7
2153
+ 5
2154
+ 64
2155
+ 83
2156
+ 6
2157
+ 11
2158
+ I
2159
+ 3
2160
+ I
2161
+ 0
2162
+ I
2163
+ 0
2164
+ I
2165
+ 0
2166
+ n
2167
+ p
2168
+ 7
2169
+ x
2170
+ 6
2171
+ mswin?
2172
+ x
2173
+ 11
2174
+ RUBY_ENGINE
2175
+ x
2176
+ 16
2177
+ vm_const_defined
2178
+ s
2179
+ 8
2180
+ constant
2181
+ n
2182
+ s
2183
+ 4
2184
+ ruby
2185
+ x
2186
+ 2
2187
+ ==
2188
+ p
2189
+ 5
2190
+ I
2191
+ 0
2192
+ I
2193
+ 5e
2194
+ I
2195
+ 0
2196
+ I
2197
+ 5f
2198
+ I
2199
+ 3d
2200
+ x
2201
+ 68
2202
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/dependency.rb
2203
+ p
2204
+ 0
2205
+ x
2206
+ 7
2207
+ mri_18?
2208
+ M
2209
+ 1
2210
+ n
2211
+ n
2212
+ x
2213
+ 7
2214
+ mri_18?
2215
+ i
2216
+ 18
2217
+ 5
2218
+ 47
2219
+ 49
2220
+ 0
2221
+ 0
2222
+ 13
2223
+ 9
2224
+ 17
2225
+ 15
2226
+ 45
2227
+ 1
2228
+ 2
2229
+ 7
2230
+ 3
2231
+ 64
2232
+ 84
2233
+ 4
2234
+ 11
2235
+ I
2236
+ 2
2237
+ I
2238
+ 0
2239
+ I
2240
+ 0
2241
+ I
2242
+ 0
2243
+ n
2244
+ p
2245
+ 5
2246
+ x
2247
+ 4
2248
+ mri?
2249
+ x
2250
+ 12
2251
+ RUBY_VERSION
2252
+ n
2253
+ s
2254
+ 3
2255
+ 1.9
2256
+ x
2257
+ 1
2258
+ <
2259
+ p
2260
+ 5
2261
+ I
2262
+ 0
2263
+ I
2264
+ 62
2265
+ I
2266
+ 0
2267
+ I
2268
+ 63
2269
+ I
2270
+ 12
2271
+ x
2272
+ 68
2273
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/dependency.rb
2274
+ p
2275
+ 0
2276
+ x
2277
+ 7
2278
+ mri_19?
2279
+ M
2280
+ 1
2281
+ n
2282
+ n
2283
+ x
2284
+ 7
2285
+ mri_19?
2286
+ i
2287
+ 19
2288
+ 5
2289
+ 47
2290
+ 49
2291
+ 0
2292
+ 0
2293
+ 13
2294
+ 9
2295
+ 18
2296
+ 15
2297
+ 45
2298
+ 1
2299
+ 2
2300
+ 7
2301
+ 3
2302
+ 64
2303
+ 49
2304
+ 4
2305
+ 1
2306
+ 11
2307
+ I
2308
+ 2
2309
+ I
2310
+ 0
2311
+ I
2312
+ 0
2313
+ I
2314
+ 0
2315
+ n
2316
+ p
2317
+ 5
2318
+ x
2319
+ 4
2320
+ mri?
2321
+ x
2322
+ 12
2323
+ RUBY_VERSION
2324
+ n
2325
+ s
2326
+ 3
2327
+ 1.9
2328
+ x
2329
+ 2
2330
+ >=
2331
+ p
2332
+ 5
2333
+ I
2334
+ 0
2335
+ I
2336
+ 66
2337
+ I
2338
+ 0
2339
+ I
2340
+ 67
2341
+ I
2342
+ 13
2343
+ x
2344
+ 68
2345
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/dependency.rb
2346
+ p
2347
+ 0
2348
+ x
2349
+ 6
2350
+ jruby?
2351
+ M
2352
+ 1
2353
+ n
2354
+ n
2355
+ x
2356
+ 6
2357
+ jruby?
2358
+ i
2359
+ 40
2360
+ 26
2361
+ 93
2362
+ 0
2363
+ 15
2364
+ 29
2365
+ 15
2366
+ 0
2367
+ 7
2368
+ 0
2369
+ 98
2370
+ 1
2371
+ 1
2372
+ 30
2373
+ 8
2374
+ 21
2375
+ 25
2376
+ 92
2377
+ 0
2378
+ 27
2379
+ 8
2380
+ 26
2381
+ 15
2382
+ 7
2383
+ 2
2384
+ 8
2385
+ 27
2386
+ 1
2387
+ 13
2388
+ 9
2389
+ 39
2390
+ 15
2391
+ 45
2392
+ 0
2393
+ 3
2394
+ 7
2395
+ 4
2396
+ 64
2397
+ 83
2398
+ 5
2399
+ 11
2400
+ I
2401
+ 3
2402
+ I
2403
+ 0
2404
+ I
2405
+ 0
2406
+ I
2407
+ 0
2408
+ n
2409
+ p
2410
+ 6
2411
+ x
2412
+ 11
2413
+ RUBY_ENGINE
2414
+ x
2415
+ 16
2416
+ vm_const_defined
2417
+ s
2418
+ 8
2419
+ constant
2420
+ n
2421
+ s
2422
+ 5
2423
+ jruby
2424
+ x
2425
+ 2
2426
+ ==
2427
+ p
2428
+ 5
2429
+ I
2430
+ 0
2431
+ I
2432
+ 6a
2433
+ I
2434
+ 0
2435
+ I
2436
+ 6b
2437
+ I
2438
+ 28
2439
+ x
2440
+ 68
2441
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/dependency.rb
2442
+ p
2443
+ 0
2444
+ x
2445
+ 6
2446
+ mswin?
2447
+ M
2448
+ 1
2449
+ n
2450
+ n
2451
+ x
2452
+ 6
2453
+ mswin?
2454
+ i
2455
+ 2
2456
+ 1
2457
+ 11
2458
+ I
2459
+ 1
2460
+ I
2461
+ 0
2462
+ I
2463
+ 0
2464
+ I
2465
+ 0
2466
+ n
2467
+ p
2468
+ 0
2469
+ p
2470
+ 5
2471
+ I
2472
+ 0
2473
+ I
2474
+ 6e
2475
+ I
2476
+ 0
2477
+ I
2478
+ 70
2479
+ I
2480
+ 2
2481
+ x
2482
+ 68
2483
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/dependency.rb
2484
+ p
2485
+ 0
2486
+ p
2487
+ 57
2488
+ I
2489
+ 2
2490
+ I
2491
+ 7
2492
+ I
2493
+ a
2494
+ I
2495
+ 8
2496
+ I
2497
+ 12
2498
+ I
2499
+ 9
2500
+ I
2501
+ 1a
2502
+ I
2503
+ b
2504
+ I
2505
+ 1d
2506
+ I
2507
+ 14
2508
+ I
2509
+ 26
2510
+ I
2511
+ c
2512
+ I
2513
+ 34
2514
+ I
2515
+ d
2516
+ I
2517
+ 42
2518
+ I
2519
+ e
2520
+ I
2521
+ 50
2522
+ I
2523
+ f
2524
+ I
2525
+ 5e
2526
+ I
2527
+ 10
2528
+ I
2529
+ 6c
2530
+ I
2531
+ 11
2532
+ I
2533
+ 7a
2534
+ I
2535
+ 12
2536
+ I
2537
+ 88
2538
+ I
2539
+ 13
2540
+ I
2541
+ 9c
2542
+ I
2543
+ 16
2544
+ I
2545
+ aa
2546
+ I
2547
+ 24
2548
+ I
2549
+ b8
2550
+ I
2551
+ 30
2552
+ I
2553
+ c6
2554
+ I
2555
+ 34
2556
+ I
2557
+ d4
2558
+ I
2559
+ 3f
2560
+ I
2561
+ e2
2562
+ I
2563
+ 44
2564
+ I
2565
+ f0
2566
+ I
2567
+ 50
2568
+ I
2569
+ f4
2570
+ I
2571
+ 52
2572
+ I
2573
+ 102
2574
+ I
2575
+ 56
2576
+ I
2577
+ 110
2578
+ I
2579
+ 5a
2580
+ I
2581
+ 11e
2582
+ I
2583
+ 5e
2584
+ I
2585
+ 12c
2586
+ I
2587
+ 62
2588
+ I
2589
+ 13a
2590
+ I
2591
+ 66
2592
+ I
2593
+ 148
2594
+ I
2595
+ 6a
2596
+ I
2597
+ 156
2598
+ I
2599
+ 6e
2600
+ I
2601
+ 164
2602
+ x
2603
+ 68
2604
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/dependency.rb
2605
+ p
2606
+ 0
2607
+ x
2608
+ 13
2609
+ attach_method
2610
+ p
2611
+ 3
2612
+ I
2613
+ 2
2614
+ I
2615
+ 6
2616
+ I
2617
+ 21
2618
+ x
2619
+ 68
2620
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/dependency.rb
2621
+ p
2622
+ 0
2623
+ x
2624
+ 13
2625
+ attach_method
2626
+ p
2627
+ 9
2628
+ I
2629
+ 0
2630
+ I
2631
+ 1
2632
+ I
2633
+ 9
2634
+ I
2635
+ 2
2636
+ I
2637
+ 12
2638
+ I
2639
+ 3
2640
+ I
2641
+ 1b
2642
+ I
2643
+ 5
2644
+ I
2645
+ 37
2646
+ x
2647
+ 68
2648
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/dependency.rb
2649
+ p
2650
+ 0