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,1058 @@
1
+ !RBIX
2
+ 0
3
+ x
4
+ M
5
+ 1
6
+ n
7
+ n
8
+ x
9
+ 10
10
+ __script__
11
+ i
12
+ 46
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
+ 99
32
+ 7
33
+ 3
34
+ 65
35
+ 49
36
+ 4
37
+ 2
38
+ 13
39
+ 99
40
+ 12
41
+ 7
42
+ 5
43
+ 12
44
+ 7
45
+ 6
46
+ 12
47
+ 65
48
+ 12
49
+ 49
50
+ 7
51
+ 4
52
+ 15
53
+ 49
54
+ 5
55
+ 0
56
+ 15
57
+ 2
58
+ 11
59
+ I
60
+ 6
61
+ I
62
+ 0
63
+ I
64
+ 0
65
+ I
66
+ 0
67
+ n
68
+ p
69
+ 8
70
+ s
71
+ 3
72
+ uri
73
+ x
74
+ 7
75
+ require
76
+ s
77
+ 21
78
+ rubygems/spec_fetcher
79
+ x
80
+ 7
81
+ Bundler
82
+ x
83
+ 11
84
+ open_module
85
+ x
86
+ 15
87
+ __module_init__
88
+ M
89
+ 1
90
+ n
91
+ n
92
+ x
93
+ 7
94
+ Bundler
95
+ i
96
+ 29
97
+ 5
98
+ 66
99
+ 99
100
+ 7
101
+ 0
102
+ 1
103
+ 65
104
+ 49
105
+ 1
106
+ 3
107
+ 13
108
+ 99
109
+ 12
110
+ 7
111
+ 2
112
+ 12
113
+ 7
114
+ 3
115
+ 12
116
+ 65
117
+ 12
118
+ 49
119
+ 4
120
+ 4
121
+ 15
122
+ 49
123
+ 2
124
+ 0
125
+ 11
126
+ I
127
+ 6
128
+ I
129
+ 0
130
+ I
131
+ 0
132
+ I
133
+ 0
134
+ n
135
+ p
136
+ 5
137
+ x
138
+ 19
139
+ RemoteSpecification
140
+ x
141
+ 10
142
+ open_class
143
+ x
144
+ 14
145
+ __class_init__
146
+ M
147
+ 1
148
+ n
149
+ n
150
+ x
151
+ 19
152
+ RemoteSpecification
153
+ i
154
+ 119
155
+ 5
156
+ 66
157
+ 5
158
+ 45
159
+ 0
160
+ 1
161
+ 47
162
+ 49
163
+ 2
164
+ 1
165
+ 15
166
+ 5
167
+ 7
168
+ 3
169
+ 7
170
+ 4
171
+ 7
172
+ 5
173
+ 47
174
+ 49
175
+ 6
176
+ 3
177
+ 15
178
+ 5
179
+ 7
180
+ 7
181
+ 47
182
+ 49
183
+ 8
184
+ 1
185
+ 15
186
+ 99
187
+ 7
188
+ 9
189
+ 7
190
+ 10
191
+ 65
192
+ 67
193
+ 49
194
+ 11
195
+ 0
196
+ 49
197
+ 12
198
+ 4
199
+ 15
200
+ 99
201
+ 7
202
+ 13
203
+ 7
204
+ 14
205
+ 65
206
+ 67
207
+ 49
208
+ 11
209
+ 0
210
+ 49
211
+ 12
212
+ 4
213
+ 15
214
+ 99
215
+ 7
216
+ 15
217
+ 7
218
+ 16
219
+ 65
220
+ 67
221
+ 49
222
+ 11
223
+ 0
224
+ 49
225
+ 12
226
+ 4
227
+ 15
228
+ 99
229
+ 7
230
+ 17
231
+ 7
232
+ 18
233
+ 65
234
+ 67
235
+ 49
236
+ 11
237
+ 0
238
+ 49
239
+ 12
240
+ 4
241
+ 15
242
+ 5
243
+ 48
244
+ 19
245
+ 15
246
+ 99
247
+ 7
248
+ 20
249
+ 7
250
+ 21
251
+ 65
252
+ 67
253
+ 49
254
+ 11
255
+ 0
256
+ 49
257
+ 12
258
+ 4
259
+ 15
260
+ 99
261
+ 7
262
+ 22
263
+ 7
264
+ 23
265
+ 65
266
+ 67
267
+ 49
268
+ 11
269
+ 0
270
+ 49
271
+ 12
272
+ 4
273
+ 11
274
+ I
275
+ 5
276
+ I
277
+ 0
278
+ I
279
+ 0
280
+ I
281
+ 0
282
+ n
283
+ p
284
+ 24
285
+ x
286
+ 13
287
+ MatchPlatform
288
+ n
289
+ x
290
+ 7
291
+ include
292
+ x
293
+ 4
294
+ name
295
+ x
296
+ 7
297
+ version
298
+ x
299
+ 8
300
+ platform
301
+ x
302
+ 11
303
+ attr_reader
304
+ x
305
+ 6
306
+ source
307
+ x
308
+ 13
309
+ attr_accessor
310
+ x
311
+ 10
312
+ initialize
313
+ M
314
+ 1
315
+ n
316
+ n
317
+ x
318
+ 10
319
+ initialize
320
+ i
321
+ 20
322
+ 20
323
+ 0
324
+ 38
325
+ 0
326
+ 15
327
+ 20
328
+ 1
329
+ 38
330
+ 1
331
+ 15
332
+ 20
333
+ 2
334
+ 38
335
+ 2
336
+ 15
337
+ 20
338
+ 3
339
+ 38
340
+ 3
341
+ 11
342
+ I
343
+ 5
344
+ I
345
+ 4
346
+ I
347
+ 4
348
+ I
349
+ 4
350
+ n
351
+ p
352
+ 4
353
+ x
354
+ 5
355
+ @name
356
+ x
357
+ 8
358
+ @version
359
+ x
360
+ 9
361
+ @platform
362
+ x
363
+ 11
364
+ @source_uri
365
+ p
366
+ 11
367
+ I
368
+ 0
369
+ I
370
+ f
371
+ I
372
+ 0
373
+ I
374
+ 10
375
+ I
376
+ 5
377
+ I
378
+ 11
379
+ I
380
+ a
381
+ I
382
+ 12
383
+ I
384
+ f
385
+ I
386
+ 13
387
+ I
388
+ 14
389
+ x
390
+ 78
391
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/remote_specification.rb
392
+ p
393
+ 4
394
+ x
395
+ 4
396
+ name
397
+ x
398
+ 7
399
+ version
400
+ x
401
+ 8
402
+ platform
403
+ x
404
+ 10
405
+ source_uri
406
+ x
407
+ 17
408
+ method_visibility
409
+ x
410
+ 15
411
+ add_defn_method
412
+ x
413
+ 14
414
+ fetch_platform
415
+ M
416
+ 1
417
+ n
418
+ n
419
+ x
420
+ 14
421
+ fetch_platform
422
+ i
423
+ 9
424
+ 5
425
+ 48
426
+ 0
427
+ 49
428
+ 1
429
+ 0
430
+ 38
431
+ 2
432
+ 11
433
+ I
434
+ 1
435
+ I
436
+ 0
437
+ I
438
+ 0
439
+ I
440
+ 0
441
+ n
442
+ p
443
+ 3
444
+ x
445
+ 21
446
+ _remote_specification
447
+ x
448
+ 8
449
+ platform
450
+ x
451
+ 9
452
+ @platform
453
+ p
454
+ 5
455
+ I
456
+ 0
457
+ I
458
+ 18
459
+ I
460
+ 0
461
+ I
462
+ 19
463
+ I
464
+ 9
465
+ x
466
+ 78
467
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/remote_specification.rb
468
+ p
469
+ 0
470
+ x
471
+ 9
472
+ full_name
473
+ M
474
+ 1
475
+ n
476
+ n
477
+ x
478
+ 9
479
+ full_name
480
+ i
481
+ 68
482
+ 5
483
+ 48
484
+ 0
485
+ 45
486
+ 1
487
+ 2
488
+ 43
489
+ 3
490
+ 43
491
+ 4
492
+ 83
493
+ 5
494
+ 13
495
+ 10
496
+ 22
497
+ 15
498
+ 5
499
+ 48
500
+ 0
501
+ 49
502
+ 6
503
+ 0
504
+ 9
505
+ 42
506
+ 39
507
+ 7
508
+ 47
509
+ 49
510
+ 8
511
+ 0
512
+ 7
513
+ 9
514
+ 39
515
+ 10
516
+ 47
517
+ 49
518
+ 8
519
+ 0
520
+ 63
521
+ 3
522
+ 8
523
+ 67
524
+ 39
525
+ 7
526
+ 47
527
+ 49
528
+ 8
529
+ 0
530
+ 7
531
+ 9
532
+ 39
533
+ 10
534
+ 47
535
+ 49
536
+ 8
537
+ 0
538
+ 7
539
+ 9
540
+ 5
541
+ 48
542
+ 0
543
+ 47
544
+ 49
545
+ 8
546
+ 0
547
+ 63
548
+ 5
549
+ 11
550
+ I
551
+ 5
552
+ I
553
+ 0
554
+ I
555
+ 0
556
+ I
557
+ 0
558
+ n
559
+ p
560
+ 11
561
+ x
562
+ 8
563
+ platform
564
+ x
565
+ 3
566
+ Gem
567
+ n
568
+ x
569
+ 8
570
+ Platform
571
+ x
572
+ 4
573
+ RUBY
574
+ x
575
+ 2
576
+ ==
577
+ x
578
+ 4
579
+ nil?
580
+ x
581
+ 5
582
+ @name
583
+ x
584
+ 4
585
+ to_s
586
+ s
587
+ 1
588
+ -
589
+ x
590
+ 8
591
+ @version
592
+ p
593
+ 9
594
+ I
595
+ 0
596
+ I
597
+ 1c
598
+ I
599
+ 0
600
+ I
601
+ 1d
602
+ I
603
+ 18
604
+ I
605
+ 1e
606
+ I
607
+ 2a
608
+ I
609
+ 20
610
+ I
611
+ 44
612
+ x
613
+ 78
614
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/remote_specification.rb
615
+ p
616
+ 0
617
+ x
618
+ 8
619
+ __swap__
620
+ M
621
+ 1
622
+ n
623
+ n
624
+ x
625
+ 8
626
+ __swap__
627
+ i
628
+ 5
629
+ 20
630
+ 0
631
+ 38
632
+ 0
633
+ 11
634
+ I
635
+ 2
636
+ I
637
+ 1
638
+ I
639
+ 1
640
+ I
641
+ 1
642
+ n
643
+ p
644
+ 1
645
+ x
646
+ 14
647
+ @specification
648
+ p
649
+ 5
650
+ I
651
+ 0
652
+ I
653
+ 27
654
+ I
655
+ 0
656
+ I
657
+ 28
658
+ I
659
+ 5
660
+ x
661
+ 78
662
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/remote_specification.rb
663
+ p
664
+ 1
665
+ x
666
+ 4
667
+ spec
668
+ x
669
+ 7
670
+ private
671
+ x
672
+ 21
673
+ _remote_specification
674
+ M
675
+ 1
676
+ n
677
+ n
678
+ x
679
+ 21
680
+ _remote_specification
681
+ i
682
+ 56
683
+ 39
684
+ 0
685
+ 13
686
+ 10
687
+ 55
688
+ 15
689
+ 45
690
+ 1
691
+ 2
692
+ 43
693
+ 3
694
+ 13
695
+ 71
696
+ 4
697
+ 47
698
+ 9
699
+ 29
700
+ 47
701
+ 49
702
+ 5
703
+ 0
704
+ 13
705
+ 47
706
+ 49
707
+ 6
708
+ 0
709
+ 15
710
+ 8
711
+ 32
712
+ 49
713
+ 4
714
+ 0
715
+ 39
716
+ 7
717
+ 39
718
+ 8
719
+ 39
720
+ 9
721
+ 35
722
+ 3
723
+ 5
724
+ 39
725
+ 10
726
+ 49
727
+ 11
728
+ 0
729
+ 47
730
+ 49
731
+ 12
732
+ 1
733
+ 49
734
+ 13
735
+ 2
736
+ 38
737
+ 0
738
+ 11
739
+ I
740
+ 4
741
+ I
742
+ 0
743
+ I
744
+ 0
745
+ I
746
+ 0
747
+ n
748
+ p
749
+ 14
750
+ x
751
+ 14
752
+ @specification
753
+ x
754
+ 3
755
+ Gem
756
+ n
757
+ x
758
+ 11
759
+ SpecFetcher
760
+ x
761
+ 3
762
+ new
763
+ x
764
+ 8
765
+ allocate
766
+ x
767
+ 10
768
+ initialize
769
+ x
770
+ 5
771
+ @name
772
+ x
773
+ 8
774
+ @version
775
+ x
776
+ 9
777
+ @platform
778
+ x
779
+ 11
780
+ @source_uri
781
+ x
782
+ 4
783
+ to_s
784
+ x
785
+ 3
786
+ URI
787
+ x
788
+ 10
789
+ fetch_spec
790
+ p
791
+ 7
792
+ I
793
+ 0
794
+ I
795
+ 2d
796
+ I
797
+ 0
798
+ I
799
+ 30
800
+ I
801
+ 6
802
+ I
803
+ 2f
804
+ I
805
+ 38
806
+ x
807
+ 78
808
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/remote_specification.rb
809
+ p
810
+ 0
811
+ x
812
+ 14
813
+ method_missing
814
+ M
815
+ 1
816
+ n
817
+ n
818
+ x
819
+ 14
820
+ method_missing
821
+ i
822
+ 67
823
+ 95
824
+ 19
825
+ 2
826
+ 15
827
+ 45
828
+ 0
829
+ 1
830
+ 43
831
+ 2
832
+ 13
833
+ 71
834
+ 3
835
+ 47
836
+ 9
837
+ 27
838
+ 47
839
+ 49
840
+ 4
841
+ 0
842
+ 13
843
+ 47
844
+ 49
845
+ 5
846
+ 0
847
+ 15
848
+ 8
849
+ 30
850
+ 49
851
+ 3
852
+ 0
853
+ 20
854
+ 0
855
+ 49
856
+ 6
857
+ 1
858
+ 9
859
+ 63
860
+ 5
861
+ 48
862
+ 7
863
+ 20
864
+ 0
865
+ 20
866
+ 1
867
+ 36
868
+ 20
869
+ 2
870
+ 13
871
+ 70
872
+ 10
873
+ 58
874
+ 44
875
+ 43
876
+ 8
877
+ 12
878
+ 49
879
+ 9
880
+ 1
881
+ 51
882
+ 10
883
+ 1
884
+ 8
885
+ 66
886
+ 54
887
+ 89
888
+ 11
889
+ 11
890
+ I
891
+ 8
892
+ I
893
+ 3
894
+ I
895
+ 1
896
+ I
897
+ 1
898
+ I
899
+ 1
900
+ p
901
+ 12
902
+ x
903
+ 3
904
+ Gem
905
+ n
906
+ x
907
+ 13
908
+ Specification
909
+ x
910
+ 3
911
+ new
912
+ x
913
+ 8
914
+ allocate
915
+ x
916
+ 10
917
+ initialize
918
+ x
919
+ 11
920
+ respond_to?
921
+ x
922
+ 21
923
+ _remote_specification
924
+ x
925
+ 4
926
+ Proc
927
+ x
928
+ 14
929
+ __from_block__
930
+ x
931
+ 4
932
+ send
933
+ x
934
+ 14
935
+ method_missing
936
+ p
937
+ 9
938
+ I
939
+ 0
940
+ I
941
+ 33
942
+ I
943
+ 4
944
+ I
945
+ 34
946
+ I
947
+ 25
948
+ I
949
+ 35
950
+ I
951
+ 3f
952
+ I
953
+ 37
954
+ I
955
+ 43
956
+ x
957
+ 78
958
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/remote_specification.rb
959
+ p
960
+ 3
961
+ x
962
+ 6
963
+ method
964
+ x
965
+ 4
966
+ args
967
+ x
968
+ 3
969
+ blk
970
+ p
971
+ 21
972
+ I
973
+ 2
974
+ I
975
+ a
976
+ I
977
+ b
978
+ I
979
+ c
980
+ I
981
+ 17
982
+ I
983
+ d
984
+ I
985
+ 1f
986
+ I
987
+ f
988
+ I
989
+ 2d
990
+ I
991
+ 18
992
+ I
993
+ 3b
994
+ I
995
+ 1c
996
+ I
997
+ 49
998
+ I
999
+ 27
1000
+ I
1001
+ 57
1002
+ I
1003
+ 2b
1004
+ I
1005
+ 5b
1006
+ I
1007
+ 2d
1008
+ I
1009
+ 69
1010
+ I
1011
+ 33
1012
+ I
1013
+ 77
1014
+ x
1015
+ 78
1016
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/remote_specification.rb
1017
+ p
1018
+ 0
1019
+ x
1020
+ 13
1021
+ attach_method
1022
+ p
1023
+ 3
1024
+ I
1025
+ 2
1026
+ I
1027
+ 9
1028
+ I
1029
+ 1d
1030
+ x
1031
+ 78
1032
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/remote_specification.rb
1033
+ p
1034
+ 0
1035
+ x
1036
+ 13
1037
+ attach_method
1038
+ p
1039
+ 7
1040
+ I
1041
+ 0
1042
+ I
1043
+ 1
1044
+ I
1045
+ 9
1046
+ I
1047
+ 2
1048
+ I
1049
+ 12
1050
+ I
1051
+ 4
1052
+ I
1053
+ 2e
1054
+ x
1055
+ 78
1056
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/remote_specification.rb
1057
+ p
1058
+ 0