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