rspec_junit_formatter 0.5.0 → 0.5.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: ea46534b4275bee49fd9211ab8d702273475b2cf8ae6ec6fadf70242036b47a6
4
- data.tar.gz: 1095a37248d6a758198fc605ff5306efa200051d8b1526ded3b70642169a9bc6
3
+ metadata.gz: e2262f9dd5b2368ab268f8f251b528b7ae60816accb3192bd1dd0b250ef097bc
4
+ data.tar.gz: dd120f276314e33ec44ad6982b3ef9371519a38d770a3de33800ef8015067275
5
5
  SHA512:
6
- metadata.gz: 87a3d85fa44c45b8721b65115636a1d3eaf53dde58077aeb1d37417136350440edf0a1e20b3260604a7135482b710f45a25ed8853755f1bf3c9ca255ab47ef52
7
- data.tar.gz: '09b6904589c20fdff3470e7a243b2d018d283fff53cacc60f7c9f6a646506e2c3148e6aa08e825acf56dd4c453a0bca14d9177f6648cb5a17087dfa1fa272ada'
6
+ metadata.gz: f6733eaf055a5019767ea3586e426088ebe1eb3f57d5dcb2e6dba9d51bfa1543b36d410f5ac19142c512a4096976a8a02a23d7d55160f8028cbe9807d98c344f
7
+ data.tar.gz: 9bd13f22884872acb215295c6b45b0a332c3c510918be068b6e7619479db8ca9d991df124ab47a535c164fac42e424c8b6152158acab1839c07bf7de95eaa43b
checksums.yaml.gz.sig CHANGED
Binary file
@@ -93,7 +93,7 @@ private
93
93
 
94
94
  # Inversion of character range from https://www.w3.org/TR/xml/#charsets
95
95
  ILLEGAL_REGEXP = Regexp.new(
96
- +"[^" <<
96
+ "[^".dup <<
97
97
  "\u{9}" << # => \t
98
98
  "\u{a}" << # => \n
99
99
  "\u{d}" << # => \r
@@ -125,7 +125,7 @@ private
125
125
  # Discouraged characters from https://www.w3.org/TR/xml/#charsets
126
126
  # Plus special characters with well-known entity replacements
127
127
  DISCOURAGED_REGEXP = Regexp.new(
128
- +"[" <<
128
+ "[".dup <<
129
129
  "\u{22}" << # => "
130
130
  "\u{26}" << # => &
131
131
  "\u{27}" << # => '
data.tar.gz.sig CHANGED
Binary file
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.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Cochran
@@ -28,7 +28,7 @@ cert_chain:
28
28
  Tvf+pbX8JT9rawFDogxPhL7eRAbjg4MH9amp5l8HTVCAsW8vqv7wM4rtMNAaXmik
29
29
  LJghfDEf70fTtbs4Zv57pPhn1b7wBNf8fh+TZOlYAA6dFtQXoCwfE6bWgQU=
30
30
  -----END CERTIFICATE-----
31
- date: 2022-01-04 00:00:00.000000000 Z
31
+ date: 2022-01-06 00:00:00.000000000 Z
32
32
  dependencies:
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: rspec-core
metadata.gz.sig CHANGED
Binary file