net_http_timeout_errors 0.3.4 → 0.3.5
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b9372241bffd0bf8bd4db6a8433c93e55c0271169e6027e98bc48217ff20da14
|
4
|
+
data.tar.gz: 232a190a91c2c03b1603238a1e5ae3510feac7503c897af17f937b9ed21c11ba
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4c626a3e3303fc35d27123dd9460933145e5443e0678ba4d972f17f892a9e76c8acd17f95c697ffdcefa42e0b9f0bd832c687d2f640cb9215d2c225db176d754
|
7
|
+
data.tar.gz: a025be30eaf3f2e53a9397d36dcf0b12443496dafad550d6056125ea0ffc447c7f89186143faae661836433b897f43fab8d33485779bc2d47f44648adae1345d
|
@@ -5,6 +5,12 @@ describe NetHttpTimeoutErrors, ".all" do
|
|
5
5
|
it "has some" do
|
6
6
|
assert_includes NetHttpTimeoutErrors.all, some_timeout_error
|
7
7
|
end
|
8
|
+
|
9
|
+
NetHttpTimeoutErrors.all.each do |e|
|
10
|
+
it "#{e} is a subclass of Exception" do
|
11
|
+
assert e < Exception
|
12
|
+
end
|
13
|
+
end
|
8
14
|
end
|
9
15
|
|
10
16
|
describe NetHttpTimeoutErrors, ".conflate" do
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: net_http_timeout_errors
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Henrik Nyh
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-03-
|
11
|
+
date: 2019-03-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|