luna-rspec-formatters 3.11.0 → 3.12.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/luna-rspec-formatters.rb +6 -0
- data/lib/luna/rspec/formatters.rb +5 -1
- data/lib/luna/rspec/formatters/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 779784a5639bcffedae4fae3218b487a153ca21b45c517218e275c8b046577c2
|
4
|
+
data.tar.gz: 83247efd585725ec9e0ae23562bd66a6a39254b7e6c96d010451b476c94e3aeb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0a040133c352df1ff685fbd0b28e0407048f0f97b031be3b99a3d990dce94ee7901e32b5c1522f0f53fe6ccd010936428032fe42b32f6a2e654ed2c153e8813b
|
7
|
+
data.tar.gz: fd96d5df22f959ed6413b77d440213925badcc24af0905df9185027319e2334ce9ab872a0f5760a7b4afa207c9a5409309de7ca3a161d62000f1037b80bf4c82
|
@@ -3,8 +3,8 @@
|
|
3
3
|
# Author: Jordon Bedwell
|
4
4
|
# Encoding: utf-8
|
5
5
|
|
6
|
-
require "rspec/core/formatters"
|
7
6
|
require "forwardable/extended"
|
7
|
+
require "rspec"
|
8
8
|
|
9
9
|
module Luna
|
10
10
|
module Formatters
|
@@ -13,5 +13,9 @@ module Luna
|
|
13
13
|
rb_delegate :"self.register", {
|
14
14
|
to: :"RSpec::Core::Formatters", alias_of: :register
|
15
15
|
}
|
16
|
+
|
16
17
|
end
|
17
18
|
end
|
19
|
+
|
20
|
+
# Default formatter. I prefer this.
|
21
|
+
require_relative "formatters/checks"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: luna-rspec-formatters
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.
|
4
|
+
version: 3.12.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jordon Bedwell
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-07-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|
@@ -68,6 +68,7 @@ files:
|
|
68
68
|
- Gemfile
|
69
69
|
- LICENSE
|
70
70
|
- README.md
|
71
|
+
- lib/luna-rspec-formatters.rb
|
71
72
|
- lib/luna/rspec/formatters.rb
|
72
73
|
- lib/luna/rspec/formatters/cats.rb
|
73
74
|
- lib/luna/rspec/formatters/checks.rb
|
@@ -97,7 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
97
98
|
version: '0'
|
98
99
|
requirements: []
|
99
100
|
rubyforge_project:
|
100
|
-
rubygems_version: 2.7.
|
101
|
+
rubygems_version: 2.7.7
|
101
102
|
signing_key:
|
102
103
|
specification_version: 4
|
103
104
|
summary: RSpec formatters dedicated to Luna.
|