dry-testing 1.0.2 → 1.0.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +85 -10
- 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: 43f831e933c0058fbde16eecf8c26005c47701315d4a2139d2fd5270cea83a72
|
4
|
+
data.tar.gz: 15636db246893240c5711df8ccca05e6faf78c208b16ca3706bcbc436011cd18
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b47ba0826d84e2bcbb318014c307ccb15a129cd316b520bafeec0979de256c89b744d4f5e70d81195a31fbaca9fc31aadddd89abee082fac72b0c7a1b06b8c89
|
7
|
+
data.tar.gz: 494f370aa81ce7cc99f4f1609b2483410c478db7b40fcea8e5349c1c85507f0b478e48f4e2e943204dd9e23b8a56d727edcc025091418772fe89c69f6884e543
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,85 @@
|
|
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
|
+
|
73
|
+
## 1.0.2 2021-01-03
|
74
|
+
|
75
|
+
|
76
|
+
### Added
|
77
|
+
|
78
|
+
- Release GH automation
|
79
|
+
|
80
|
+
|
81
|
+
[Compare v1.0.1...v1.0.2](https://github.com/dry-rb/dry-testing/compare/v1.0.1...v1.0.2)
|
82
|
+
|
3
83
|
## 1.0.1 2020-02-10
|
4
84
|
|
5
85
|
|
@@ -8,27 +88,22 @@
|
|
8
88
|
- all the things
|
9
89
|
|
10
90
|
|
11
|
-
[Compare v1.0.
|
91
|
+
[Compare v1.0.1...v1.0.1](https://github.com/dry-rb/dry-testing/compare/v1.0.1...v1.0.1)
|
12
92
|
|
13
|
-
## 1.0.
|
93
|
+
## 1.0.1 2020-02-10
|
14
94
|
|
15
|
-
let's release it
|
16
95
|
|
17
|
-
###
|
96
|
+
### Fixed
|
18
97
|
|
19
|
-
-
|
98
|
+
- all the things
|
20
99
|
|
21
100
|
|
22
|
-
[Compare v1.0.0...v1.0.
|
101
|
+
[Compare v1.0.0...v1.0.1](https://github.com/dry-rb/dry-testing/compare/v1.0.0...v1.0.1)
|
23
102
|
|
24
103
|
## 1.0.0 2020-01-22
|
25
104
|
|
26
105
|
let's release it
|
27
106
|
|
28
|
-
### Added
|
29
|
-
|
30
|
-
- All the features
|
31
|
-
|
32
107
|
|
33
108
|
[Compare v0.2.2...v1.0.0](https://github.com/dry-rb/dry-testing/compare/v0.2.2...v1.0.0)
|
34
109
|
|
data/lib/dry/testing/version.rb
CHANGED