bundler 1.13.2 → 1.13.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of bundler might be problematic. Click here for more details.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 177901039df31f7f5566686a174528c2a14de127
|
4
|
+
data.tar.gz: 0cabc0228980a453c6a88f10ff2c2f93480b2405
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4949ae5901cae37459e2574e220a61361ed62605e836d1fa15c057c75d4a1259c98ea118e034f8cbae474b7bc7bc953d6fbaf7ea899b35d47530229411a54eaf
|
7
|
+
data.tar.gz: b7406880fcd732e8421b9c2e53d9cc5c98d5eb75e3b9846bbcd7f2edfb38f1b660e13dc68f708a14bb9128a21e7932efc73f0b433bd19ae5ceace7303c9faff4
|
data/CHANGELOG.md
CHANGED
@@ -50,7 +50,7 @@ class Bundler::CompactIndexClient
|
|
50
50
|
mode = response.is_a?(Net::HTTPPartialContent) ? "a" : "w"
|
51
51
|
local_temp_path.open(mode) {|f| f << content }
|
52
52
|
|
53
|
-
response_etag = response["ETag"]
|
53
|
+
response_etag = response["ETag"].gsub(%r{\AW/}, "")
|
54
54
|
if etag_for(local_temp_path) == response_etag
|
55
55
|
FileUtils.mv(local_temp_path, local_path)
|
56
56
|
return
|
data/lib/bundler/version.rb
CHANGED
@@ -7,5 +7,5 @@ module Bundler
|
|
7
7
|
# We're doing this because we might write tests that deal
|
8
8
|
# with other versions of bundler and we are unsure how to
|
9
9
|
# handle this better.
|
10
|
-
VERSION = "1.13.
|
10
|
+
VERSION = "1.13.3" unless defined?(::Bundler::VERSION)
|
11
11
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bundler
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.13.
|
4
|
+
version: 1.13.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- André Arko
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date: 2016-
|
12
|
+
date: 2016-10-10 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: automatiek
|