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