rspec_junit_formatter 0.4.0 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 615b543d4cbd284941621231bb5fbc4132a1991a9032d9f35e2d63dd1461a5e3
4
- data.tar.gz: 5a62fe31f2292c2c80c152e3ecbdafaf5d960838d1e729574bf6479bc6fd7599
3
+ metadata.gz: a35b79c4d14c6ff0380efafa05837e554c5e6c0e20d59179c9b75357e0aded03
4
+ data.tar.gz: cb519dfcac329b330f98d7306364990f4f1c11dc2cb63ced83cb979a42b4f30a
5
5
  SHA512:
6
- metadata.gz: 79c1155ccd8b77d1dc9176bd6eb033cb4bc3a4d2b2452421180dae502f96ab98c36010db89d5bcee9f943fd5959b7241b12a12f14f60548de8034efe04a2af23
7
- data.tar.gz: 249d53fef2a5a8e5f5abc0d38f803f9a628d075e53f5448e580265714b9d38c87f49cef98c3e91a0f047311f8ece77629a837229c6ecd4abe1765f93f1da3ce5
6
+ metadata.gz: 905cf4462c5bfaecae9d767e637cb517668b942c07e984713cf3538126406f9cf791c5f666931c51209399cc1c65b47e16aa59a9e645d47870df4eaa9f35f347
7
+ data.tar.gz: d27fa3c3802d698da97bf45f38dd14061700cb92a0e99542d79f93fea918613354094735487a6408deceae1adb5cce1286662a8f62e1fa8c1149b6f49d78113c
@@ -1,2 +1 @@
1
- N ,|zaXst���%>�VQMNYn"�u���]� ��^�c$G����.3V�K��X�|5��ۮ� 6ӻ�_nv�J���@���&�0��<Т�タܢ?M�x���
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
+ (����3E��2M�;8��K`�8"}Z��� /�3ft��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)=R6�ۺ�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\[0m )? (?: \n \1 \e\[\d+m .* )* /x
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.0
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-26 00:00:00.000000000 Z
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.5
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