sus-fixtures-console 0.3.0 → 0.3.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 +0 -0
- data/lib/sus/fixtures/console/version.rb +1 -1
- data/readme.md +3 -3
- data.tar.gz.sig +0 -0
- metadata +5 -5
- 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: 6c5226ba5f04c0aaa7a85face6d5d5ddaf0553369a5c90dbea7714b2a12d1aaf
|
4
|
+
data.tar.gz: 1f07009379ae5acd0630c692656b18b555d1d2c2d6924c290268ab95f30e1a50
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f595232b9ce0f4b252345a77b574a4fa7b01a9bc76beca7cee0a7b7fc38fdffc3d3b183186fd20b10a4921bca00ef4b8862560cdb25ebd5d1caddcdfb36e0113
|
7
|
+
data.tar.gz: b4a4c3520d42adfa4a62828177b84d9d4fb69a1348d0b95da2121940ecd7ec32daa99b558097a16ee45a42e441b778fdae78bacdde4cb9f02d4b43c0773a1cb0
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/readme.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
Provides a convenient fixture for capturing or ignoring [console](https://github.com/socketry/console) logging.
|
4
4
|
|
5
|
-
[![Development Status](https://github.com/
|
5
|
+
[![Development Status](https://github.com/socketry/sus-fixtures-console/workflows/Test/badge.svg)](https://github.com/socketry/sus-fixtures-console/actions?workflow=Test)
|
6
6
|
|
7
7
|
## Installation
|
8
8
|
|
@@ -12,9 +12,9 @@ $ bundle add sus-fixtures-console
|
|
12
12
|
|
13
13
|
## Usage
|
14
14
|
|
15
|
-
Please see the [project documentation](https://
|
15
|
+
Please see the [project documentation](https://socketry.github.io/sus-fixtures-console/) for more details.
|
16
16
|
|
17
|
-
- [Getting Started](https://
|
17
|
+
- [Getting Started](https://socketry.github.io/sus-fixtures-console/guides/getting-started/index) - This guide explains how to use the `Sus::Fixtures::Console` gem to redirect console logging output during tests.
|
18
18
|
|
19
19
|
## Contributing
|
20
20
|
|
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sus-fixtures-console
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Samuel Williams
|
@@ -37,7 +37,7 @@ cert_chain:
|
|
37
37
|
Q2K9NVun/S785AP05vKkXZEFYxqG6EW012U4oLcFl5MySFajYXRYbuUpH6AY+HP8
|
38
38
|
voD0MPg1DssDLKwXyt1eKD/+Fq0bFWhwVM/1XiAXL7lyYUyOq24KHgQ2Csg=
|
39
39
|
-----END CERTIFICATE-----
|
40
|
-
date: 2024-
|
40
|
+
date: 2024-08-25 00:00:00.000000000 Z
|
41
41
|
dependencies:
|
42
42
|
- !ruby/object:Gem::Dependency
|
43
43
|
name: console
|
@@ -79,13 +79,13 @@ files:
|
|
79
79
|
- lib/sus/fixtures/console/version.rb
|
80
80
|
- license.md
|
81
81
|
- readme.md
|
82
|
-
homepage: https://github.com/
|
82
|
+
homepage: https://github.com/socketry/sus-fixtures-console
|
83
83
|
licenses:
|
84
84
|
- MIT
|
85
85
|
metadata:
|
86
|
-
documentation_uri: https://
|
86
|
+
documentation_uri: https://socketry.github.io/sus-fixtures-console/
|
87
87
|
funding_uri: https://github.com/sponsors/ioquatix/
|
88
|
-
source_code_uri: https://github.com/
|
88
|
+
source_code_uri: https://github.com/socketry/sus-fixtures-console.git
|
89
89
|
post_install_message:
|
90
90
|
rdoc_options: []
|
91
91
|
require_paths:
|
metadata.gz.sig
CHANGED
Binary file
|