danger-junit 0.6.0 → 0.6.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/junit/gem_version.rb +1 -1
- data/lib/junit/plugin.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 22c5b7140209abd7b3ff90fbc448bbdb9a3ddc69
|
4
|
+
data.tar.gz: a30054678723e9bada89e98039f7dfcd7914791a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d31f4f979c42f15edcad2a9202924ce6cb1f6bf1a5a11899b9a46934c88048766c490d5f8c26f5936f7607e10c247c7a160743e80eb828faea3b1542322cc8d9
|
7
|
+
data.tar.gz: 164afb58a8332232553154d0a0873f47fc0fc509f996d4df763a7496baf194c0db920f1232445f9017b1b52bd8370f6634ff9a8b1fde0be8a6a1b4efdf67f3ab
|
data/Gemfile.lock
CHANGED
data/lib/junit/gem_version.rb
CHANGED
data/lib/junit/plugin.rb
CHANGED
@@ -74,7 +74,7 @@ module Danger
|
|
74
74
|
attr_accessor :show_skipped_tests
|
75
75
|
|
76
76
|
# An array of symbols that become the columns of your tests,
|
77
|
-
# if `nil`, the default, it will be all of the
|
77
|
+
# if `nil`, the default, it will be all of the attributes.
|
78
78
|
#
|
79
79
|
# @return [Array<Symbol>]
|
80
80
|
attr_accessor :headers
|