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
@@ -0,0 +1,135 @@
1
+ require 'open3'
2
+
3
+ module Bundler
4
+ class GemHelper
5
+ def self.install_tasks(opts = nil)
6
+ dir = caller.find{|c| /Rakefile:/}[/^(.*?)\/Rakefile:/, 1]
7
+ GemHelper.new(dir, opts && opts[:name]).install
8
+ end
9
+
10
+ attr_reader :spec_path, :base, :name
11
+
12
+ def initialize(base, name = nil)
13
+ @base = base
14
+ @name = name || determine_name or raise("Cannot automatically determine the name of your gem. Use :name => 'gemname' in #install_tasks to manually set it.")
15
+ @spec_path = File.join(@base, "#{@name}.gemspec")
16
+ end
17
+
18
+ def install
19
+ desc "Build #{name}-#{current_version}.gem into the pkg directory"
20
+ task 'build' do
21
+ build_gem
22
+ end
23
+
24
+ desc "Build and install #{name}-#{current_version}.gem into system gems"
25
+ task 'install' do
26
+ install_gem
27
+ end
28
+
29
+ desc "Create tag #{current_version_tag} and build and push #{name}-#{current_version}.gem to Rubygems"
30
+ task 'push' do
31
+ push_gem
32
+ end
33
+ end
34
+
35
+ def build_gem
36
+ file_name = nil
37
+ sh("gem build #{spec_path}") { |out, err|
38
+ raise err if err[/ERROR/]
39
+ file_name = File.basename(built_gem_path)
40
+ FileUtils.mkdir_p(File.join(base, 'pkg'))
41
+ FileUtils.mv(built_gem_path, 'pkg')
42
+ }
43
+ File.join(base, 'pkg', file_name)
44
+ end
45
+
46
+ def install_gem
47
+ built_gem_path = build_gem
48
+ sh("gem install #{built_gem_path}")
49
+ end
50
+
51
+ def push_gem
52
+ guard_clean
53
+ guard_already_tagged
54
+ tag_version {
55
+ git_push
56
+ rubygem_push(build_gem)
57
+ }
58
+ end
59
+
60
+ protected
61
+ def rubygem_push(path)
62
+ sh("gem push #{path}")
63
+ end
64
+
65
+ def built_gem_path
66
+ Dir[File.join(base, "#{name}-*.gem")].sort_by{|f| File.mtime(f)}.last
67
+ end
68
+
69
+ def determine_name
70
+ gemspecs = Dir[File.join(base, "*.gemspec")]
71
+ raise "Unable to determine name from existing gemspec." unless gemspecs.size == 1
72
+
73
+ Gem::Specification.load(File.join(base, File.basename(gemspecs.first)[/^.*\.gemspec$/])).name
74
+ end
75
+
76
+ def git_push
77
+ sh "git push --all"
78
+ sh "git push --tags"
79
+ end
80
+
81
+ def guard_already_tagged
82
+ if sh('git tag').split(/\n/).include?(current_version_tag)
83
+ raise("This tag has already been committed to the repo.")
84
+ end
85
+ end
86
+
87
+ def guard_clean
88
+ clean? or raise("There are files that need to be committed first.")
89
+ end
90
+
91
+ def clean?
92
+ sh("git ls-files -dm").split("\n").size.zero?
93
+ end
94
+
95
+ def tag_version
96
+ sh "git tag #{current_version_tag}"
97
+ yield if block_given?
98
+ rescue
99
+ sh "git tag -d #{current_version_tag}"
100
+ raise
101
+ end
102
+
103
+ def current_version
104
+ unless File.exist?(version_file_path)
105
+ raise("Version file could not be found at #{version_file_path}")
106
+ end
107
+ File.read(version_file_path)[/V(ERSION|ersion)\s*=\s*(["'])(.*?)\2/, 3]
108
+ end
109
+
110
+ def version_file_path
111
+ File.join(base, 'lib', name, 'version.rb')
112
+ end
113
+
114
+ def current_version_tag
115
+ "v#{current_version}"
116
+ end
117
+
118
+ def sh(cmd, &block)
119
+ output, code = sh_with_code(cmd, &block)
120
+ code == 0 ? output : raise(output)
121
+ end
122
+
123
+ def sh_with_code(cmd, &block)
124
+ output = ''
125
+ Dir.chdir(base) {
126
+ stdin, stdout, stderr = *Open3.popen3(cmd)
127
+ if $? == 0
128
+ output = stdout.read
129
+ block.call(output, stderr.read) if block
130
+ end
131
+ }
132
+ [output, $?]
133
+ end
134
+ end
135
+ end
Binary file
@@ -10,6 +10,10 @@ module Bundler
10
10
  end
11
11
 
12
12
  def run(options)
13
+ if Bundler.settings[:frozen]
14
+ @definition.ensure_equivalent_gemfile_and_lockfile
15
+ end
16
+
13
17
  if dependencies.empty?
14
18
  Bundler.ui.warn "The Gemfile specifies no dependencies"
15
19
  return
@@ -0,0 +1,1634 @@
1
+ !RBIX
2
+ 0
3
+ x
4
+ M
5
+ 1
6
+ n
7
+ n
8
+ x
9
+ 10
10
+ __script__
11
+ i
12
+ 46
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
+ 99
32
+ 7
33
+ 3
34
+ 65
35
+ 49
36
+ 4
37
+ 2
38
+ 13
39
+ 99
40
+ 12
41
+ 7
42
+ 5
43
+ 12
44
+ 7
45
+ 6
46
+ 12
47
+ 65
48
+ 12
49
+ 49
50
+ 7
51
+ 4
52
+ 15
53
+ 49
54
+ 5
55
+ 0
56
+ 15
57
+ 2
58
+ 11
59
+ I
60
+ 6
61
+ I
62
+ 0
63
+ I
64
+ 0
65
+ I
66
+ 0
67
+ n
68
+ p
69
+ 8
70
+ s
71
+ 3
72
+ erb
73
+ x
74
+ 7
75
+ require
76
+ s
77
+ 29
78
+ rubygems/dependency_installer
79
+ x
80
+ 7
81
+ Bundler
82
+ x
83
+ 11
84
+ open_module
85
+ x
86
+ 15
87
+ __module_init__
88
+ M
89
+ 1
90
+ n
91
+ n
92
+ x
93
+ 7
94
+ Bundler
95
+ i
96
+ 31
97
+ 5
98
+ 66
99
+ 99
100
+ 7
101
+ 0
102
+ 45
103
+ 1
104
+ 2
105
+ 65
106
+ 49
107
+ 3
108
+ 3
109
+ 13
110
+ 99
111
+ 12
112
+ 7
113
+ 4
114
+ 12
115
+ 7
116
+ 5
117
+ 12
118
+ 65
119
+ 12
120
+ 49
121
+ 6
122
+ 4
123
+ 15
124
+ 49
125
+ 4
126
+ 0
127
+ 11
128
+ I
129
+ 6
130
+ I
131
+ 0
132
+ I
133
+ 0
134
+ I
135
+ 0
136
+ n
137
+ p
138
+ 7
139
+ x
140
+ 9
141
+ Installer
142
+ x
143
+ 11
144
+ Environment
145
+ n
146
+ x
147
+ 10
148
+ open_class
149
+ x
150
+ 14
151
+ __class_init__
152
+ M
153
+ 1
154
+ n
155
+ n
156
+ x
157
+ 9
158
+ Installer
159
+ i
160
+ 45
161
+ 5
162
+ 66
163
+ 99
164
+ 7
165
+ 0
166
+ 7
167
+ 1
168
+ 65
169
+ 5
170
+ 49
171
+ 2
172
+ 4
173
+ 15
174
+ 99
175
+ 7
176
+ 3
177
+ 7
178
+ 4
179
+ 65
180
+ 67
181
+ 49
182
+ 5
183
+ 0
184
+ 49
185
+ 6
186
+ 4
187
+ 15
188
+ 5
189
+ 48
190
+ 7
191
+ 15
192
+ 99
193
+ 7
194
+ 8
195
+ 7
196
+ 9
197
+ 65
198
+ 67
199
+ 49
200
+ 5
201
+ 0
202
+ 49
203
+ 6
204
+ 4
205
+ 11
206
+ I
207
+ 5
208
+ I
209
+ 0
210
+ I
211
+ 0
212
+ I
213
+ 0
214
+ n
215
+ p
216
+ 10
217
+ x
218
+ 7
219
+ install
220
+ M
221
+ 1
222
+ n
223
+ n
224
+ x
225
+ 7
226
+ install
227
+ i
228
+ 59
229
+ 23
230
+ 2
231
+ 10
232
+ 14
233
+ 44
234
+ 43
235
+ 0
236
+ 78
237
+ 49
238
+ 1
239
+ 1
240
+ 19
241
+ 2
242
+ 15
243
+ 5
244
+ 13
245
+ 72
246
+ 2
247
+ 47
248
+ 9
249
+ 37
250
+ 47
251
+ 49
252
+ 3
253
+ 0
254
+ 13
255
+ 20
256
+ 0
257
+ 20
258
+ 1
259
+ 47
260
+ 49
261
+ 4
262
+ 2
263
+ 15
264
+ 8
265
+ 45
266
+ 20
267
+ 0
268
+ 20
269
+ 1
270
+ 47
271
+ 49
272
+ 2
273
+ 2
274
+ 19
275
+ 3
276
+ 15
277
+ 20
278
+ 3
279
+ 20
280
+ 2
281
+ 49
282
+ 5
283
+ 1
284
+ 15
285
+ 20
286
+ 3
287
+ 11
288
+ I
289
+ 8
290
+ I
291
+ 4
292
+ I
293
+ 2
294
+ I
295
+ 3
296
+ n
297
+ p
298
+ 6
299
+ x
300
+ 4
301
+ Hash
302
+ x
303
+ 16
304
+ new_from_literal
305
+ x
306
+ 3
307
+ new
308
+ x
309
+ 8
310
+ allocate
311
+ x
312
+ 10
313
+ initialize
314
+ x
315
+ 3
316
+ run
317
+ p
318
+ 9
319
+ I
320
+ 0
321
+ I
322
+ 6
323
+ I
324
+ e
325
+ I
326
+ 7
327
+ I
328
+ 30
329
+ I
330
+ 8
331
+ I
332
+ 38
333
+ I
334
+ 9
335
+ I
336
+ 3b
337
+ x
338
+ 67
339
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/installer.rb
340
+ p
341
+ 4
342
+ x
343
+ 4
344
+ root
345
+ x
346
+ 10
347
+ definition
348
+ x
349
+ 7
350
+ options
351
+ x
352
+ 9
353
+ installer
354
+ x
355
+ 13
356
+ attach_method
357
+ x
358
+ 3
359
+ run
360
+ M
361
+ 1
362
+ n
363
+ n
364
+ x
365
+ 3
366
+ run
367
+ i
368
+ 242
369
+ 45
370
+ 0
371
+ 1
372
+ 49
373
+ 2
374
+ 0
375
+ 7
376
+ 3
377
+ 49
378
+ 4
379
+ 1
380
+ 9
381
+ 20
382
+ 39
383
+ 5
384
+ 49
385
+ 6
386
+ 0
387
+ 8
388
+ 21
389
+ 1
390
+ 15
391
+ 5
392
+ 48
393
+ 7
394
+ 49
395
+ 8
396
+ 0
397
+ 9
398
+ 47
399
+ 45
400
+ 0
401
+ 9
402
+ 49
403
+ 10
404
+ 0
405
+ 7
406
+ 11
407
+ 64
408
+ 49
409
+ 12
410
+ 1
411
+ 15
412
+ 1
413
+ 11
414
+ 8
415
+ 48
416
+ 1
417
+ 15
418
+ 45
419
+ 0
420
+ 13
421
+ 49
422
+ 14
423
+ 0
424
+ 49
425
+ 15
426
+ 0
427
+ 13
428
+ 9
429
+ 76
430
+ 15
431
+ 20
432
+ 0
433
+ 7
434
+ 16
435
+ 64
436
+ 49
437
+ 4
438
+ 1
439
+ 10
440
+ 75
441
+ 2
442
+ 8
443
+ 76
444
+ 3
445
+ 9
446
+ 167
447
+ 26
448
+ 93
449
+ 0
450
+ 15
451
+ 29
452
+ 135
453
+ 0
454
+ 45
455
+ 17
456
+ 18
457
+ 45
458
+ 0
459
+ 19
460
+ 49
461
+ 20
462
+ 0
463
+ 45
464
+ 0
465
+ 21
466
+ 49
467
+ 14
468
+ 0
469
+ 1
470
+ 49
471
+ 22
472
+ 3
473
+ 19
474
+ 1
475
+ 15
476
+ 20
477
+ 1
478
+ 49
479
+ 23
480
+ 0
481
+ 13
482
+ 10
483
+ 124
484
+ 15
485
+ 20
486
+ 1
487
+ 49
488
+ 24
489
+ 0
490
+ 49
491
+ 25
492
+ 0
493
+ 9
494
+ 129
495
+ 1
496
+ 8
497
+ 132
498
+ 2
499
+ 19
500
+ 2
501
+ 30
502
+ 8
503
+ 162
504
+ 26
505
+ 93
506
+ 1
507
+ 15
508
+ 24
509
+ 13
510
+ 45
511
+ 26
512
+ 27
513
+ 12
514
+ 49
515
+ 28
516
+ 1
517
+ 10
518
+ 152
519
+ 8
520
+ 157
521
+ 15
522
+ 1
523
+ 25
524
+ 8
525
+ 162
526
+ 15
527
+ 92
528
+ 1
529
+ 27
530
+ 34
531
+ 92
532
+ 0
533
+ 27
534
+ 8
535
+ 168
536
+ 1
537
+ 15
538
+ 20
539
+ 2
540
+ 9
541
+ 176
542
+ 1
543
+ 8
544
+ 198
545
+ 20
546
+ 0
547
+ 7
548
+ 29
549
+ 64
550
+ 49
551
+ 4
552
+ 1
553
+ 9
554
+ 193
555
+ 39
556
+ 5
557
+ 49
558
+ 30
559
+ 0
560
+ 8
561
+ 198
562
+ 39
563
+ 5
564
+ 49
565
+ 31
566
+ 0
567
+ 15
568
+ 45
569
+ 32
570
+ 33
571
+ 45
572
+ 0
573
+ 34
574
+ 49
575
+ 35
576
+ 0
577
+ 49
578
+ 15
579
+ 1
580
+ 9
581
+ 216
582
+ 1
583
+ 8
584
+ 228
585
+ 45
586
+ 0
587
+ 36
588
+ 45
589
+ 0
590
+ 37
591
+ 49
592
+ 35
593
+ 0
594
+ 49
595
+ 38
596
+ 1
597
+ 15
598
+ 5
599
+ 48
600
+ 39
601
+ 56
602
+ 40
603
+ 50
604
+ 41
605
+ 0
606
+ 15
607
+ 5
608
+ 48
609
+ 42
610
+ 11
611
+ I
612
+ 9
613
+ I
614
+ 3
615
+ I
616
+ 1
617
+ I
618
+ 1
619
+ n
620
+ p
621
+ 43
622
+ x
623
+ 7
624
+ Bundler
625
+ n
626
+ x
627
+ 8
628
+ settings
629
+ x
630
+ 6
631
+ frozen
632
+ x
633
+ 2
634
+ []
635
+ x
636
+ 11
637
+ @definition
638
+ x
639
+ 38
640
+ ensure_equivalent_gemfile_and_lockfile
641
+ x
642
+ 12
643
+ dependencies
644
+ x
645
+ 6
646
+ empty?
647
+ n
648
+ x
649
+ 2
650
+ ui
651
+ s
652
+ 37
653
+ The Gemfile specifies no dependencies
654
+ x
655
+ 4
656
+ warn
657
+ n
658
+ x
659
+ 16
660
+ default_lockfile
661
+ x
662
+ 6
663
+ exist?
664
+ s
665
+ 6
666
+ update
667
+ x
668
+ 10
669
+ Definition
670
+ n
671
+ n
672
+ x
673
+ 15
674
+ default_gemfile
675
+ n
676
+ x
677
+ 5
678
+ build
679
+ x
680
+ 13
681
+ new_platform?
682
+ x
683
+ 13
684
+ missing_specs
685
+ x
686
+ 4
687
+ any?
688
+ x
689
+ 12
690
+ BundlerError
691
+ n
692
+ x
693
+ 3
694
+ ===
695
+ s
696
+ 5
697
+ local
698
+ x
699
+ 19
700
+ resolve_with_cache!
701
+ x
702
+ 17
703
+ resolve_remotely!
704
+ x
705
+ 4
706
+ File
707
+ n
708
+ n
709
+ x
710
+ 11
711
+ bundle_path
712
+ n
713
+ n
714
+ x
715
+ 7
716
+ mkdir_p
717
+ x
718
+ 5
719
+ specs
720
+ M
721
+ 1
722
+ p
723
+ 2
724
+ x
725
+ 9
726
+ for_block
727
+ t
728
+ n
729
+ x
730
+ 3
731
+ run
732
+ i
733
+ 182
734
+ 57
735
+ 19
736
+ 0
737
+ 15
738
+ 20
739
+ 0
740
+ 49
741
+ 0
742
+ 0
743
+ 7
744
+ 1
745
+ 49
746
+ 2
747
+ 1
748
+ 9
749
+ 28
750
+ 20
751
+ 0
752
+ 49
753
+ 0
754
+ 0
755
+ 20
756
+ 0
757
+ 49
758
+ 1
759
+ 1
760
+ 8
761
+ 29
762
+ 1
763
+ 15
764
+ 29
765
+ 98
766
+ 1
767
+ 26
768
+ 93
769
+ 0
770
+ 15
771
+ 45
772
+ 3
773
+ 4
774
+ 43
775
+ 5
776
+ 49
777
+ 6
778
+ 0
779
+ 19
780
+ 1
781
+ 15
782
+ 45
783
+ 3
784
+ 7
785
+ 43
786
+ 5
787
+ 45
788
+ 8
789
+ 9
790
+ 49
791
+ 10
792
+ 0
793
+ 7
794
+ 11
795
+ 20
796
+ 0
797
+ 49
798
+ 12
799
+ 0
800
+ 47
801
+ 49
802
+ 13
803
+ 0
804
+ 63
805
+ 2
806
+ 49
807
+ 14
808
+ 1
809
+ 35
810
+ 1
811
+ 13
812
+ 18
813
+ 2
814
+ 49
815
+ 15
816
+ 1
817
+ 15
818
+ 15
819
+ 20
820
+ 0
821
+ 49
822
+ 0
823
+ 0
824
+ 20
825
+ 0
826
+ 49
827
+ 16
828
+ 1
829
+ 30
830
+ 8
831
+ 116
832
+ 26
833
+ 45
834
+ 3
835
+ 17
836
+ 43
837
+ 5
838
+ 20
839
+ 1
840
+ 13
841
+ 18
842
+ 2
843
+ 49
844
+ 15
845
+ 1
846
+ 15
847
+ 15
848
+ 27
849
+ 34
850
+ 45
851
+ 3
852
+ 18
853
+ 43
854
+ 5
855
+ 20
856
+ 1
857
+ 13
858
+ 18
859
+ 2
860
+ 49
861
+ 15
862
+ 1
863
+ 15
864
+ 15
865
+ 15
866
+ 45
867
+ 8
868
+ 19
869
+ 49
870
+ 20
871
+ 0
872
+ 7
873
+ 21
874
+ 64
875
+ 49
876
+ 22
877
+ 1
878
+ 15
879
+ 45
880
+ 8
881
+ 23
882
+ 49
883
+ 10
884
+ 0
885
+ 7
886
+ 24
887
+ 49
888
+ 14
889
+ 1
890
+ 9
891
+ 167
892
+ 5
893
+ 20
894
+ 0
895
+ 47
896
+ 49
897
+ 25
898
+ 1
899
+ 8
900
+ 168
901
+ 1
902
+ 15
903
+ 45
904
+ 26
905
+ 27
906
+ 45
907
+ 8
908
+ 28
909
+ 49
910
+ 29
911
+ 0
912
+ 49
913
+ 30
914
+ 1
915
+ 11
916
+ I
917
+ 8
918
+ I
919
+ 2
920
+ I
921
+ 1
922
+ I
923
+ 1
924
+ n
925
+ p
926
+ 31
927
+ x
928
+ 6
929
+ source
930
+ x
931
+ 5
932
+ fetch
933
+ x
934
+ 11
935
+ respond_to?
936
+ x
937
+ 3
938
+ Gem
939
+ n
940
+ x
941
+ 7
942
+ Command
943
+ x
944
+ 10
945
+ build_args
946
+ n
947
+ x
948
+ 7
949
+ Bundler
950
+ n
951
+ x
952
+ 8
953
+ settings
954
+ s
955
+ 6
956
+ build.
957
+ x
958
+ 4
959
+ name
960
+ x
961
+ 4
962
+ to_s
963
+ x
964
+ 2
965
+ []
966
+ x
967
+ 11
968
+ build_args=
969
+ x
970
+ 7
971
+ install
972
+ n
973
+ n
974
+ n
975
+ x
976
+ 2
977
+ ui
978
+ s
979
+ 0
980
+
981
+ x
982
+ 4
983
+ info
984
+ n
985
+ x
986
+ 3
987
+ bin
988
+ x
989
+ 33
990
+ generate_bundler_executable_stubs
991
+ x
992
+ 9
993
+ FileUtils
994
+ n
995
+ n
996
+ x
997
+ 3
998
+ tmp
999
+ x
1000
+ 5
1001
+ rm_rf
1002
+ p
1003
+ 19
1004
+ I
1005
+ 0
1006
+ I
1007
+ 2c
1008
+ I
1009
+ 4
1010
+ I
1011
+ 2d
1012
+ I
1013
+ 1e
1014
+ I
1015
+ 35
1016
+ I
1017
+ 30
1018
+ I
1019
+ 36
1020
+ I
1021
+ 55
1022
+ I
1023
+ 37
1024
+ I
1025
+ 63
1026
+ I
1027
+ 39
1028
+ I
1029
+ 84
1030
+ I
1031
+ 3c
1032
+ I
1033
+ 91
1034
+ I
1035
+ 3d
1036
+ I
1037
+ a9
1038
+ I
1039
+ 3e
1040
+ I
1041
+ b6
1042
+ x
1043
+ 67
1044
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/installer.rb
1045
+ p
1046
+ 2
1047
+ x
1048
+ 4
1049
+ spec
1050
+ x
1051
+ 8
1052
+ old_args
1053
+ x
1054
+ 4
1055
+ each
1056
+ x
1057
+ 4
1058
+ lock
1059
+ p
1060
+ 41
1061
+ I
1062
+ 0
1063
+ I
1064
+ c
1065
+ I
1066
+ 0
1067
+ I
1068
+ d
1069
+ I
1070
+ d
1071
+ I
1072
+ e
1073
+ I
1074
+ 14
1075
+ I
1076
+ d
1077
+ I
1078
+ 16
1079
+ I
1080
+ 11
1081
+ I
1082
+ 1e
1083
+ I
1084
+ 12
1085
+ I
1086
+ 2b
1087
+ I
1088
+ 13
1089
+ I
1090
+ 2f
1091
+ I
1092
+ 11
1093
+ I
1094
+ 31
1095
+ I
1096
+ 16
1097
+ I
1098
+ 4e
1099
+ I
1100
+ 18
1101
+ I
1102
+ 6b
1103
+ I
1104
+ 19
1105
+ I
1106
+ 8c
1107
+ I
1108
+ 1a
1109
+ I
1110
+ a7
1111
+ I
1112
+ 16
1113
+ I
1114
+ a9
1115
+ I
1116
+ 20
1117
+ I
1118
+ b0
1119
+ I
1120
+ 21
1121
+ I
1122
+ ba
1123
+ I
1124
+ 22
1125
+ I
1126
+ c1
1127
+ I
1128
+ 23
1129
+ I
1130
+ c7
1131
+ I
1132
+ 27
1133
+ I
1134
+ e5
1135
+ I
1136
+ 2c
1137
+ I
1138
+ ee
1139
+ I
1140
+ 41
1141
+ I
1142
+ f2
1143
+ x
1144
+ 67
1145
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/installer.rb
1146
+ p
1147
+ 3
1148
+ x
1149
+ 7
1150
+ options
1151
+ x
1152
+ 6
1153
+ tmpdef
1154
+ x
1155
+ 5
1156
+ local
1157
+ x
1158
+ 17
1159
+ method_visibility
1160
+ x
1161
+ 15
1162
+ add_defn_method
1163
+ x
1164
+ 7
1165
+ private
1166
+ x
1167
+ 33
1168
+ generate_bundler_executable_stubs
1169
+ M
1170
+ 1
1171
+ n
1172
+ n
1173
+ x
1174
+ 33
1175
+ generate_bundler_executable_stubs
1176
+ i
1177
+ 56
1178
+ 45
1179
+ 0
1180
+ 1
1181
+ 49
1182
+ 2
1183
+ 0
1184
+ 19
1185
+ 1
1186
+ 15
1187
+ 45
1188
+ 3
1189
+ 4
1190
+ 45
1191
+ 3
1192
+ 5
1193
+ 7
1194
+ 6
1195
+ 64
1196
+ 65
1197
+ 49
1198
+ 7
1199
+ 0
1200
+ 49
1201
+ 8
1202
+ 2
1203
+ 49
1204
+ 9
1205
+ 1
1206
+ 19
1207
+ 2
1208
+ 15
1209
+ 45
1210
+ 0
1211
+ 10
1212
+ 49
1213
+ 11
1214
+ 0
1215
+ 20
1216
+ 1
1217
+ 49
1218
+ 12
1219
+ 1
1220
+ 19
1221
+ 3
1222
+ 15
1223
+ 20
1224
+ 0
1225
+ 49
1226
+ 13
1227
+ 0
1228
+ 56
1229
+ 14
1230
+ 50
1231
+ 15
1232
+ 0
1233
+ 11
1234
+ I
1235
+ 8
1236
+ I
1237
+ 4
1238
+ I
1239
+ 1
1240
+ I
1241
+ 1
1242
+ n
1243
+ p
1244
+ 16
1245
+ x
1246
+ 7
1247
+ Bundler
1248
+ n
1249
+ x
1250
+ 8
1251
+ bin_path
1252
+ x
1253
+ 4
1254
+ File
1255
+ n
1256
+ n
1257
+ s
1258
+ 23
1259
+ ../templates/Executable
1260
+ x
1261
+ 11
1262
+ active_path
1263
+ x
1264
+ 11
1265
+ expand_path
1266
+ x
1267
+ 4
1268
+ read
1269
+ n
1270
+ x
1271
+ 15
1272
+ default_gemfile
1273
+ x
1274
+ 18
1275
+ relative_path_from
1276
+ x
1277
+ 11
1278
+ executables
1279
+ M
1280
+ 1
1281
+ p
1282
+ 2
1283
+ x
1284
+ 9
1285
+ for_block
1286
+ t
1287
+ n
1288
+ x
1289
+ 33
1290
+ generate_bundler_executable_stubs
1291
+ i
1292
+ 50
1293
+ 57
1294
+ 19
1295
+ 0
1296
+ 15
1297
+ 20
1298
+ 0
1299
+ 7
1300
+ 0
1301
+ 64
1302
+ 83
1303
+ 1
1304
+ 9
1305
+ 17
1306
+ 1
1307
+ 11
1308
+ 8
1309
+ 18
1310
+ 1
1311
+ 15
1312
+ 45
1313
+ 2
1314
+ 3
1315
+ 21
1316
+ 1
1317
+ 1
1318
+ 47
1319
+ 49
1320
+ 4
1321
+ 0
1322
+ 7
1323
+ 5
1324
+ 20
1325
+ 0
1326
+ 47
1327
+ 49
1328
+ 4
1329
+ 0
1330
+ 63
1331
+ 3
1332
+ 7
1333
+ 6
1334
+ 64
1335
+ 7
1336
+ 7
1337
+ 56
1338
+ 8
1339
+ 50
1340
+ 9
1341
+ 3
1342
+ 11
1343
+ I
1344
+ 7
1345
+ I
1346
+ 1
1347
+ I
1348
+ 1
1349
+ I
1350
+ 1
1351
+ n
1352
+ p
1353
+ 10
1354
+ s
1355
+ 6
1356
+ bundle
1357
+ x
1358
+ 2
1359
+ ==
1360
+ x
1361
+ 4
1362
+ File
1363
+ n
1364
+ x
1365
+ 4
1366
+ to_s
1367
+ s
1368
+ 1
1369
+ /
1370
+ s
1371
+ 1
1372
+ w
1373
+ I
1374
+ 1ed
1375
+ M
1376
+ 1
1377
+ p
1378
+ 2
1379
+ x
1380
+ 9
1381
+ for_block
1382
+ t
1383
+ n
1384
+ x
1385
+ 33
1386
+ generate_bundler_executable_stubs
1387
+ i
1388
+ 54
1389
+ 57
1390
+ 19
1391
+ 0
1392
+ 15
1393
+ 20
1394
+ 0
1395
+ 45
1396
+ 0
1397
+ 1
1398
+ 13
1399
+ 71
1400
+ 2
1401
+ 47
1402
+ 9
1403
+ 34
1404
+ 47
1405
+ 49
1406
+ 3
1407
+ 0
1408
+ 13
1409
+ 21
1410
+ 2
1411
+ 2
1412
+ 1
1413
+ 7
1414
+ 4
1415
+ 64
1416
+ 47
1417
+ 49
1418
+ 5
1419
+ 3
1420
+ 15
1421
+ 8
1422
+ 44
1423
+ 21
1424
+ 2
1425
+ 2
1426
+ 1
1427
+ 7
1428
+ 4
1429
+ 64
1430
+ 49
1431
+ 2
1432
+ 3
1433
+ 5
1434
+ 48
1435
+ 6
1436
+ 49
1437
+ 7
1438
+ 1
1439
+ 49
1440
+ 8
1441
+ 1
1442
+ 11
1443
+ I
1444
+ 8
1445
+ I
1446
+ 1
1447
+ I
1448
+ 1
1449
+ I
1450
+ 1
1451
+ n
1452
+ p
1453
+ 9
1454
+ x
1455
+ 3
1456
+ ERB
1457
+ n
1458
+ x
1459
+ 3
1460
+ new
1461
+ x
1462
+ 8
1463
+ allocate
1464
+ s
1465
+ 1
1466
+ -
1467
+ x
1468
+ 10
1469
+ initialize
1470
+ x
1471
+ 7
1472
+ binding
1473
+ x
1474
+ 6
1475
+ result
1476
+ x
1477
+ 4
1478
+ puts
1479
+ p
1480
+ 5
1481
+ I
1482
+ 0
1483
+ I
1484
+ 4d
1485
+ I
1486
+ 4
1487
+ I
1488
+ 4e
1489
+ I
1490
+ 36
1491
+ x
1492
+ 67
1493
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/installer.rb
1494
+ p
1495
+ 1
1496
+ x
1497
+ 1
1498
+ f
1499
+ x
1500
+ 4
1501
+ open
1502
+ p
1503
+ 7
1504
+ I
1505
+ 0
1506
+ I
1507
+ 4b
1508
+ I
1509
+ 4
1510
+ I
1511
+ 4c
1512
+ I
1513
+ 13
1514
+ I
1515
+ 4d
1516
+ I
1517
+ 32
1518
+ x
1519
+ 67
1520
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/installer.rb
1521
+ p
1522
+ 1
1523
+ x
1524
+ 10
1525
+ executable
1526
+ x
1527
+ 4
1528
+ each
1529
+ p
1530
+ 11
1531
+ I
1532
+ 0
1533
+ I
1534
+ 46
1535
+ I
1536
+ 0
1537
+ I
1538
+ 47
1539
+ I
1540
+ 9
1541
+ I
1542
+ 48
1543
+ I
1544
+ 1f
1545
+ I
1546
+ 49
1547
+ I
1548
+ 2d
1549
+ I
1550
+ 4b
1551
+ I
1552
+ 38
1553
+ x
1554
+ 67
1555
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/installer.rb
1556
+ p
1557
+ 4
1558
+ x
1559
+ 4
1560
+ spec
1561
+ x
1562
+ 8
1563
+ bin_path
1564
+ x
1565
+ 8
1566
+ template
1567
+ x
1568
+ 21
1569
+ relative_gemfile_path
1570
+ p
1571
+ 9
1572
+ I
1573
+ 2
1574
+ I
1575
+ 6
1576
+ I
1577
+ d
1578
+ I
1579
+ c
1580
+ I
1581
+ 1b
1582
+ I
1583
+ 44
1584
+ I
1585
+ 1f
1586
+ I
1587
+ 46
1588
+ I
1589
+ 2d
1590
+ x
1591
+ 67
1592
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/installer.rb
1593
+ p
1594
+ 0
1595
+ x
1596
+ 13
1597
+ attach_method
1598
+ p
1599
+ 3
1600
+ I
1601
+ 2
1602
+ I
1603
+ 5
1604
+ I
1605
+ 1f
1606
+ x
1607
+ 67
1608
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/installer.rb
1609
+ p
1610
+ 0
1611
+ x
1612
+ 13
1613
+ attach_method
1614
+ p
1615
+ 7
1616
+ I
1617
+ 0
1618
+ I
1619
+ 1
1620
+ I
1621
+ 9
1622
+ I
1623
+ 2
1624
+ I
1625
+ 12
1626
+ I
1627
+ 4
1628
+ I
1629
+ 2e
1630
+ x
1631
+ 67
1632
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/installer.rb
1633
+ p
1634
+ 0