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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f75b8e07ad10a9b901647562682e0b173d5e93a8a5e586253ec95886cc1ab531
4
- data.tar.gz: 85f64f8a3061ff794db914bb9a69bb587bbedb0c1dfdb8c8bb6e9abd95edf8b8
3
+ metadata.gz: 60636e8af4d5e882ed977b09857a7375906333a13e74d319ca8556f722910b7c
4
+ data.tar.gz: 684077fd47d604cfdab069846c74462b76e9eab556cbc3e42da37126df5db88f
5
5
  SHA512:
6
- metadata.gz: 13382d2dac517d864c2f30676b6cb7a8b3b6bd93c1573314101aa8d04d02c2c78f9bb81eac301187a6b8c4f691955968000e913b6e0c1f15ef7c27c03e651d2a
7
- data.tar.gz: 2e113c6b8b5bb1d796429aea9a51d29228964c2bac6ae777ecc243d3b90fcb434e9dff38f9801481bdfa39bf0d6a23e148a9fea93ec83e858ab86a7ce5f47bcc
6
+ metadata.gz: 484ff37d5c234b6608609735e93063720fc95e2f71f654f72b88648851c67648d34bd8f1010801f4d9c30db80814ba486614cd39cd1632f225b621645a8a7c3c
7
+ data.tar.gz: f4627da4eaf9b0c040ab746a7445f1235cab184e6795b17d6c37921c25b5610b35557c8b138aca1c28570e1e6efbd9d0987f5b2f86f8b06e884bbe0d063af8e9
@@ -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.0...v1.0.1](https://github.com/dry-rb/dry-testing/compare/v1.0.0...v1.0.1)
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.0 2020-01-22
23
+ ## 1.0.1 2020-02-10
14
24
 
15
- let's release it
16
25
 
17
- ### Added
26
+ ### Fixed
18
27
 
19
- - All the features
28
+ - all the things
20
29
 
21
30
 
22
- [Compare v1.0.0...v1.0.0](https://github.com/dry-rb/dry-testing/compare/v1.0.0...v1.0.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
 
@@ -1,5 +1,5 @@
1
1
  module Dry
2
2
  module Testing
3
- VERSION = "1.0.2"
3
+ VERSION = "1.0.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dry-testing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Piotr Solnica