nonnative 1.84.0 → 1.84.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +1 -1
- data/README.md +9 -9
- data/lib/nonnative/configuration.rb +3 -0
- data/lib/nonnative/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ff480fe0c80d2f8aea2767d81dc0d64a5467875ee4c7aae41e29db61d8297bb4
|
4
|
+
data.tar.gz: fb5c830a040acd4531f5106e51afce5b5b15d6b608a1dbb41fce4239983651d1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4608d44faf23a3f00adc43b91343e1a002bd06af4d8ef7609ebfff34652e2bdbe8ee999fb987c1c52ed0ad4c631045d04ebd40130ea19f88196c5e447ea7549f
|
7
|
+
data.tar.gz: c8b62a28660022f0f5bc40d6e28223c0b64231798c1c1eea63979d9d69b39a0251045196d76ad185399d713ea0aea31aaf5c775ec5c41f6a2c0bc7dcc7d20f6e
|
data/CHANGELOG.md
CHANGED
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
|
7
7
|
## Unreleased
|
8
8
|
|
9
|
+
## [v1.84.1](https://github.com/alexfalkowski/nonnative/releases/tag/v1.84.1) - 2024-12-17
|
10
|
+
|
11
|
+
- [`1fb44bd`](https://github.com/alexfalkowski/nonnative/commit/1fb44bdb781b6d5d9f88e3d6565eca848aad189e) fix(config): make sure we set properties (#467)
|
12
|
+
|
9
13
|
## [v1.84.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.84.0) - 2024-12-17
|
10
14
|
|
11
15
|
- [`14daed4`](https://github.com/alexfalkowski/nonnative/commit/14daed43ab1d64baa32d004d875409784813590c) feat(cucumber): add ability to control faults (#466)
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -92,7 +92,7 @@ end
|
|
92
92
|
Setup it up through configuration:
|
93
93
|
|
94
94
|
```yaml
|
95
|
-
version: 1.0
|
95
|
+
version: "1.0"
|
96
96
|
url: http://localhost:4567
|
97
97
|
processes:
|
98
98
|
-
|
@@ -187,7 +187,7 @@ end
|
|
187
187
|
Setup it up through configuration:
|
188
188
|
|
189
189
|
```yaml
|
190
|
-
version: 1.0
|
190
|
+
version: "1.0"
|
191
191
|
url: http://localhost:4567
|
192
192
|
servers:
|
193
193
|
-
|
@@ -262,7 +262,7 @@ end
|
|
262
262
|
Setup it up through configuration:
|
263
263
|
|
264
264
|
```yaml
|
265
|
-
version: 1.0
|
265
|
+
version: "1.0"
|
266
266
|
url: http://localhost:4567
|
267
267
|
servers:
|
268
268
|
-
|
@@ -327,7 +327,7 @@ end
|
|
327
327
|
Setup it up through configuration:
|
328
328
|
|
329
329
|
```yaml
|
330
|
-
version: 1.0
|
330
|
+
version: "1.0"
|
331
331
|
url: http://localhost:4567
|
332
332
|
servers:
|
333
333
|
-
|
@@ -376,7 +376,7 @@ end
|
|
376
376
|
Setup it up through configuration:
|
377
377
|
|
378
378
|
```yaml
|
379
|
-
version: 1.0
|
379
|
+
version: "1.0"
|
380
380
|
processes:
|
381
381
|
-
|
382
382
|
name: postgres
|
@@ -429,7 +429,7 @@ end
|
|
429
429
|
Setup it up through configuration:
|
430
430
|
|
431
431
|
```yaml
|
432
|
-
version: 1.0
|
432
|
+
version: "1.0"
|
433
433
|
url: http://localhost:4567
|
434
434
|
processes:
|
435
435
|
-
|
@@ -468,7 +468,7 @@ end
|
|
468
468
|
Setup it up through configuration:
|
469
469
|
|
470
470
|
```yaml
|
471
|
-
version: 1.0
|
471
|
+
version: "1.0"
|
472
472
|
url: http://localhost:4567
|
473
473
|
servers:
|
474
474
|
-
|
@@ -507,7 +507,7 @@ end
|
|
507
507
|
Setup it up through configuration:
|
508
508
|
|
509
509
|
```yaml
|
510
|
-
version: 1.0
|
510
|
+
version: "1.0"
|
511
511
|
url: http://localhost:4567
|
512
512
|
services:
|
513
513
|
-
|
@@ -618,7 +618,7 @@ Nonnative.go_executable(tools, 'reports', 'your_binary', 'sub_command', '--confi
|
|
618
618
|
Setup it up through configuration:
|
619
619
|
|
620
620
|
```yaml
|
621
|
-
version: 1.0
|
621
|
+
version: "1.0"
|
622
622
|
url: http://localhost:4567
|
623
623
|
processes:
|
624
624
|
-
|
data/lib/nonnative/version.rb
CHANGED