dry-testing 1.0.5 → 1.1.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 +60 -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: 06d5e9c9a5d42040932c1c8da15765faa59b3ab7f4f567c41f3e5b6b565d753b
|
4
|
+
data.tar.gz: 177fa617fb546637a3348b11e6f94f77e2e69d94c0ff6053d083601bc61778ac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fe601da5e07eeb96b80d914550a0bfc943090c08480644211d8da257a54e129d115991d3de51ea99dab50bf70fb25d565d90b89c72824fc6aa0289a8a7c62b04
|
7
|
+
data.tar.gz: aed8ef652f56e708af6b9ce2b8310c01b976882ef8b47398679cd4590d98fdf9cd106c857a9d9d2c67d0473b0e8ee5f4aa8c2034415fd1af2008e69cc45db970
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,65 @@
|
|
1
1
|
<!--- DO NOT EDIT THIS FILE - IT'S AUTOMATICALLY GENERATED VIA DEVTOOLS --->
|
2
2
|
|
3
|
+
## 1.1.1 2021-01-03
|
4
|
+
|
5
|
+
|
6
|
+
### Added
|
7
|
+
|
8
|
+
- Release GH automation part 10
|
9
|
+
|
10
|
+
|
11
|
+
[Compare v1.0.9...v1.1.1](https://github.com/dry-rb/dry-testing/compare/v1.0.9...v1.1.1)
|
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
|
+
|
33
|
+
## 1.0.7 2021-01-03
|
34
|
+
|
35
|
+
|
36
|
+
### Added
|
37
|
+
|
38
|
+
- Release GH automation part 6
|
39
|
+
|
40
|
+
|
41
|
+
[Compare v1.0.6...v1.0.7](https://github.com/dry-rb/dry-testing/compare/v1.0.6...v1.0.7)
|
42
|
+
|
43
|
+
## 1.0.6 2021-01-03
|
44
|
+
|
45
|
+
|
46
|
+
### Added
|
47
|
+
|
48
|
+
- Release GH automation part 5
|
49
|
+
|
50
|
+
|
51
|
+
[Compare v1.0.5...v1.0.6](https://github.com/dry-rb/dry-testing/compare/v1.0.5...v1.0.6)
|
52
|
+
|
53
|
+
## 1.0.5 2021-01-03
|
54
|
+
|
55
|
+
|
56
|
+
### Added
|
57
|
+
|
58
|
+
- Release GH automation part 4
|
59
|
+
|
60
|
+
|
61
|
+
[Compare v1.0.4...v1.0.5](https://github.com/dry-rb/dry-testing/compare/v1.0.4...v1.0.5)
|
62
|
+
|
3
63
|
## 1.0.4 2021-01-03
|
4
64
|
|
5
65
|
|
data/lib/dry/testing/version.rb
CHANGED