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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fdd366668419982943106174c9013413cae007fa
4
- data.tar.gz: 4bb2afb6be3c0422a3190cb538bca5779ce8b411
3
+ metadata.gz: 10922f68985209c2dfb8f08ff3a6269ce8724b4c
4
+ data.tar.gz: 4cca8e7182f75db36d5a3acb005cf203a39dc1df
5
5
  SHA512:
6
- metadata.gz: 9f427e384c3daa052bc2e126c1201359168a177b3f9d08b2c8df5ff73631ba239fa15319389c2f4fbfc2afe4f3a714a9e870e0ccc9c5716be8c9285b6c2e5ec7
7
- data.tar.gz: 662377a89e4f33745552936d2ec19b7a3dbb1ad5868466594018a3fcc3d01751723f6d1ba612d7f3ece046f8d9b7f6f7b77078c60ec0c98812fde981d4813750
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.
@@ -30,7 +30,7 @@ module RSpec
30
30
 
31
31
  match do |url|
32
32
  score = BeFast.page_speed_score(url: url)
33
- score >= 90
33
+ score >= 85
34
34
  end
35
35
 
36
36
  failure_message do
@@ -1,5 +1,5 @@
1
1
  module RSpec
2
2
  module WebserviceMatchers
3
- VERSION = '4.4.2'
3
+ VERSION = '4.4.3'
4
4
  end
5
5
  end
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.2
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-02-29 00:00:00.000000000 Z
11
+ date: 2016-03-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler