nyan-cat-formatter 0.10.0 → 0.10.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/nyan_cat_formatter.rb +1 -1
- data/nyan-cat-formatter.gemspec +1 -1
- metadata +2 -2
data/lib/nyan_cat_formatter.rb
CHANGED
@@ -4,7 +4,7 @@ require 'nyan_cat_formatter/common'
|
|
4
4
|
|
5
5
|
rspec_bin = $0.split('/').last
|
6
6
|
if rspec_bin == 'spec'
|
7
|
-
['spec', '
|
7
|
+
['spec', 'spec/runner/formatter/base_text_formatter', 'nyan_cat_formatter/rspec1'].each {|f| require f}
|
8
8
|
formatter = RSpec1
|
9
9
|
else
|
10
10
|
require 'rspec/core/formatters/base_text_formatter'
|
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.10.
|
5
|
+
s.version = "0.10.1"
|
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: 0.10.
|
4
|
+
version: 0.10.1
|
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: 2014-
|
12
|
+
date: 2014-08-30 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rspec
|