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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/speedos.gemspec +2 -2
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6091d26639cdfd952252c65bcc869c3d8d0dcdf5
4
- data.tar.gz: 844e13df23e11dc9b9ed5c1d7aff2eb6cc5a61d7
3
+ metadata.gz: 917a462f4729c5e444d6f367e9b5aca2fd20b92a
4
+ data.tar.gz: 8a6387321c6951c7c596b3cd4a2eb2ce725a378f
5
5
  SHA512:
6
- metadata.gz: 42b8294b4404ea840e51d4746b3eed66c77d42aa4d4cf9249923d39fcc6b570f20d8323c6060774b85d1b1b643ec8f5959a0feb79efb447b00c43f0222b86315
7
- data.tar.gz: 528b4604ca39d911f935ed7e7a89dbf39eb9ac71b33c286def8ca96c0a0b88a93de004272e33e87b0b1cb2ab88d505f9b33fc37fca3bfcace38aae1ac2ee4aa2
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{incorporates browsermod and capybara(selenium) to run front-end tests and capture performance information}
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.1"
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.1
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-23 00:00:00.000000000 Z
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: incorporates browsermod and capybara(selenium) to run front-end tests
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