dry-testing 1.0.5 → 1.0.7

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: 41e13d3bdba9bdaf0a2359cf133f8f1260c66927bc5debc2f1ee11bec384da4d
4
- data.tar.gz: 5ca760942762f2dfe519c63165cf4de1b1bb3e3aab981806d19d83b8cab2b0c4
3
+ metadata.gz: c17cff7ed0a8cfd05cf711301b8de62a68c78db50eb866b7a4c88503c726fb0c
4
+ data.tar.gz: 214cab3eccc0698c5b71fec7da13df7355ba17832b3f448fddb6d5c2aa4a2bab
5
5
  SHA512:
6
- metadata.gz: 9acb46a43ccaee0f185f61e3b6ae707e72d4ee655d4503b959059acff16981e044e85378cb8fbddebeac3d16cf699fb5cfcf7c249b31ad64c3462da170b3dcae
7
- data.tar.gz: 330806479beeb2beb2078b5a10e31ecd04aabb1f6b7cf457625939a18dec544a684150f53186eb5b988fe23f2ff3d8f6235d8d6d30cdeb8abb68c088e2d7139f
6
+ metadata.gz: c0dbc6e8e952c79994778e2e4b1ed4a4dce6a10f36bef78e27597cb7a33232a51878af18ccd820ce2202eeadd8885d945adaca4e12de0e3a96ea631f41799dd8
7
+ data.tar.gz: 57f7694268ff515a6f2fb911a2496ced4e37165ffc40cc6c872bf6e39abd1b550cac25071458f743431fb8c7c73c0e15b819ea0eda5a3aa4bb6887cb68892a2d
@@ -1,5 +1,35 @@
1
1
  <!--- DO NOT EDIT THIS FILE - IT'S AUTOMATICALLY GENERATED VIA DEVTOOLS --->
2
2
 
3
+ ## 1.0.7 2021-01-03
4
+
5
+
6
+ ### Added
7
+
8
+ - Release GH automation part 6
9
+
10
+
11
+ [Compare v1.0.6...v1.0.7](https://github.com/dry-rb/dry-testing/compare/v1.0.6...v1.0.7)
12
+
13
+ ## 1.0.6 2021-01-03
14
+
15
+
16
+ ### Added
17
+
18
+ - Release GH automation part 5
19
+
20
+
21
+ [Compare v1.0.5...v1.0.6](https://github.com/dry-rb/dry-testing/compare/v1.0.5...v1.0.6)
22
+
23
+ ## 1.0.5 2021-01-03
24
+
25
+
26
+ ### Added
27
+
28
+ - Release GH automation part 4
29
+
30
+
31
+ [Compare v1.0.4...v1.0.5](https://github.com/dry-rb/dry-testing/compare/v1.0.4...v1.0.5)
32
+
3
33
  ## 1.0.4 2021-01-03
4
34
 
5
35
 
@@ -1,5 +1,5 @@
1
1
  module Dry
2
2
  module Testing
3
- VERSION = "1.0.5"
3
+ VERSION = "1.0.7"
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.5
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Piotr Solnica