bundler 1.12.5 → 1.12.6

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.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6879f22286c10e34a40f3287efd41ac222878fb2
4
- data.tar.gz: a6fac6da4a88d86e8e4d7a34b39a350b0a961cff
3
+ metadata.gz: 0c10825a6dd36d796dc657a6f8039afd96a38916
4
+ data.tar.gz: f217a886e84362517e629c0b21f0df9b2f16d69a
5
5
  SHA512:
6
- metadata.gz: ffb3c32b1c28b5e68f8fb169a1b2ff2d92aad3cc37686903c1342900941253e0f6ad8a165677905f8dffc4d7261ca05c6cd61b7c7343cac6956b908b309395fc
7
- data.tar.gz: 9e6e9598a0487349a7e33de0b30ac79eaa8596ad94b94b51c4d05241d8e7effede9037e5f7954ceac79b17aa64f5be7dcbed358a90040ca77719dd7a7fea3efd
6
+ metadata.gz: bf6f7073d9cbbc8e7b1bf3c4af411f8c5b4e6c858844d8e6af912b92a10f15429ca7bbf2a03873467abbd35030418187c85567da76b558889b85a10e1ae937b4
7
+ data.tar.gz: 44847eb36667f9634b5874dad78b3bce84f827a6156d27dbc1c2fd5d6203bc1d1ee7dd6ca8a13f8d3f81990c9a38246b6ec19504df737fef4b37cd84e71ed026
@@ -1,3 +1,8 @@
1
+ ## 1.12.6 (2016-10-10)
2
+
3
+ Bugfixes:
4
+ - add support for weak etags to the new index (@segiddins)
5
+
1
6
  ## 1.12.5 (2016-05-25)
2
7
 
3
8
  Bugfixes:
@@ -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
@@ -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.12.5" unless defined?(::Bundler::VERSION)
10
+ VERSION = "1.12.6" 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.12.5
4
+ version: 1.12.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - André Arko
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: exe
13
13
  cert_chain: []
14
- date: 2016-05-25 00:00:00.000000000 Z
14
+ date: 2016-10-10 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: automatiek
@@ -353,9 +353,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
353
353
  version: 1.3.6
354
354
  requirements: []
355
355
  rubyforge_project:
356
- rubygems_version: 2.6.4
356
+ rubygems_version: 2.6.7
357
357
  signing_key:
358
358
  specification_version: 4
359
359
  summary: The best way to manage your application's dependencies
360
360
  test_files: []
361
- has_rdoc: