speedos 0.0.1 → 0.0.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/speedos.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 917a462f4729c5e444d6f367e9b5aca2fd20b92a
|
|
4
|
+
data.tar.gz: 8a6387321c6951c7c596b3cd4a2eb2ce725a378f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a45221d855741ec1724b775fd26f7c3fc0d8da341a96ca9cf9993feb17b728ea84a02368dcb961ce141bfb9516e9b0eb2cf7d66209bd0c4378256cf451da623c
|
|
7
|
+
data.tar.gz: e85f03429986e9b1dca28ff41d16aa65a736ae641f91b1eb77d2a9a879071bea227693f919c26ace8449ffd5b0f79374c89b7f73ec7aae1113ff30cd14bc5b97
|
data/speedos.gemspec
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
Gem::Specification.new do |gem|
|
|
2
2
|
gem.authors = ['SimplyBusiness']
|
|
3
3
|
gem.email = ['peter.wu@xbridge.com']
|
|
4
|
-
gem.description = %q{
|
|
4
|
+
gem.description = %q{Incorporates BrowserMob and Capybara(selenium) to run front-end tests and capture performance information}
|
|
5
5
|
gem.summary = %q{Speedos incorporates BrowserMob Proxy along with Capybara, recording the web traffic and time taken to load all elements on each of the pages within a user journey. The aim is to identify any performance related issues, such as specific items that take a long time to load on page.}
|
|
6
6
|
gem.homepage = %q{https://github.com/simplybusiness/speedos}
|
|
7
7
|
|
|
8
8
|
gem.files = `git ls-files`.split($\)
|
|
9
9
|
gem.name = 'speedos'
|
|
10
10
|
gem.require_paths = ['lib']
|
|
11
|
-
gem.version = "0.0.
|
|
11
|
+
gem.version = "0.0.2"
|
|
12
12
|
gem.executables = 'speedos'
|
|
13
13
|
gem.license = 'MIT'
|
|
14
14
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: speedos
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- SimplyBusiness
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-07-
|
|
11
|
+
date: 2013-07-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: mongoid
|
|
@@ -136,7 +136,7 @@ dependencies:
|
|
|
136
136
|
- - '='
|
|
137
137
|
- !ruby/object:Gem::Version
|
|
138
138
|
version: 1.0.1
|
|
139
|
-
description:
|
|
139
|
+
description: Incorporates BrowserMob and Capybara(selenium) to run front-end tests
|
|
140
140
|
and capture performance information
|
|
141
141
|
email:
|
|
142
142
|
- peter.wu@xbridge.com
|