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
@@ -2,5 +2,5 @@ module Bundler
2
2
  # We're doing this because we might write tests that deal
3
3
  # with other versions of bundler and we are unsure how to
4
4
  # handle this better.
5
- VERSION = "1.0.0.rc.3" unless defined?(::Bundler::VERSION)
5
+ VERSION = "1.0.0.rc.5" unless defined?(::Bundler::VERSION)
6
6
  end
@@ -0,0 +1,175 @@
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
+ 48
70
+ 5
71
+ 66
72
+ 26
73
+ 93
74
+ 0
75
+ 15
76
+ 29
77
+ 21
78
+ 0
79
+ 44
80
+ 43
81
+ 0
82
+ 7
83
+ 1
84
+ 3
85
+ 98
86
+ 2
87
+ 3
88
+ 30
89
+ 8
90
+ 27
91
+ 25
92
+ 92
93
+ 0
94
+ 27
95
+ 8
96
+ 32
97
+ 15
98
+ 7
99
+ 3
100
+ 8
101
+ 33
102
+ 1
103
+ 9
104
+ 38
105
+ 1
106
+ 8
107
+ 47
108
+ 65
109
+ 7
110
+ 1
111
+ 7
112
+ 4
113
+ 64
114
+ 49
115
+ 5
116
+ 2
117
+ 11
118
+ I
119
+ 4
120
+ I
121
+ 0
122
+ I
123
+ 0
124
+ I
125
+ 0
126
+ n
127
+ p
128
+ 6
129
+ x
130
+ 7
131
+ Bundler
132
+ x
133
+ 7
134
+ VERSION
135
+ x
136
+ 22
137
+ vm_const_defined_under
138
+ s
139
+ 8
140
+ constant
141
+ s
142
+ 10
143
+ 1.0.0.rc.4
144
+ x
145
+ 9
146
+ const_set
147
+ p
148
+ 3
149
+ I
150
+ 2
151
+ I
152
+ 5
153
+ I
154
+ 30
155
+ x
156
+ 65
157
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/version.rb
158
+ p
159
+ 0
160
+ x
161
+ 13
162
+ attach_method
163
+ p
164
+ 3
165
+ I
166
+ 0
167
+ I
168
+ 1
169
+ I
170
+ 1c
171
+ x
172
+ 65
173
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/version.rb
174
+ p
175
+ 0
metadata CHANGED
@@ -7,8 +7,8 @@ version: !ruby/object:Gem::Version
7
7
  - 0
8
8
  - 0
9
9
  - rc
10
- - 3
11
- version: 1.0.0.rc.3
10
+ - 5
11
+ version: 1.0.0.rc.5
12
12
  platform: ruby
13
13
  authors:
14
14
  - Carl Lerche
@@ -18,13 +18,14 @@ autorequire:
18
18
  bindir: bin
19
19
  cert_chain: []
20
20
 
21
- date: 2010-08-03 00:00:00 -07:00
21
+ date: 2010-08-10 00:00:00 -07:00
22
22
  default_executable:
23
23
  dependencies:
24
24
  - !ruby/object:Gem::Dependency
25
25
  name: rspec
26
26
  prerelease: false
27
27
  requirement: &id001 !ruby/object:Gem::Requirement
28
+ none: false
28
29
  requirements:
29
30
  - - ">="
30
31
  - !ruby/object:Gem::Version
@@ -44,49 +45,107 @@ extra_rdoc_files: []
44
45
 
45
46
  files:
46
47
  - bin/bundle
48
+ - bin/bundle.compiled.rbc
49
+ - lib/bundler/capistrano.rb
47
50
  - lib/bundler/cli.rb
51
+ - lib/bundler/cli.rbc
48
52
  - lib/bundler/definition.rb
53
+ - lib/bundler/definition.rbc
49
54
  - lib/bundler/dependency.rb
55
+ - lib/bundler/dependency.rbc
50
56
  - lib/bundler/dsl.rb
57
+ - lib/bundler/dsl.rbc
51
58
  - lib/bundler/environment.rb
59
+ - lib/bundler/environment.rbc
60
+ - lib/bundler/gem_helper.rb
52
61
  - lib/bundler/graph.rb
53
62
  - lib/bundler/index.rb
63
+ - lib/bundler/index.rbc
54
64
  - lib/bundler/installer.rb
65
+ - lib/bundler/installer.rbc
55
66
  - lib/bundler/lazy_specification.rb
67
+ - lib/bundler/lazy_specification.rbc
56
68
  - lib/bundler/lockfile_parser.rb
69
+ - lib/bundler/lockfile_parser.rbc
57
70
  - lib/bundler/remote_specification.rb
71
+ - lib/bundler/remote_specification.rbc
58
72
  - lib/bundler/resolver.rb
73
+ - lib/bundler/resolver.rbc
59
74
  - lib/bundler/rubygems_ext.rb
75
+ - lib/bundler/rubygems_ext.rbc
60
76
  - lib/bundler/runtime.rb
77
+ - lib/bundler/runtime.rbc
61
78
  - lib/bundler/settings.rb
79
+ - lib/bundler/settings.rbc
62
80
  - lib/bundler/setup.rb
63
81
  - lib/bundler/shared_helpers.rb
82
+ - lib/bundler/shared_helpers.rbc
64
83
  - lib/bundler/source.rb
84
+ - lib/bundler/source.rbc
65
85
  - lib/bundler/spec_set.rb
86
+ - lib/bundler/spec_set.rbc
66
87
  - lib/bundler/templates/Executable
67
88
  - lib/bundler/templates/Gemfile
89
+ - lib/bundler/templates/newgem/Gemfile.tt
90
+ - lib/bundler/templates/newgem/gitignore.tt
91
+ - lib/bundler/templates/newgem/lib/newgem/version.rb.tt
92
+ - lib/bundler/templates/newgem/lib/newgem.rb.tt
93
+ - lib/bundler/templates/newgem/newgem.gemspec.tt
94
+ - lib/bundler/templates/newgem/Rakefile.tt
68
95
  - lib/bundler/ui.rb
96
+ - lib/bundler/ui.rbc
97
+ - lib/bundler/vendor/thor/actions/create_file.rb
98
+ - lib/bundler/vendor/thor/actions/create_file.rbc
99
+ - lib/bundler/vendor/thor/actions/directory.rb
100
+ - lib/bundler/vendor/thor/actions/directory.rbc
101
+ - lib/bundler/vendor/thor/actions/empty_directory.rb
102
+ - lib/bundler/vendor/thor/actions/empty_directory.rbc
103
+ - lib/bundler/vendor/thor/actions/file_manipulation.rb
104
+ - lib/bundler/vendor/thor/actions/file_manipulation.rbc
105
+ - lib/bundler/vendor/thor/actions/inject_into_file.rb
106
+ - lib/bundler/vendor/thor/actions/inject_into_file.rbc
107
+ - lib/bundler/vendor/thor/actions.rb
108
+ - lib/bundler/vendor/thor/actions.rbc
69
109
  - lib/bundler/vendor/thor/base.rb
110
+ - lib/bundler/vendor/thor/base.rbc
70
111
  - lib/bundler/vendor/thor/core_ext/file_binary_read.rb
112
+ - lib/bundler/vendor/thor/core_ext/file_binary_read.rbc
71
113
  - lib/bundler/vendor/thor/core_ext/hash_with_indifferent_access.rb
114
+ - lib/bundler/vendor/thor/core_ext/hash_with_indifferent_access.rbc
72
115
  - lib/bundler/vendor/thor/core_ext/ordered_hash.rb
116
+ - lib/bundler/vendor/thor/core_ext/ordered_hash.rbc
73
117
  - lib/bundler/vendor/thor/error.rb
118
+ - lib/bundler/vendor/thor/error.rbc
74
119
  - lib/bundler/vendor/thor/invocation.rb
120
+ - lib/bundler/vendor/thor/invocation.rbc
75
121
  - lib/bundler/vendor/thor/parser/argument.rb
122
+ - lib/bundler/vendor/thor/parser/argument.rbc
76
123
  - lib/bundler/vendor/thor/parser/arguments.rb
124
+ - lib/bundler/vendor/thor/parser/arguments.rbc
77
125
  - lib/bundler/vendor/thor/parser/option.rb
126
+ - lib/bundler/vendor/thor/parser/option.rbc
78
127
  - lib/bundler/vendor/thor/parser/options.rb
128
+ - lib/bundler/vendor/thor/parser/options.rbc
79
129
  - lib/bundler/vendor/thor/parser.rb
130
+ - lib/bundler/vendor/thor/parser.rbc
80
131
  - lib/bundler/vendor/thor/shell/basic.rb
132
+ - lib/bundler/vendor/thor/shell/basic.rbc
81
133
  - lib/bundler/vendor/thor/shell/color.rb
134
+ - lib/bundler/vendor/thor/shell/color.rbc
82
135
  - lib/bundler/vendor/thor/shell/html.rb
83
136
  - lib/bundler/vendor/thor/shell.rb
137
+ - lib/bundler/vendor/thor/shell.rbc
84
138
  - lib/bundler/vendor/thor/task.rb
139
+ - lib/bundler/vendor/thor/task.rbc
85
140
  - lib/bundler/vendor/thor/util.rb
141
+ - lib/bundler/vendor/thor/util.rbc
86
142
  - lib/bundler/vendor/thor/version.rb
87
143
  - lib/bundler/vendor/thor.rb
144
+ - lib/bundler/vendor/thor.rbc
88
145
  - lib/bundler/version.rb
146
+ - lib/bundler/version.rbc
89
147
  - lib/bundler.rb
148
+ - lib/bundler.rbc
90
149
  - LICENSE
91
150
  - README.md
92
151
  - ROADMAP.md
@@ -102,6 +161,7 @@ rdoc_options: []
102
161
  require_paths:
103
162
  - lib
104
163
  required_ruby_version: !ruby/object:Gem::Requirement
164
+ none: false
105
165
  requirements:
106
166
  - - ">="
107
167
  - !ruby/object:Gem::Version
@@ -109,6 +169,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
109
169
  - 0
110
170
  version: "0"
111
171
  required_rubygems_version: !ruby/object:Gem::Requirement
172
+ none: false
112
173
  requirements:
113
174
  - - ">="
114
175
  - !ruby/object:Gem::Version
@@ -120,7 +181,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
120
181
  requirements: []
121
182
 
122
183
  rubyforge_project: bundler
123
- rubygems_version: 1.3.6
184
+ rubygems_version: 1.3.7
124
185
  signing_key:
125
186
  specification_version: 3
126
187
  summary: The best way to manage your application's dependencies