rspec-webservice_matchers 4.4.2 → 4.4.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/HISTORY.md +11 -0
- data/lib/rspec/webservice_matchers/be_fast.rb +1 -1
- data/lib/rspec/webservice_matchers/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 10922f68985209c2dfb8f08ff3a6269ce8724b4c
|
4
|
+
data.tar.gz: 4cca8e7182f75db36d5a3acb005cf203a39dc1df
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e3752edb32f97200ab11577f196986c732f96987652d93dd4b2e29ad96e931d31e5e8f0cf81781f0bb9c6311c4cc91f0f4b7c067256c6852d6d265ab3649526a
|
7
|
+
data.tar.gz: be33eefe6233553fd30fec273a086b1aea04d798d9e01b60004f42a905cc30204682ac988ef88476f678c584c0fed2c063403de3c816c7581f94daf3bf0e11af
|
data/HISTORY.md
CHANGED
@@ -1,3 +1,14 @@
|
|
1
|
+
4.4.3
|
2
|
+
-----
|
3
|
+
Changed the Google PageSpeed Insights threshold to 85, the value for
|
4
|
+
"performing well": https://developers.google.com/speed/docs/insights/about
|
5
|
+
|
6
|
+
4.4.2
|
7
|
+
-----
|
8
|
+
Bug fix for `http://cars.com`. Using net-http now for most operations. Excon
|
9
|
+
would return a redirect to `https://cars.com:80`, which would lock up and never
|
10
|
+
return. Not sure what exactly triggered this, but switching adapters solved it.
|
11
|
+
|
1
12
|
4.4.1
|
2
13
|
-----
|
3
14
|
Reduced the timeouts to 5 seconds.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rspec-webservice_matchers
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.4.
|
4
|
+
version: 4.4.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Robb Shecter
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-03-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|