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
data/CHANGELOG.md CHANGED
@@ -1,4 +1,36 @@
1
- ## 1.0.0.rc.2 (August 3, 2010)
1
+ ## 1.0.0.rc.5
2
+
3
+ Features:
4
+
5
+ - Make the Capistrano task more concise.
6
+
7
+ Bugfixes:
8
+
9
+ - Fix a regression with determining whether or not to use sudo
10
+ - Allow using the --gemfile flag with the --deployment flag
11
+
12
+ ## 1.0.0.rc.4
13
+
14
+ Features:
15
+
16
+ - `bundle gem NAME` command to generate a new gem with Gemfile
17
+ - Bundle config file location can be specified by BUNDLE_APP_CONFIG
18
+ - Add --frozen to disable updating the Gemfile.lock at runtime
19
+ (default with --deployment)
20
+ - Basic Capistrano task now added as 'bundler/capistrano'
21
+
22
+ Bugfixes:
23
+
24
+ - Multiple bundler process no longer share a tmp directory
25
+ - `bundle update GEM` always updates dependencies of GEM as well
26
+ - Deleting the cache directory no longer causes errors
27
+ - Moving the bundle after installation no longer causes git errors
28
+ - Bundle path is now correctly remembered on a read-only filesystem
29
+ - Gem binaries are installed to Gem.bindir, not #{Gem.dir}/bin
30
+ - Fetch gems from vendor/cache, even without --local
31
+ - Sort lockfile by platform as well as spec
32
+
33
+ ## 1.0.0.rc.3 (August 3, 2010)
2
34
 
3
35
  Features:
4
36
 
@@ -0,0 +1,486 @@
1
+ !RBIX
2
+ 0
3
+ x
4
+ M
5
+ 1
6
+ n
7
+ n
8
+ x
9
+ 10
10
+ __script__
11
+ i
12
+ 183
13
+ 5
14
+ 7
15
+ 0
16
+ 64
17
+ 47
18
+ 49
19
+ 1
20
+ 1
21
+ 15
22
+ 99
23
+ 43
24
+ 2
25
+ 7
26
+ 3
27
+ 49
28
+ 4
29
+ 1
30
+ 56
31
+ 5
32
+ 50
33
+ 6
34
+ 0
35
+ 15
36
+ 5
37
+ 7
38
+ 7
39
+ 64
40
+ 47
41
+ 49
42
+ 1
43
+ 1
44
+ 15
45
+ 26
46
+ 93
47
+ 0
48
+ 15
49
+ 29
50
+ 50
51
+ 0
52
+ 45
53
+ 8
54
+ 9
55
+ 43
56
+ 10
57
+ 49
58
+ 11
59
+ 0
60
+ 30
61
+ 8
62
+ 177
63
+ 26
64
+ 93
65
+ 1
66
+ 15
67
+ 24
68
+ 13
69
+ 45
70
+ 8
71
+ 12
72
+ 43
73
+ 13
74
+ 12
75
+ 49
76
+ 14
77
+ 1
78
+ 10
79
+ 69
80
+ 8
81
+ 137
82
+ 15
83
+ 24
84
+ 19
85
+ 0
86
+ 15
87
+ 45
88
+ 8
89
+ 15
90
+ 49
91
+ 16
92
+ 0
93
+ 20
94
+ 0
95
+ 49
96
+ 17
97
+ 0
98
+ 49
99
+ 18
100
+ 1
101
+ 15
102
+ 45
103
+ 19
104
+ 20
105
+ 7
106
+ 21
107
+ 64
108
+ 49
109
+ 4
110
+ 1
111
+ 9
112
+ 122
113
+ 45
114
+ 8
115
+ 22
116
+ 49
117
+ 16
118
+ 0
119
+ 20
120
+ 0
121
+ 49
122
+ 23
123
+ 0
124
+ 7
125
+ 24
126
+ 64
127
+ 49
128
+ 25
129
+ 1
130
+ 49
131
+ 18
132
+ 1
133
+ 8
134
+ 123
135
+ 1
136
+ 15
137
+ 5
138
+ 20
139
+ 0
140
+ 49
141
+ 26
142
+ 0
143
+ 47
144
+ 49
145
+ 27
146
+ 1
147
+ 25
148
+ 8
149
+ 177
150
+ 13
151
+ 45
152
+ 28
153
+ 29
154
+ 12
155
+ 49
156
+ 14
157
+ 1
158
+ 10
159
+ 149
160
+ 8
161
+ 172
162
+ 15
163
+ 45
164
+ 8
165
+ 30
166
+ 49
167
+ 16
168
+ 0
169
+ 7
170
+ 31
171
+ 64
172
+ 49
173
+ 18
174
+ 1
175
+ 15
176
+ 5
177
+ 79
178
+ 47
179
+ 49
180
+ 27
181
+ 1
182
+ 25
183
+ 8
184
+ 177
185
+ 15
186
+ 92
187
+ 1
188
+ 27
189
+ 34
190
+ 92
191
+ 0
192
+ 27
193
+ 15
194
+ 2
195
+ 11
196
+ I
197
+ 6
198
+ I
199
+ 1
200
+ I
201
+ 0
202
+ I
203
+ 0
204
+ n
205
+ p
206
+ 32
207
+ s
208
+ 7
209
+ bundler
210
+ x
211
+ 7
212
+ require
213
+ x
214
+ 7
215
+ Globals
216
+ x
217
+ 2
218
+ $:
219
+ x
220
+ 2
221
+ []
222
+ M
223
+ 1
224
+ p
225
+ 2
226
+ x
227
+ 9
228
+ for_block
229
+ t
230
+ n
231
+ x
232
+ 9
233
+ __block__
234
+ i
235
+ 58
236
+ 57
237
+ 19
238
+ 0
239
+ 15
240
+ 20
241
+ 0
242
+ 7
243
+ 0
244
+ 13
245
+ 70
246
+ 9
247
+ 24
248
+ 15
249
+ 44
250
+ 43
251
+ 1
252
+ 7
253
+ 2
254
+ 78
255
+ 49
256
+ 3
257
+ 2
258
+ 6
259
+ 0
260
+ 49
261
+ 4
262
+ 1
263
+ 13
264
+ 9
265
+ 44
266
+ 15
267
+ 4
268
+ 5
269
+ 78
270
+ 98
271
+ 5
272
+ 2
273
+ 49
274
+ 6
275
+ 0
276
+ 4
277
+ 9
278
+ 84
279
+ 7
280
+ 9
281
+ 56
282
+ 5
283
+ 7
284
+ 8
285
+ 64
286
+ 47
287
+ 49
288
+ 9
289
+ 1
290
+ 8
291
+ 57
292
+ 1
293
+ 11
294
+ I
295
+ 6
296
+ I
297
+ 1
298
+ I
299
+ 1
300
+ I
301
+ 1
302
+ n
303
+ p
304
+ 10
305
+ n
306
+ x
307
+ 6
308
+ Regexp
309
+ s
310
+ 16
311
+ /bundler-0.(\d+)
312
+ x
313
+ 3
314
+ new
315
+ x
316
+ 2
317
+ =~
318
+ x
319
+ 24
320
+ regexp_last_match_result
321
+ x
322
+ 4
323
+ to_i
324
+ x
325
+ 1
326
+ <
327
+ s
328
+ 91
329
+ Please remove older versions of bundler. This can be done by running `gem cleanup bundler`.
330
+ x
331
+ 5
332
+ abort
333
+ p
334
+ 9
335
+ I
336
+ 0
337
+ I
338
+ 5
339
+ I
340
+ 4
341
+ I
342
+ 6
343
+ I
344
+ 2e
345
+ I
346
+ 7
347
+ I
348
+ 38
349
+ I
350
+ 6
351
+ I
352
+ 3a
353
+ x
354
+ 53
355
+ /Users/carllerche/Developer/Source/bundler/bin/bundle
356
+ p
357
+ 1
358
+ x
359
+ 4
360
+ path
361
+ x
362
+ 4
363
+ each
364
+ s
365
+ 11
366
+ bundler/cli
367
+ x
368
+ 7
369
+ Bundler
370
+ n
371
+ x
372
+ 3
373
+ CLI
374
+ x
375
+ 5
376
+ start
377
+ n
378
+ x
379
+ 12
380
+ BundlerError
381
+ x
382
+ 3
383
+ ===
384
+ n
385
+ x
386
+ 2
387
+ ui
388
+ x
389
+ 7
390
+ message
391
+ x
392
+ 5
393
+ error
394
+ x
395
+ 3
396
+ ENV
397
+ n
398
+ s
399
+ 12
400
+ BUNDLE_DEBUG
401
+ n
402
+ x
403
+ 9
404
+ backtrace
405
+ s
406
+ 1
407
+
408
+
409
+ x
410
+ 4
411
+ join
412
+ x
413
+ 11
414
+ status_code
415
+ x
416
+ 4
417
+ exit
418
+ x
419
+ 9
420
+ Interrupt
421
+ n
422
+ n
423
+ s
424
+ 12
425
+
426
+ Quitting...
427
+ p
428
+ 25
429
+ I
430
+ 0
431
+ I
432
+ 4
433
+ I
434
+ 9
435
+ I
436
+ 5
437
+ I
438
+ 17
439
+ I
440
+ a
441
+ I
442
+ 20
443
+ I
444
+ d
445
+ I
446
+ 37
447
+ I
448
+ e
449
+ I
450
+ 46
451
+ I
452
+ 15
453
+ I
454
+ 4a
455
+ I
456
+ f
457
+ I
458
+ 59
459
+ I
460
+ 10
461
+ I
462
+ 7c
463
+ I
464
+ 11
465
+ I
466
+ 89
467
+ I
468
+ 12
469
+ I
470
+ 96
471
+ I
472
+ 13
473
+ I
474
+ a3
475
+ I
476
+ 14
477
+ I
478
+ b7
479
+ x
480
+ 53
481
+ /Users/carllerche/Developer/Source/bundler/bin/bundle
482
+ p
483
+ 1
484
+ x
485
+ 1
486
+ e