dry-testing 0.0.7 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +103 -0
- data/LICENSE +1 -1
- data/README.md +1 -1
- data/dry-testing.gemspec +32 -0
- data/lib/dry/testing/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ff312c93795f3327d44b349e0c1d199ac4041144108354de4992a166c7b1d2e1
|
|
4
|
+
data.tar.gz: 559b35388714a79cf635a6fb7cc65ac711e6f46d6c24e6fd4e1aee97f633d199
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c291cc2b4e209f9bbbca6102557779d920da045688998f1d65d4d905040acc06fa571ae0463c16283dec6d0a000c3db37af8b61a173098673576cfbc77e19075
|
|
7
|
+
data.tar.gz: 2df683136674cae776052f6bc53be90e7a80956a924ae97114e6fccc62f5b4074869d30ee9a04f37b2685f4e519eb7e55400f5dc60eafcf5303d1e55858051cd
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,102 @@
|
|
|
1
|
+
<!--- DO NOT EDIT THIS FILE - IT'S AUTOMATICALLY GENERATED VIA DEVTOOLS --->
|
|
2
|
+
|
|
3
|
+
## 1.0.8 2021-01-03
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Added
|
|
7
|
+
|
|
8
|
+
- Release GH automation part 7
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
[Compare v1.0.7...v1.0.8](https://github.com/dry-rb/dry-testing/compare/v1.0.7...v1.0.8)
|
|
12
|
+
|
|
13
|
+
## 1.0.7 2021-01-03
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Added
|
|
17
|
+
|
|
18
|
+
- Release GH automation part 6
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
[Compare v1.0.6...v1.0.7](https://github.com/dry-rb/dry-testing/compare/v1.0.6...v1.0.7)
|
|
22
|
+
|
|
23
|
+
## 1.0.6 2021-01-03
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Added
|
|
27
|
+
|
|
28
|
+
- Release GH automation part 5
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
[Compare v1.0.5...v1.0.6](https://github.com/dry-rb/dry-testing/compare/v1.0.5...v1.0.6)
|
|
32
|
+
|
|
33
|
+
## 1.0.5 2021-01-03
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### Added
|
|
37
|
+
|
|
38
|
+
- Release GH automation part 4
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
[Compare v1.0.4...v1.0.5](https://github.com/dry-rb/dry-testing/compare/v1.0.4...v1.0.5)
|
|
42
|
+
|
|
43
|
+
## 1.0.4 2021-01-03
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
### Added
|
|
47
|
+
|
|
48
|
+
- Release GH automation part 3
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
[Compare v1.0.3...v1.0.4](https://github.com/dry-rb/dry-testing/compare/v1.0.3...v1.0.4)
|
|
52
|
+
|
|
53
|
+
## 1.0.3 2021-01-03
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
### Added
|
|
57
|
+
|
|
58
|
+
- Release GH automation part 2
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
[Compare v1.0.2...v1.0.3](https://github.com/dry-rb/dry-testing/compare/v1.0.2...v1.0.3)
|
|
62
|
+
|
|
63
|
+
## 1.0.2 2021-01-03
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
### Added
|
|
67
|
+
|
|
68
|
+
- Release GH automation
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
[Compare v1.0.1...v1.0.2](https://github.com/dry-rb/dry-testing/compare/v1.0.1...v1.0.2)
|
|
72
|
+
|
|
73
|
+
## 1.0.1 2020-02-10
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
### Fixed
|
|
77
|
+
|
|
78
|
+
- all the things
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
[Compare v1.0.1...v1.0.1](https://github.com/dry-rb/dry-testing/compare/v1.0.1...v1.0.1)
|
|
82
|
+
|
|
83
|
+
## 1.0.1 2020-02-10
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
### Fixed
|
|
87
|
+
|
|
88
|
+
- all the things
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
[Compare v1.0.0...v1.0.1](https://github.com/dry-rb/dry-testing/compare/v1.0.0...v1.0.1)
|
|
92
|
+
|
|
93
|
+
## 1.0.0 2020-01-22
|
|
94
|
+
|
|
95
|
+
let's release it
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
[Compare v0.2.2...v1.0.0](https://github.com/dry-rb/dry-testing/compare/v0.2.2...v1.0.0)
|
|
99
|
+
|
|
1
100
|
## 0.2.2 2020-01-15
|
|
2
101
|
|
|
3
102
|
How about another test?
|
|
@@ -23,6 +122,10 @@ How about another test?
|
|
|
23
122
|
|
|
24
123
|
One more test
|
|
25
124
|
|
|
125
|
+
### Fixed
|
|
126
|
+
|
|
127
|
+
- just testing
|
|
128
|
+
|
|
26
129
|
|
|
27
130
|
[Compare v0.2.0...v0.2.1](https://github.com/dry-rb/dry-testing/compare/v0.2.0...v0.2.1)
|
|
28
131
|
|
data/LICENSE
CHANGED
data/README.md
CHANGED
data/dry-testing.gemspec
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
# this file is managed by dry-rb/devtools project
|
|
3
|
+
|
|
4
|
+
lib = File.expand_path('lib', __dir__)
|
|
5
|
+
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
6
|
+
require 'dry/testing/version'
|
|
7
|
+
|
|
8
|
+
Gem::Specification.new do |spec|
|
|
9
|
+
spec.name = 'dry-testing'
|
|
10
|
+
spec.authors = ["Piotr Solnica"]
|
|
11
|
+
spec.email = ["piotr.solnica@gmail.com"]
|
|
12
|
+
spec.license = 'MIT'
|
|
13
|
+
spec.version = Dry::Testing::VERSION.dup
|
|
14
|
+
|
|
15
|
+
spec.summary = "this is a gem that is used for testing purposes only - do not install it, do not use it"
|
|
16
|
+
spec.description = spec.summary
|
|
17
|
+
spec.homepage = 'https://dry-rb.org/gems/dry-testing'
|
|
18
|
+
spec.files = Dir["CHANGELOG.md", "LICENSE", "README.md", "dry-testing.gemspec", "lib/**/*"]
|
|
19
|
+
spec.bindir = 'bin'
|
|
20
|
+
spec.executables = []
|
|
21
|
+
spec.require_paths = ['lib']
|
|
22
|
+
|
|
23
|
+
spec.metadata['allowed_push_host'] = 'https://rubygems.org'
|
|
24
|
+
spec.metadata['changelog_uri'] = 'https://github.com/dry-rb/dry-testing/blob/master/CHANGELOG.md'
|
|
25
|
+
spec.metadata['source_code_uri'] = 'https://github.com/dry-rb/dry-testing'
|
|
26
|
+
spec.metadata['bug_tracker_uri'] = 'https://github.com/dry-rb/dry-testing/issues'
|
|
27
|
+
|
|
28
|
+
spec.required_ruby_version = ">= 2.5.0"
|
|
29
|
+
|
|
30
|
+
# to update dependencies edit project.yml
|
|
31
|
+
spec.add_development_dependency "rake", "~> 13.0"
|
|
32
|
+
end
|
data/lib/dry/testing/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dry-testing
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 1.0.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Piotr Solnica
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-01-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|
|
@@ -35,6 +35,7 @@ files:
|
|
|
35
35
|
- CHANGELOG.md
|
|
36
36
|
- LICENSE
|
|
37
37
|
- README.md
|
|
38
|
+
- dry-testing.gemspec
|
|
38
39
|
- lib/dry-testing.rb
|
|
39
40
|
- lib/dry/testing/version.rb
|
|
40
41
|
homepage: https://dry-rb.org/gems/dry-testing
|
|
@@ -53,14 +54,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
53
54
|
requirements:
|
|
54
55
|
- - ">="
|
|
55
56
|
- !ruby/object:Gem::Version
|
|
56
|
-
version: 2.
|
|
57
|
+
version: 2.5.0
|
|
57
58
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
58
59
|
requirements:
|
|
59
60
|
- - ">="
|
|
60
61
|
- !ruby/object:Gem::Version
|
|
61
62
|
version: '0'
|
|
62
63
|
requirements: []
|
|
63
|
-
rubygems_version: 3.
|
|
64
|
+
rubygems_version: 3.1.4
|
|
64
65
|
signing_key:
|
|
65
66
|
specification_version: 4
|
|
66
67
|
summary: this is a gem that is used for testing purposes only - do not install it,
|