excon 0.100.0 → 0.102.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 36d4f018993652e0fc319db1bcc9f5e110e078b2f4c4b9e5cdda05397df976a5
4
- data.tar.gz: ede827bdaf181b9ad1782e3f78980b60afdc9ef6f0210729323e15d1bc0ea995
3
+ metadata.gz: b6ab8715baecf14b93b80aed8163921754a6bf0c039848ac7786c424a72b0e2c
4
+ data.tar.gz: 24ac9a7ced3152d1602195b621740538c7971c1230d097ac486e9d15c46df7c9
5
5
  SHA512:
6
- metadata.gz: 6dbd78b067f63b71194600382eafa8ec1f401f02b95a766ee7999b43d584d0e157951982111b2d0b2f565ae4f6eb99986a24b7304ce810f4827775088696b3b5
7
- data.tar.gz: b686e5e7f5870a8491a37181f4f6122d784b6695177262531b3b6176a16f17e5a2dfb71ce0a1e460a56c108d1608f4f42e0c4aca743cdabfc7e19e973e797531
6
+ metadata.gz: e9008b3908e7456484de7f19c12c9fea508f10482217cdb644d41455e0e3ba7db908466185b3ef12215ce67921419d2522c1941c561fbc840c90d902283676cc
7
+ data.tar.gz: 3b6cea55ab8e31079a36e9843aafe4786e8d73a340d17f87d8815c23fe77b3f7939ebf7f4f1b15084b6445fa404ae63eb6aa0a532cc99ad160a7dc1234285779
data/lib/excon/socket.rb CHANGED
@@ -62,7 +62,7 @@ module Excon
62
62
  end
63
63
 
64
64
  def readline
65
- if @nonblock && RUBY_VERSION.to_f > 1.8_7
65
+ if @nonblock
66
66
  result = String.new
67
67
  block = @read_buffer
68
68
  @read_buffer = String.new
@@ -42,7 +42,6 @@ module Excon
42
42
  if RUBY_PLATFORM == 'java'
43
43
  @pid, @write, @read, @error = IO.popen4(*args)
44
44
  else
45
- GC.disable if RUBY_VERSION < '1.9'
46
45
  @pid, @write, @read, @error = Open4.popen4(*args)
47
46
  end
48
47
  @started_at = Time.now
@@ -57,7 +56,6 @@ module Excon
57
56
  Process.kill('USR1', pid)
58
57
  else
59
58
  Process.kill(9, pid)
60
- GC.enable if RUBY_VERSION < '1.9'
61
59
  Process.wait(pid)
62
60
  end
63
61
 
data/lib/excon/version.rb CHANGED
@@ -1,4 +1,5 @@
1
1
  # frozen_string_literal: true
2
+
2
3
  module Excon
3
- VERSION = '0.100.0'
4
+ VERSION = '0.102.0'
4
5
  end
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.100.0
4
+ version: 0.102.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - dpiddy (Dan Peterson)
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2023-06-06 00:00:00.000000000 Z
13
+ date: 2023-08-23 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rspec
@@ -251,7 +251,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
251
251
  - !ruby/object:Gem::Version
252
252
  version: '0'
253
253
  requirements: []
254
- rubygems_version: 3.4.13
254
+ rubygems_version: 3.3.26
255
255
  signing_key:
256
256
  specification_version: 4
257
257
  summary: speed, persistence, http(s)