cobench 0.0.29 → 0.0.30
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/assets/index.xsl +1 -1
- data/lib/cobench/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5c726b87f27512eee21ac9d00359322b70b689b5aa6d751d9055e5468f8f7b4b
|
4
|
+
data.tar.gz: '097f0d797bfed3aeb5ce0b1142c03e0677585543833e36463688a165ebc68155'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3ec99505d0010744a2fd76b98d594ada1d4c0974d347b39a2f05a4541b43ce7c098f49a1f4c1fff11461ae2b0648a04dd0ecc1fe8f1e34fd8d44d1d2f73064a2
|
7
|
+
data.tar.gz: 47cc50faa72a451e6d294d0540703f03359a4ff05a869be61b51ce548070444ee8c9b8dab25ab69617ef259994d668e6d270e68adf059a838d2b6889156fee40
|
data/assets/index.xsl
CHANGED
@@ -50,7 +50,7 @@ SOFTWARE.
|
|
50
50
|
td, th { font-family: monospace; font-size: 18px; }
|
51
51
|
.num { text-align: right; }
|
52
52
|
.left { border-bottom: 0; }
|
53
|
-
section { width:
|
53
|
+
section { width: auto; }
|
54
54
|
header { text-align: center; }
|
55
55
|
footer { text-align: center; font-size: 0.8em; line-height: 1.2em; color: gray; }
|
56
56
|
article { border: 0; }
|
data/lib/cobench/version.rb
CHANGED