sus 0.24.0 → 0.24.2

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: 7c2d41bca4906fd41229694de7d745d2801ab00eb528c4da69d7c8d7b3dfeb96
4
- data.tar.gz: 9bcc82bf379b63ea46c8c15fcbc9528a391cc3cec60a960f2cc884e88ece4c20
3
+ metadata.gz: 2d833dab1868cc1c22190cc9634fa025fd8ef5b0c731594faad7f2c826ad3d96
4
+ data.tar.gz: 4ff2224376dfc297337811068ab97a2fd09ade47a55f1a0246e74e40b241f38e
5
5
  SHA512:
6
- metadata.gz: 78f77fb2e30226a9c73714f46d79e3652fbd18826b54fef2a267c04eb31ecdb931372bc60a96f64711e5486e91ebc8b56a00fc292e554c2e7e3f3916d2a16037
7
- data.tar.gz: 99626e222b997286b22a6a9ecf00960d86f5d991ee9b8f841720868b396234fa17319a31ede8990bdc381b398020927ac32ecc1769ce21c7fc9b78aa1586f456
6
+ metadata.gz: 663af6add8e3ee180ff826963bf14f81497c6d8d5dd8796b3aafe46b0282f6fe9f9308f36f2de2c6d2d6971b7135483394efdea54258f3a26c3b9b5aa3e5ce33
7
+ data.tar.gz: a8da4af211670e5b85c5cbc20ed8ee14a44643d2ea173ed5756e87a78cebc59a4166b338dd717a33a677c0b80d1ca30345658fe7899f62f6bd088cf0cb6074ff
checksums.yaml.gz.sig CHANGED
Binary file
data/lib/sus/context.rb CHANGED
@@ -47,7 +47,7 @@ module Sus
47
47
  end
48
48
 
49
49
  def print(output)
50
- output.write("context", :context, self.description)
50
+ output.write("context ", :context, self.description, :reset)
51
51
  end
52
52
 
53
53
  def full_name
data/lib/sus/file.rb CHANGED
@@ -51,7 +51,7 @@ module Sus
51
51
  end
52
52
 
53
53
  def print(output)
54
- output.write("file ", :path, self.identity)
54
+ output.write("file ", :path, self.identity, :reset)
55
55
  end
56
56
  end
57
57
 
data/lib/sus/version.rb CHANGED
@@ -4,5 +4,5 @@
4
4
  # Copyright, 2021-2023, by Samuel Williams.
5
5
 
6
6
  module Sus
7
- VERSION = "0.24.0"
7
+ VERSION = "0.24.2"
8
8
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.0
4
+ version: 0.24.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
@@ -38,7 +38,7 @@ cert_chain:
38
38
  Q2K9NVun/S785AP05vKkXZEFYxqG6EW012U4oLcFl5MySFajYXRYbuUpH6AY+HP8
39
39
  voD0MPg1DssDLKwXyt1eKD/+Fq0bFWhwVM/1XiAXL7lyYUyOq24KHgQ2Csg=
40
40
  -----END CERTIFICATE-----
41
- date: 2023-11-30 00:00:00.000000000 Z
41
+ date: 2023-12-08 00:00:00.000000000 Z
42
42
  dependencies: []
43
43
  description:
44
44
  email:
@@ -121,7 +121,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
121
121
  - !ruby/object:Gem::Version
122
122
  version: '0'
123
123
  requirements: []
124
- rubygems_version: 3.4.10
124
+ rubygems_version: 3.4.22
125
125
  signing_key:
126
126
  specification_version: 4
127
127
  summary: A fast and scalable test runner.
metadata.gz.sig CHANGED
Binary file