baf 0.15.0 → 0.15.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 +4 -4
- metadata +5 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9ae72395dc2c034e6b12f33f383794c31ed4ab8d0e93ebd4ae939c9ea3f218a5
|
|
4
|
+
data.tar.gz: 28268255bb47195a8647bdc66c2f89e21dbfd5dafbc6d6dcf7a473a8fee5d239
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2ba74a745aa0b8e85a1045727a69c9fb5e4b931966391fbf81486f2fd2ed8ba0937323e93afdf30f20979d175762ec78b20ce4c677cad2d8caf6f7d53f4ee8d2
|
|
7
|
+
data.tar.gz: 845a48d062d19a4b81f909d534a7314a9d109a430a5222d03e7d1a35c30896473d146ef675d1f91290432e1579b3abf5810c24ac3df9292c3669ecbf7fbd6a6b
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: baf
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.15.
|
|
4
|
+
version: 0.15.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Thibault Jouan
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-06
|
|
11
|
+
date: 2022-07-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|
|
@@ -53,6 +53,8 @@ dependencies:
|
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '3.11'
|
|
55
55
|
description: |
|
|
56
|
+
== Baf
|
|
57
|
+
|
|
56
58
|
baf helps writing an user acceptance test suite with a dedicated library
|
|
57
59
|
and cucumber steps. It can run and wait for programs in a modified
|
|
58
60
|
environment, verify the exit status, the output streams and other side
|
|
@@ -150,7 +152,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
150
152
|
- !ruby/object:Gem::Version
|
|
151
153
|
version: '0'
|
|
152
154
|
requirements: []
|
|
153
|
-
rubygems_version: 3.3.
|
|
155
|
+
rubygems_version: 3.3.17
|
|
154
156
|
signing_key:
|
|
155
157
|
specification_version: 4
|
|
156
158
|
summary: Toolkit for testing and writing CLI programs
|