dry-testing 1.0.4 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +70 -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: e4bf40f268c0008b488f23a650e0aad21db0e968eac7ea14afba2f71eab02db2
|
4
|
+
data.tar.gz: 50dda7ceb964a7783085e13296dd60f42fdd3750d6f71375dc242826b112bd2f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b409096629c0ec93a24d70737c7e0fce2ac751b55895b79e3abf6d72bba6a1a349fedf7723fcbfe5956c38926c601d5e657a00ef06c7dd0fa517a45a79b850d4
|
7
|
+
data.tar.gz: 564510f71d1d065320f349bfb408bd8a949b66537893f2fb928fd2d22a16a7207f708cfd666c473231042ebbff4d574d3ea61b35a8893a263016b6b0af6a9fb1
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,75 @@
|
|
1
1
|
<!--- DO NOT EDIT THIS FILE - IT'S AUTOMATICALLY GENERATED VIA DEVTOOLS --->
|
2
2
|
|
3
|
+
## 1.0.9 2021-01-03
|
4
|
+
|
5
|
+
|
6
|
+
### Added
|
7
|
+
|
8
|
+
- Release GH automation part 8
|
9
|
+
|
10
|
+
|
11
|
+
[Compare v1.0.8...v1.0.9](https://github.com/dry-rb/dry-testing/compare/v1.0.8...v1.0.9)
|
12
|
+
|
13
|
+
## 1.0.8 2021-01-03
|
14
|
+
|
15
|
+
|
16
|
+
### Added
|
17
|
+
|
18
|
+
- Release GH automation part 7
|
19
|
+
|
20
|
+
|
21
|
+
[Compare v1.0.7...v1.0.8](https://github.com/dry-rb/dry-testing/compare/v1.0.7...v1.0.8)
|
22
|
+
|
23
|
+
## 1.0.7 2021-01-03
|
24
|
+
|
25
|
+
|
26
|
+
### Added
|
27
|
+
|
28
|
+
- Release GH automation part 6
|
29
|
+
|
30
|
+
|
31
|
+
[Compare v1.0.6...v1.0.7](https://github.com/dry-rb/dry-testing/compare/v1.0.6...v1.0.7)
|
32
|
+
|
33
|
+
## 1.0.6 2021-01-03
|
34
|
+
|
35
|
+
|
36
|
+
### Added
|
37
|
+
|
38
|
+
- Release GH automation part 5
|
39
|
+
|
40
|
+
|
41
|
+
[Compare v1.0.5...v1.0.6](https://github.com/dry-rb/dry-testing/compare/v1.0.5...v1.0.6)
|
42
|
+
|
43
|
+
## 1.0.5 2021-01-03
|
44
|
+
|
45
|
+
|
46
|
+
### Added
|
47
|
+
|
48
|
+
- Release GH automation part 4
|
49
|
+
|
50
|
+
|
51
|
+
[Compare v1.0.4...v1.0.5](https://github.com/dry-rb/dry-testing/compare/v1.0.4...v1.0.5)
|
52
|
+
|
53
|
+
## 1.0.4 2021-01-03
|
54
|
+
|
55
|
+
|
56
|
+
### Added
|
57
|
+
|
58
|
+
- Release GH automation part 3
|
59
|
+
|
60
|
+
|
61
|
+
[Compare v1.0.3...v1.0.4](https://github.com/dry-rb/dry-testing/compare/v1.0.3...v1.0.4)
|
62
|
+
|
63
|
+
## 1.0.3 2021-01-03
|
64
|
+
|
65
|
+
|
66
|
+
### Added
|
67
|
+
|
68
|
+
- Release GH automation part 2
|
69
|
+
|
70
|
+
|
71
|
+
[Compare v1.0.2...v1.0.3](https://github.com/dry-rb/dry-testing/compare/v1.0.2...v1.0.3)
|
72
|
+
|
3
73
|
## 1.0.2 2021-01-03
|
4
74
|
|
5
75
|
|
data/lib/dry/testing/version.rb
CHANGED