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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 60636e8af4d5e882ed977b09857a7375906333a13e74d319ca8556f722910b7c
4
- data.tar.gz: 684077fd47d604cfdab069846c74462b76e9eab556cbc3e42da37126df5db88f
3
+ metadata.gz: e4bf40f268c0008b488f23a650e0aad21db0e968eac7ea14afba2f71eab02db2
4
+ data.tar.gz: 50dda7ceb964a7783085e13296dd60f42fdd3750d6f71375dc242826b112bd2f
5
5
  SHA512:
6
- metadata.gz: 484ff37d5c234b6608609735e93063720fc95e2f71f654f72b88648851c67648d34bd8f1010801f4d9c30db80814ba486614cd39cd1632f225b621645a8a7c3c
7
- data.tar.gz: f4627da4eaf9b0c040ab746a7445f1235cab184e6795b17d6c37921c25b5610b35557c8b138aca1c28570e1e6efbd9d0987f5b2f86f8b06e884bbe0d063af8e9
6
+ metadata.gz: b409096629c0ec93a24d70737c7e0fce2ac751b55895b79e3abf6d72bba6a1a349fedf7723fcbfe5956c38926c601d5e657a00ef06c7dd0fa517a45a79b850d4
7
+ data.tar.gz: 564510f71d1d065320f349bfb408bd8a949b66537893f2fb928fd2d22a16a7207f708cfd666c473231042ebbff4d574d3ea61b35a8893a263016b6b0af6a9fb1
@@ -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
 
@@ -1,5 +1,5 @@
1
1
  module Dry
2
2
  module Testing
3
- VERSION = "1.0.4"
3
+ VERSION = "1.1.0"
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.4
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Piotr Solnica