excon 0.27.5 → 0.27.6

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of excon might be problematic. Click here for more details.

@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- excon (0.27.5)
4
+ excon (0.27.6)
5
5
 
6
6
  GEM
7
7
  remote: http://rubygems.org/
@@ -1,3 +1,8 @@
1
+ 0.27.6 10/15/2013
2
+ =================
3
+
4
+ warn, but no longer mutate params during validation
5
+
1
6
  0.27.5 10/14/2013
2
7
  =================
3
8
 
@@ -13,8 +13,8 @@ Gem::Specification.new do |s|
13
13
  ## If your rubyforge_project name is different, then edit it and comment out
14
14
  ## the sub! line in the Rakefile
15
15
  s.name = 'excon'
16
- s.version = '0.27.5'
17
- s.date = '2013-10-14'
16
+ s.version = '0.27.6'
17
+ s.date = '2013-10-15'
18
18
  s.rubyforge_project = 'excon'
19
19
 
20
20
  ## Make sure your summary is short. The description may be as long
@@ -365,8 +365,9 @@ module Excon
365
365
  invalid_keys = params.keys - valid_keys
366
366
  unless invalid_keys.empty?
367
367
  Excon.display_warning("Invalid Excon #{validation} keys: #{invalid_keys.map(&:inspect).join(', ')}\n#{ caller.join("\n") }")
368
- params = params.dup
369
- invalid_keys.each {|key| params.delete(key) }
368
+ # FIXME: for now, just warn, don't mutate, give things (ie fog) a chance to catch up
369
+ #params = params.dup
370
+ #invalid_keys.each {|key| params.delete(key) }
370
371
  end
371
372
  params
372
373
  end
@@ -1,6 +1,6 @@
1
1
  module Excon
2
2
 
3
- VERSION = '0.27.5'
3
+ VERSION = '0.27.6'
4
4
 
5
5
  CR_NL = "\r\n"
6
6
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: excon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.27.5
4
+ version: 0.27.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2013-10-14 00:00:00.000000000 Z
14
+ date: 2013-10-15 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: activesupport
@@ -244,7 +244,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
244
244
  version: '0'
245
245
  segments:
246
246
  - 0
247
- hash: -4165202606789570429
247
+ hash: 748587891276058241
248
248
  required_rubygems_version: !ruby/object:Gem::Requirement
249
249
  none: false
250
250
  requirements: