Sha256: 3070100b6fc127263c449c645166e27516945ecdf44a0707c4ef29d6a10e8726

Contents?: true

Size: 903 Bytes

Versions: 9

Compression:

Stored size: 903 Bytes

Contents

$LOAD_PATH.unshift File.expand_path('../lib', __FILE__)
require 'net_http_ssl_fix/version'

Gem::Specification.new do |s|
  s.name          = 'net_http_ssl_fix'
  s.version       = NetHttpSslFix::VERSION
  s.summary       = 'Community-updated Net::HTTP certificate authority file hack. Very useful for authoring HTTP clients that must run on Ruby + Windows.'
  s.description   = 'Get rid of this lovely error for good, especially on Windows: `SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed`'
  s.authors       = ['Chris Peters']
  s.email         = 'chris@minimalorange.com'
  s.license       = 'MIT'
  s.homepage      = 'https://github.com/liveeditor/net_http_ssl_fix'

  s.files         = `git ls-files`.split("\n")
  s.require_paths = ['lib']

  s.add_development_dependency 'rake',  '~> 11.1.2'
  s.add_development_dependency 'rspec', '~> 3.4.0'
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
net_http_ssl_fix-0.0.10 net_http_ssl_fix.gemspec
net_http_ssl_fix-0.0.9 net_http_ssl_fix.gemspec
net_http_ssl_fix-0.0.8 net_http_ssl_fix.gemspec
net_http_ssl_fix-0.0.7 net_http_ssl_fix.gemspec
net_http_ssl_fix-0.0.6 net_http_ssl_fix.gemspec
net_http_ssl_fix-0.0.5 net_http_ssl_fix.gemspec
net_http_ssl_fix-0.0.4 net_http_ssl_fix.gemspec
net_http_ssl_fix-0.0.3 net_http_ssl_fix.gemspec
net_http_ssl_fix-0.0.2 net_http_ssl_fix.gemspec