bundler 1.0.0.beta.3 → 1.0.0.beta.4

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.

@@ -588,7 +588,7 @@ module Bundler
588
588
  in_cache { git %|fetch --force --quiet "#{uri}" refs/heads/*:refs/heads/*| }
589
589
  else
590
590
  Bundler.ui.info "Fetching #{uri}"
591
- Bundler.mkdir_p(cache_path.dirname)
591
+ FileUtils.mkdir_p(cache_path.dirname)
592
592
  git %|clone "#{uri}" "#{cache_path}" --bare --no-hardlinks|
593
593
  end
594
594
  end
@@ -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.beta.3" unless defined?(::Bundler::VERSION)
5
+ VERSION = "1.0.0.beta.4" unless defined?(::Bundler::VERSION)
6
6
  end
metadata CHANGED
@@ -1,14 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bundler
3
3
  version: !ruby/object:Gem::Version
4
+ hash: 62196363
4
5
  prerelease: true
5
6
  segments:
6
7
  - 1
7
8
  - 0
8
9
  - 0
9
10
  - beta
10
- - 3
11
- version: 1.0.0.beta.3
11
+ - 4
12
+ version: 1.0.0.beta.4
12
13
  platform: ruby
13
14
  authors:
14
15
  - Carl Lerche
@@ -29,6 +30,7 @@ dependencies:
29
30
  requirements:
30
31
  - - ">="
31
32
  - !ruby/object:Gem::Version
33
+ hash: 3
32
34
  segments:
33
35
  - 0
34
36
  version: "0"
@@ -110,6 +112,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
110
112
  requirements:
111
113
  - - ">="
112
114
  - !ruby/object:Gem::Version
115
+ hash: 3
113
116
  segments:
114
117
  - 0
115
118
  version: "0"
@@ -118,6 +121,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
118
121
  requirements:
119
122
  - - ">="
120
123
  - !ruby/object:Gem::Version
124
+ hash: 23
121
125
  segments:
122
126
  - 1
123
127
  - 3