count_von_count 1.0.0 → 1.0.1
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/lib/count_von_count/formatter.rb +1 -1
- data/lib/count_von_count/version.rb +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: 575d2a554367391d8cffbed0960518091b243538
|
4
|
+
data.tar.gz: 8e41cd96300b68a8193fe5b55e82d257b997213b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f39ecb950cfa74446b30d97b845cd37f8a07b4bf9ecbce46bcdb39d5fc12eaa08bd6b5a62b7d0c388d9802db8e28d0cccee96a25612456f4cec2da5bee57e16f
|
7
|
+
data.tar.gz: f1aeae0d7c9f4ba8979064b35d3e2997625c7345115e3b4aea3e472353663119d6508c970154b2394ffa4b1949a8b0b7e4321d8ac9b28fb79776c6ebc8f30eeb
|
@@ -46,7 +46,7 @@ module CountVonCount
|
|
46
46
|
def serialize(countObj)
|
47
47
|
output = build_table("Code", countObj[:code]).to_s
|
48
48
|
output += "\n\n"
|
49
|
-
output += build_table("Tests", countObj[:tests]).to_s
|
49
|
+
output += build_table("Tests", countObj[:tests]).to_s if countObj[:tests]
|
50
50
|
output
|
51
51
|
end
|
52
52
|
def build_table(name, countObj)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: count_von_count
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Addison Higham
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-01-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|