riot-fancydots 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -1,3 +1,4 @@
1
1
  pkg/*
2
2
  *.gem
3
3
  .bundle
4
+ *.swp
@@ -2,6 +2,7 @@ module Riot
2
2
  class FancyDotReporter < IOReporter
3
3
  def initialize(writer=STDOUT)
4
4
  super
5
+ puts "\n"
5
6
  @details = []
6
7
  end
7
8
 
@@ -21,7 +22,7 @@ module Riot
21
22
  end
22
23
 
23
24
  def results(time_taken)
24
- puts "\n#{@details.join("\n\n")}" unless @details.empty?
25
+ puts "\n\n#{@details.join("\n\n")}" unless @details.empty?
25
26
  super
26
27
  end
27
28
  private
@@ -1,5 +1,5 @@
1
1
  module Riot
2
2
  module Fancydots
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: riot-fancydots
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Matt Briggs