dry-testing 1.0.2 → 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +15 -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: 60636e8af4d5e882ed977b09857a7375906333a13e74d319ca8556f722910b7c
|
4
|
+
data.tar.gz: 684077fd47d604cfdab069846c74462b76e9eab556cbc3e42da37126df5db88f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 484ff37d5c234b6608609735e93063720fc95e2f71f654f72b88648851c67648d34bd8f1010801f4d9c30db80814ba486614cd39cd1632f225b621645a8a7c3c
|
7
|
+
data.tar.gz: f4627da4eaf9b0c040ab746a7445f1235cab184e6795b17d6c37921c25b5610b35557c8b138aca1c28570e1e6efbd9d0987f5b2f86f8b06e884bbe0d063af8e9
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,15 @@
|
|
1
1
|
<!--- DO NOT EDIT THIS FILE - IT'S AUTOMATICALLY GENERATED VIA DEVTOOLS --->
|
2
2
|
|
3
|
+
## 1.0.2 2021-01-03
|
4
|
+
|
5
|
+
|
6
|
+
### Added
|
7
|
+
|
8
|
+
- Release GH automation
|
9
|
+
|
10
|
+
|
11
|
+
[Compare v1.0.1...v1.0.2](https://github.com/dry-rb/dry-testing/compare/v1.0.1...v1.0.2)
|
12
|
+
|
3
13
|
## 1.0.1 2020-02-10
|
4
14
|
|
5
15
|
|
@@ -8,27 +18,22 @@
|
|
8
18
|
- all the things
|
9
19
|
|
10
20
|
|
11
|
-
[Compare v1.0.
|
21
|
+
[Compare v1.0.1...v1.0.1](https://github.com/dry-rb/dry-testing/compare/v1.0.1...v1.0.1)
|
12
22
|
|
13
|
-
## 1.0.
|
23
|
+
## 1.0.1 2020-02-10
|
14
24
|
|
15
|
-
let's release it
|
16
25
|
|
17
|
-
###
|
26
|
+
### Fixed
|
18
27
|
|
19
|
-
-
|
28
|
+
- all the things
|
20
29
|
|
21
30
|
|
22
|
-
[Compare v1.0.0...v1.0.
|
31
|
+
[Compare v1.0.0...v1.0.1](https://github.com/dry-rb/dry-testing/compare/v1.0.0...v1.0.1)
|
23
32
|
|
24
33
|
## 1.0.0 2020-01-22
|
25
34
|
|
26
35
|
let's release it
|
27
36
|
|
28
|
-
### Added
|
29
|
-
|
30
|
-
- All the features
|
31
|
-
|
32
37
|
|
33
38
|
[Compare v0.2.2...v1.0.0](https://github.com/dry-rb/dry-testing/compare/v0.2.2...v1.0.0)
|
34
39
|
|
data/lib/dry/testing/version.rb
CHANGED