nyan-cat-formatter 0.11 → 0.12.0
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/nyan_cat_formatter/rspec3.rb +1 -1
- data/nyan-cat-formatter.gemspec +1 -1
- metadata +2 -2
@@ -17,7 +17,7 @@ class RSpec3 < RSpec::Core::Formatters::BaseTextFormatter
|
|
17
17
|
|
18
18
|
def start(notification)
|
19
19
|
# TODO: Lazy fix for specs.
|
20
|
-
if notification.kind_of?(
|
20
|
+
if notification.kind_of?(Integer)
|
21
21
|
super(OpenStruct.new(:count => notification))
|
22
22
|
else
|
23
23
|
super(notification)
|
data/nyan-cat-formatter.gemspec
CHANGED
@@ -2,7 +2,7 @@ $:.push File.expand_path("../lib", __FILE__)
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = "nyan-cat-formatter"
|
5
|
-
s.version = "0.
|
5
|
+
s.version = "0.12.0"
|
6
6
|
s.authors = ["Matt Sears"]
|
7
7
|
s.email = ["matt@mattsears.com"]
|
8
8
|
s.homepage = "https://github.com/mattsears/nyan-cat-formatter"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nyan-cat-formatter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 0.12.0
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2017-04-27 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rspec
|