surfnperf 1.2.0 → 1.3.0
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/README.md +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: 46ee4188cffa658ea602909af49212b2528b998b
|
|
4
|
+
data.tar.gz: df48352a3bbc01ac8b20af12c642ded23cb1b698
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d9f9d49083a9bec41683de7cb41d6d3ba081b8415d04f8d36ff793faf1b00f29495a51e8d42c8c3624b2958821d445a6cb2d5ae60c058fb14d30a98341202003
|
|
7
|
+
data.tar.gz: 1c2790b4a37e0ec81aebd4c6242f59630d7152d0c5c312b06f2757abf52a88765a24dd716636d2b45adc51df551bb6abf70280116a1e0618d7a0c99d0d3b4f31
|
data/README.md
CHANGED
|
@@ -11,7 +11,7 @@ With Surf-N-Perf, all you need is `surfnperf.getMark('foo')';`, and that's just
|
|
|
11
11
|
|
|
12
12
|
Check out the [JavaScript API](https://github.com/Comcast/Surf-N-Perf/wiki/JavaScript-API) to see all of its features and the [full documentation](http://comcast.github.io/Surf-N-Perf/docs/SurfNPerf.html) for a list of methods & how to use them.
|
|
13
13
|
|
|
14
|
-
Available as
|
|
14
|
+
Available as an [NPM Module](https://www.npmjs.com/package/surfnperf), [Ruby Gem](https://rubygems.org/gems/surfnperf), and a [Bower](https://bower.io/) package.
|
|
15
15
|
|
|
16
16
|
[](https://travis-ci.org/Comcast/Surf-N-Perf)
|
|
17
17
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: surfnperf
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- John Riviello
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2016-07-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|