excon 0.25.0 → 0.25.1

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.

data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- excon (0.25.0)
4
+ excon (0.25.1)
5
5
 
6
6
  GEM
7
7
  remote: http://rubygems.org/
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  excon
2
2
  =====
3
3
 
4
- Http(s) EXtended CONnections
4
+ Usable, fast, simple Ruby HTTP 1.0
5
5
 
6
6
  [![Build Status](https://secure.travis-ci.org/geemus/excon.png)](http://travis-ci.org/geemus/excon)
7
7
  [![Dependency Status](https://gemnasium.com/geemus/excon.png)](https://gemnasium.com/geemus/excon)
data/changelog.txt CHANGED
@@ -1,3 +1,9 @@
1
+ 0.25.1 07/01/2013
2
+ =================
3
+
4
+ fix for jruby ssl
5
+ more explicit description in docs
6
+
1
7
  0.25.0 06/20/2013
2
8
  =================
3
9
 
data/excon.gemspec CHANGED
@@ -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.25.0'
17
- s.date = '2013-06-20'
16
+ s.version = '0.25.1'
17
+ s.date = '2013-07-02'
18
18
  s.rubyforge_project = 'excon'
19
19
 
20
20
  ## Make sure your summary is short. The description may be as long
@@ -77,7 +77,7 @@ module Excon
77
77
  :write_timeout
78
78
  ]
79
79
 
80
- VERSION = '0.25.0'
80
+ VERSION = '0.25.1'
81
81
 
82
82
  unless ::IO.const_defined?(:WaitReadable)
83
83
  class ::IO
@@ -20,7 +20,7 @@ module Excon
20
20
  ssl_context.ca_file = @data[:ssl_ca_file]
21
21
  else # attempt default, fallback to bundled
22
22
  ssl_context.cert_store = OpenSSL::X509::Store.new
23
- if File.exists?(OpenSSL::Config::DEFAULT_CONFIG_FILE)
23
+ if !defined?(OpenSSL::Config::DEFAULT_CONFIG_FILE) || File.exists?(OpenSSL::Config::DEFAULT_CONFIG_FILE)
24
24
  ssl_context.cert_store.set_default_paths
25
25
  else
26
26
  ssl_context.cert_store.add_file(DEFAULT_CA_FILE)
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.25.0
4
+ version: 0.25.1
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-06-20 00:00:00.000000000 Z
14
+ date: 2013-07-02 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: activesupport
@@ -235,7 +235,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
235
235
  version: '0'
236
236
  segments:
237
237
  - 0
238
- hash: 1571112237803767338
238
+ hash: -1836858691411277981
239
239
  required_rubygems_version: !ruby/object:Gem::Requirement
240
240
  none: false
241
241
  requirements: