watir-performance 0.9.1 → 0.9.2
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 +4 -4
- data/Gemfile.lock +14 -14
- data/README.rdoc +1 -0
- data/VERSION +1 -1
- data/watir-performance.gemspec +4 -4
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ebfe7aa608f92bba63ddfeb27f2813b7622d12c24e16437da69b1e7fb1360401
|
|
4
|
+
data.tar.gz: 3966369d542a6e907208a4a079255f403ec801dbd089b3ef3a2258f8c681c2b1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8243c5f415aa1d00f673ea5c1e92c7b932f75327f8f95e93c5e72d2636855f8a56b8636e90e25b56a09b9d4f5c559e80ff995c11215e337706d52de55ede0701
|
|
7
|
+
data.tar.gz: 1bb208d3cfb5944994b484e271858753e610b9e98a90664065bd950ebc7bf9f4befab64ff4ab769283fa5db523539870ed6e744cf94eebaa4ed7dc0df8525418
|
data/Gemfile.lock
CHANGED
|
@@ -8,7 +8,7 @@ GEM
|
|
|
8
8
|
tzinfo (~> 1.1)
|
|
9
9
|
addressable (2.4.0)
|
|
10
10
|
builder (3.2.3)
|
|
11
|
-
childprocess (
|
|
11
|
+
childprocess (2.0.0)
|
|
12
12
|
rake (< 13.0)
|
|
13
13
|
concurrent-ruby (1.1.5)
|
|
14
14
|
descendants_tracker (0.0.4)
|
|
@@ -39,14 +39,14 @@ GEM
|
|
|
39
39
|
rake
|
|
40
40
|
rdoc
|
|
41
41
|
semver2
|
|
42
|
-
jwt (2.1
|
|
42
|
+
jwt (2.2.1)
|
|
43
43
|
mime-types (2.99.3)
|
|
44
44
|
mini_portile2 (2.4.0)
|
|
45
45
|
minitest (5.11.3)
|
|
46
46
|
multi_json (1.13.1)
|
|
47
47
|
multi_xml (0.6.0)
|
|
48
48
|
multipart-post (2.1.1)
|
|
49
|
-
nokogiri (1.10.
|
|
49
|
+
nokogiri (1.10.4)
|
|
50
50
|
mini_portile2 (~> 2.4.0)
|
|
51
51
|
oauth2 (1.4.1)
|
|
52
52
|
faraday (>= 0.8, < 0.16.0)
|
|
@@ -56,25 +56,25 @@ GEM
|
|
|
56
56
|
rack (>= 1.2, < 3)
|
|
57
57
|
psych (3.1.0)
|
|
58
58
|
rack (2.0.7)
|
|
59
|
-
rake (12.3.
|
|
60
|
-
rdoc (6.
|
|
61
|
-
regexp_parser (1.
|
|
59
|
+
rake (12.3.3)
|
|
60
|
+
rdoc (6.2.0)
|
|
61
|
+
regexp_parser (1.6.0)
|
|
62
62
|
rspec (3.8.0)
|
|
63
63
|
rspec-core (~> 3.8.0)
|
|
64
64
|
rspec-expectations (~> 3.8.0)
|
|
65
65
|
rspec-mocks (~> 3.8.0)
|
|
66
|
-
rspec-core (3.8.
|
|
66
|
+
rspec-core (3.8.2)
|
|
67
67
|
rspec-support (~> 3.8.0)
|
|
68
|
-
rspec-expectations (3.8.
|
|
68
|
+
rspec-expectations (3.8.4)
|
|
69
69
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
70
70
|
rspec-support (~> 3.8.0)
|
|
71
|
-
rspec-mocks (3.8.
|
|
71
|
+
rspec-mocks (3.8.1)
|
|
72
72
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
73
73
|
rspec-support (~> 3.8.0)
|
|
74
|
-
rspec-support (3.8.
|
|
75
|
-
rubyzip (1.2.
|
|
76
|
-
selenium-webdriver (3.142.
|
|
77
|
-
childprocess (>= 0.5, <
|
|
74
|
+
rspec-support (3.8.2)
|
|
75
|
+
rubyzip (1.2.4)
|
|
76
|
+
selenium-webdriver (3.142.4)
|
|
77
|
+
childprocess (>= 0.5, < 3.0)
|
|
78
78
|
rubyzip (~> 1.2, >= 1.2.2)
|
|
79
79
|
semver2 (3.4.2)
|
|
80
80
|
thread_safe (0.3.6)
|
|
@@ -102,4 +102,4 @@ DEPENDENCIES
|
|
|
102
102
|
webdrivers (~> 3.0)
|
|
103
103
|
|
|
104
104
|
BUNDLED WITH
|
|
105
|
-
2.0.
|
|
105
|
+
2.0.2
|
data/README.rdoc
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
{<img src="https://badge.fury.io/rb/watir-performance.svg" alt="Gem Version" />}[https://badge.fury.io/rb/watir-performance]
|
|
4
4
|
{<img src="https://api.codeclimate.com/v1/badges/ce9c9de5e6146dedab27/maintainability" />}[https://codeclimate.com/github/MacCracken/watir-performance/maintainability]
|
|
5
|
+
{<img src="https://api.codacy.com/project/badge/Grade/fc700f21a3f446fc8f3b3c2aca400430" alt="Codacy code quality" />}[https://www.codacy.com/manual/MacCracken/watir-performance?utm_source=github.com&utm_medium=referral&utm_content=MacCracken/watir-performance&utm_campaign=Badge_Grade]
|
|
5
6
|
{<img src="https://travis-ci.org/MacCracken/watir-performance.svg?branch=master" alt="Build Status" />}[https://travis-ci.org/MacCracken/watir-performance]
|
|
6
7
|
|
|
7
8
|
Successor to 90kts:watir-webdriver-performance[https://github.com/90kts/watir-webdriver-performance] for Watir as opposed to watir-webdriver.
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.9.
|
|
1
|
+
0.9.2
|
data/watir-performance.gemspec
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: watir-performance 0.9.
|
|
5
|
+
# stub: watir-performance 0.9.2 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "watir-performance".freeze
|
|
9
|
-
s.version = "0.9.
|
|
9
|
+
s.version = "0.9.2"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new("~> 3.0".freeze) if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib".freeze]
|
|
13
13
|
s.authors = ["Robert MacCracken".freeze, "Tim Koopmans".freeze]
|
|
14
|
-
s.date = "2019-
|
|
14
|
+
s.date = "2019-09-10"
|
|
15
15
|
s.description = "This gem collects and summarises metrics speficied in the W3C Navigation web performance specifications at http://w3c-test.org/webperf/specs/NavigationTiming/ when using watir and a compatible browser".freeze
|
|
16
16
|
s.email = ["robert.maccracken@gmail.com".freeze, "tim.koops@gmail.com".freeze]
|
|
17
17
|
s.extra_rdoc_files = [
|
|
@@ -41,7 +41,7 @@ Gem::Specification.new do |s|
|
|
|
41
41
|
s.homepage = "http://github.com/MacCracken/watir-performance".freeze
|
|
42
42
|
s.licenses = ["MIT".freeze]
|
|
43
43
|
s.required_ruby_version = Gem::Requirement.new(">= 2.3.0".freeze)
|
|
44
|
-
s.rubygems_version = "3.0.
|
|
44
|
+
s.rubygems_version = "3.0.6".freeze
|
|
45
45
|
s.summary = "A simple helper gem for watir performance metrics".freeze
|
|
46
46
|
|
|
47
47
|
if s.respond_to? :specification_version then
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: watir-performance
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Robert MacCracken
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2019-
|
|
12
|
+
date: 2019-09-10 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: watir
|
|
@@ -172,7 +172,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
172
172
|
- !ruby/object:Gem::Version
|
|
173
173
|
version: '3.0'
|
|
174
174
|
requirements: []
|
|
175
|
-
rubygems_version: 3.0.
|
|
175
|
+
rubygems_version: 3.0.6
|
|
176
176
|
signing_key:
|
|
177
177
|
specification_version: 4
|
|
178
178
|
summary: A simple helper gem for watir performance metrics
|