assert 2.16.2 → 2.16.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA512:
3
- metadata.gz: 7aa2690cfea72e979074ac705f64907be2a3635380b441a80d248c78514de4aa9011ec55380c63da48f71feaedf1b8a4a49cdee92d89eb0fd539f36425da17b5
4
- data.tar.gz: 72ee667bbbc4ffa3433a16c65cd9878747e913bfd98936bc3e3f462e74de84e8a36a387b52d20666479a88a88a3b72251d73b16fab88e094ea4ba2ad473e2b9f
3
+ metadata.gz: 2f4a1019a10e96ae935cb6aa9fc17f93e5965659f3e401d367f5a81fe260960b28f1741218eaf2b9f9ca7993ba0fc6cbce5b447c78f9289812014daeb8c74108
4
+ data.tar.gz: d6a0657a4041933cadd0e238571cabd9092bbe4e4e7db2470deb75c80689c3ccf6df4601136ae8a4e910eaa815bb5066c7a5df875750aea5bd1300cdf1e5ff34
5
5
  SHA1:
6
- metadata.gz: 32e580b6523cd24dcaf3275b168b972e63e74875
7
- data.tar.gz: be58b58e9a59066db25604ee453f56bca48e4564
6
+ metadata.gz: b2d74dbdecb01c84ed0131687f80d59da6b020ce
7
+ data.tar.gz: c9b15366dba845affe5b51466c6e6c836b5c7658
@@ -96,6 +96,8 @@ module Assert
96
96
  print " \#{formatted_run_time(test_data.run_time)} seconds,"\
97
97
  " \#{test_data.result_count} results,"\
98
98
  " \#{formatted_result_rate(test_data.result_rate)} results/s\n"
99
+ else
100
+ print "\n"
99
101
  end
100
102
  end
101
103
  callbacks
@@ -1,3 +1,3 @@
1
1
  module Assert
2
- VERSION = "2.16.2"
2
+ VERSION = "2.16.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: assert
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.16.2
4
+ version: 2.16.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kelly Redding
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2016-08-08 00:00:00 Z
13
+ date: 2016-08-15 00:00:00 Z
14
14
  dependencies: []
15
15
 
16
16
  description: Assertion style testing framework.