dry-testing 1.0.7 → 1.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +30 -0
- data/lib/dry/testing/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: 6e3d7c7f12085b0fa2507bc25d1f288f06831a7b119862fa5fd18a210d4ab277
|
4
|
+
data.tar.gz: ef6179a06519d994e7cf9bff98413e60172a99a5d09bb96e17365423a56445b7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e11eef9001e745ac4908230565d486d8db380ded6dbd60efdff554e909124dccd31c339a379ea5d74584f079fb12ded7e744fd743599bec1b7164b0ab475d339
|
7
|
+
data.tar.gz: 3c64a79399532f382fed49e6872dc91218ccc9b52820ef4fd13baf795331b33bb753cafa7084e518620a751f16c4169ffbc7e011706d79ffbb319f88b87c2291
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,35 @@
|
|
1
1
|
<!--- DO NOT EDIT THIS FILE - IT'S AUTOMATICALLY GENERATED VIA DEVTOOLS --->
|
2
2
|
|
3
|
+
## 1.1.2 2021-01-03
|
4
|
+
|
5
|
+
|
6
|
+
### Added
|
7
|
+
|
8
|
+
- Release GH automation part 11
|
9
|
+
|
10
|
+
|
11
|
+
[Compare v1.0.9...v1.1.2](https://github.com/dry-rb/dry-testing/compare/v1.0.9...v1.1.2)
|
12
|
+
|
13
|
+
## 1.0.9 2021-01-03
|
14
|
+
|
15
|
+
|
16
|
+
### Added
|
17
|
+
|
18
|
+
- Release GH automation part 8
|
19
|
+
|
20
|
+
|
21
|
+
[Compare v1.0.8...v1.0.9](https://github.com/dry-rb/dry-testing/compare/v1.0.8...v1.0.9)
|
22
|
+
|
23
|
+
## 1.0.8 2021-01-03
|
24
|
+
|
25
|
+
|
26
|
+
### Added
|
27
|
+
|
28
|
+
- Release GH automation part 7
|
29
|
+
|
30
|
+
|
31
|
+
[Compare v1.0.7...v1.0.8](https://github.com/dry-rb/dry-testing/compare/v1.0.7...v1.0.8)
|
32
|
+
|
3
33
|
## 1.0.7 2021-01-03
|
4
34
|
|
5
35
|
|
data/lib/dry/testing/version.rb
CHANGED