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