rspec_junit_formatter 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +1 -2
- data.tar.gz.sig +0 -0
- data/lib/rspec_junit_formatter.rb +2 -2
- metadata +5 -4
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a35b79c4d14c6ff0380efafa05837e554c5e6c0e20d59179c9b75357e0aded03
|
4
|
+
data.tar.gz: cb519dfcac329b330f98d7306364990f4f1c11dc2cb63ced83cb979a42b4f30a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 905cf4462c5bfaecae9d767e637cb517668b942c07e984713cf3538126406f9cf791c5f666931c51209399cc1c65b47e16aa59a9e645d47870df4eaa9f35f347
|
7
|
+
data.tar.gz: d27fa3c3802d698da97bf45f38dd14061700cb92a0e99542d79f93fea918613354094735487a6408deceae1adb5cce1286662a8f62e1fa8c1149b6f49d78113c
|
checksums.yaml.gz.sig
CHANGED
@@ -1,2 +1 @@
|
|
1
|
-
|
2
|
-
�"�sd^���I�qP�o�g㔌ĒA�AĬ[�K���V���#�|i�N�|�4!��,�2VR|��@�#���F`�G�%��F�U�^m�#/�_���-�\;!C�lnG��@;�`�wZ���->iw4s_�;ۂ�;���/l~f.�P��}�
|
1
|
+
(����3�E��2�M�;8��K`�8"}Z��� /�3�ft��K��Pa ��:n�&�Sc��9�Z��;:o�zЛ��|W�4�+"ޟ]��E��I�i\U�3�S4�1%nR�n�>t��{z�9�4�=�QDXN���M�+C$�IJ/���?=����y.�`E�t*�I�<� �9kG�_J�q���=�z����#�v)=R�6�ۺ�Z�\�OKe���h����.��y�
|
data.tar.gz.sig
CHANGED
Binary file
|
@@ -165,8 +165,8 @@ private
|
|
165
165
|
text.to_s.encode(Encoding::UTF_8).gsub(ILLEGAL_REGEXP, ILLEGAL_REPLACEMENT).gsub(DISCOURAGED_REGEXP, DISCOURAGED_REPLACEMENTS)
|
166
166
|
end
|
167
167
|
|
168
|
-
STRIP_DIFF_COLORS_BLOCK_REGEXP = /^ ( [ ]* ) Diff: (?: \e\[
|
169
|
-
STRIP_DIFF_COLORS_CODES_REGEXP = /\e\[\d+m/
|
168
|
+
STRIP_DIFF_COLORS_BLOCK_REGEXP = /^ ( [ ]* ) Diff: (?: \e\[ 0 m )? (?: \n \1 \e\[ \d+ (?: ; \d+ )* m .* )* /x
|
169
|
+
STRIP_DIFF_COLORS_CODES_REGEXP = /\e\[ \d+ (?: ; \d+ )* m/x
|
170
170
|
|
171
171
|
def strip_diff_colors(string)
|
172
172
|
# XXX: RSpec diffs are appended to the message lines fairly early and will
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rspec_junit_formatter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Samuel Cochran
|
@@ -28,7 +28,7 @@ cert_chain:
|
|
28
28
|
P4lSfmXxsd1C71ckIp0cyXkPhyTtpyS/5hq9HhuUNzEHkSDe36/Rd1xYKV5JxMC2
|
29
29
|
YAttWFUs06lor2q1wwncPaMtUtbWwW35+1IV6xhs2rFY6DD/I6ZkK3GnHdY=
|
30
30
|
-----END CERTIFICATE-----
|
31
|
-
date: 2018-05-
|
31
|
+
date: 2018-05-30 00:00:00.000000000 Z
|
32
32
|
dependencies:
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: rspec-core
|
@@ -146,7 +146,8 @@ files:
|
|
146
146
|
homepage: http://github.com/sj26/rspec_junit_formatter
|
147
147
|
licenses:
|
148
148
|
- MIT
|
149
|
-
metadata:
|
149
|
+
metadata:
|
150
|
+
changelog_uri: https://github.com/sj26/rspec_junit_formatter/blob/master/CHANGELOG.md
|
150
151
|
post_install_message:
|
151
152
|
rdoc_options: []
|
152
153
|
require_paths:
|
@@ -163,7 +164,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
163
164
|
version: 2.0.0
|
164
165
|
requirements: []
|
165
166
|
rubyforge_project:
|
166
|
-
rubygems_version: 2.7.
|
167
|
+
rubygems_version: 2.7.7
|
167
168
|
signing_key:
|
168
169
|
specification_version: 4
|
169
170
|
summary: RSpec JUnit XML formatter
|
metadata.gz.sig
CHANGED
Binary file
|