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