count_von_count 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ff86d04f7a4c98ce69ddf910c863f53ffd051bad
4
- data.tar.gz: dba83d9726c9a708dfb583f1bec7b59e5dee8309
3
+ metadata.gz: 575d2a554367391d8cffbed0960518091b243538
4
+ data.tar.gz: 8e41cd96300b68a8193fe5b55e82d257b997213b
5
5
  SHA512:
6
- metadata.gz: 9e251185045c2f69c01fe2253673d75a9cf131a81ed30a362658aeae5f9f097072dbc2629143282dadb2e3c0ebfe929ec49c000cae2506e094827364aba033f6
7
- data.tar.gz: a827fe92ad8a6d19d801802cf7bd340a606f91ca86ec875b25254af209f2bf6d3bccb39a3029f270540fbfd0f564008cb3d17e3b6ad64eab6122411e3bff2979
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)
@@ -1,3 +1,3 @@
1
1
  module CountVonCount
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
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.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: 2014-12-19 00:00:00.000000000 Z
11
+ date: 2015-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor