dry-testing 0.0.2 → 1.0.2
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 +92 -0
- data/LICENSE +20 -0
- data/README.md +29 -1
- data/dry-testing.gemspec +32 -0
- data/lib/dry-testing.rb +5 -0
- data/lib/dry/testing/version.rb +5 -0
- metadata +32 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f75b8e07ad10a9b901647562682e0b173d5e93a8a5e586253ec95886cc1ab531
|
|
4
|
+
data.tar.gz: 85f64f8a3061ff794db914bb9a69bb587bbedb0c1dfdb8c8bb6e9abd95edf8b8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 13382d2dac517d864c2f30676b6cb7a8b3b6bd93c1573314101aa8d04d02c2c78f9bb81eac301187a6b8c4f691955968000e913b6e0c1f15ef7c27c03e651d2a
|
|
7
|
+
data.tar.gz: 2e113c6b8b5bb1d796429aea9a51d29228964c2bac6ae777ecc243d3b90fcb434e9dff38f9801481bdfa39bf0d6a23e148a9fea93ec83e858ab86a7ce5f47bcc
|
data/CHANGELOG.md
ADDED
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
<!--- DO NOT EDIT THIS FILE - IT'S AUTOMATICALLY GENERATED VIA DEVTOOLS --->
|
|
2
|
+
|
|
3
|
+
## 1.0.1 2020-02-10
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Fixed
|
|
7
|
+
|
|
8
|
+
- all the things
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
[Compare v1.0.0...v1.0.1](https://github.com/dry-rb/dry-testing/compare/v1.0.0...v1.0.1)
|
|
12
|
+
|
|
13
|
+
## 1.0.0 2020-01-22
|
|
14
|
+
|
|
15
|
+
let's release it
|
|
16
|
+
|
|
17
|
+
### Added
|
|
18
|
+
|
|
19
|
+
- All the features
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
[Compare v1.0.0...v1.0.0](https://github.com/dry-rb/dry-testing/compare/v1.0.0...v1.0.0)
|
|
23
|
+
|
|
24
|
+
## 1.0.0 2020-01-22
|
|
25
|
+
|
|
26
|
+
let's release it
|
|
27
|
+
|
|
28
|
+
### Added
|
|
29
|
+
|
|
30
|
+
- All the features
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
[Compare v0.2.2...v1.0.0](https://github.com/dry-rb/dry-testing/compare/v0.2.2...v1.0.0)
|
|
34
|
+
|
|
35
|
+
## 0.2.2 2020-01-15
|
|
36
|
+
|
|
37
|
+
How about another test?
|
|
38
|
+
|
|
39
|
+
### Added
|
|
40
|
+
|
|
41
|
+
- test
|
|
42
|
+
|
|
43
|
+
### Fixed
|
|
44
|
+
|
|
45
|
+
- all the things
|
|
46
|
+
- test
|
|
47
|
+
- Use GITHUB_SHA rather than GITHUB_REF when updating changelog
|
|
48
|
+
- Also, test it again
|
|
49
|
+
|
|
50
|
+
### Changed
|
|
51
|
+
|
|
52
|
+
- test
|
|
53
|
+
|
|
54
|
+
[Compare v0.2.1...v0.2.2](https://github.com/dry-rb/dry-testing/compare/v0.2.1...v0.2.2)
|
|
55
|
+
|
|
56
|
+
## 0.2.1 2020-01-10
|
|
57
|
+
|
|
58
|
+
One more test
|
|
59
|
+
|
|
60
|
+
### Fixed
|
|
61
|
+
|
|
62
|
+
- just testing
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
[Compare v0.2.0...v0.2.1](https://github.com/dry-rb/dry-testing/compare/v0.2.0...v0.2.1)
|
|
66
|
+
|
|
67
|
+
## 0.2.0 2020-01-05
|
|
68
|
+
|
|
69
|
+
Another test
|
|
70
|
+
|
|
71
|
+
### Fixed
|
|
72
|
+
|
|
73
|
+
- just one thing
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
[Compare v0.1.0...v0.2.0](https://github.com/dry-rb/dry-testing/compare/v0.1.0...v0.2.0)
|
|
77
|
+
|
|
78
|
+
## 0.1.0 2020-01-01
|
|
79
|
+
|
|
80
|
+
This is just a test
|
|
81
|
+
|
|
82
|
+
### Added
|
|
83
|
+
|
|
84
|
+
- a whole bunch of features
|
|
85
|
+
|
|
86
|
+
### Fixed
|
|
87
|
+
|
|
88
|
+
- a whole bunch of bugs
|
|
89
|
+
|
|
90
|
+
### Changed
|
|
91
|
+
|
|
92
|
+
- totally everything
|
data/LICENSE
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
The MIT License (MIT)
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2015-2021 dry-rb team
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
6
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
7
|
+
the Software without restriction, including without limitation the rights to
|
|
8
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
9
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
10
|
+
subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
17
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
18
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
19
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
20
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
data/README.md
CHANGED
|
@@ -1 +1,29 @@
|
|
|
1
|
-
|
|
1
|
+
[gem]: https://rubygems.org/gems/dry-testing
|
|
2
|
+
[actions]: https://github.com/dry-rb/dry-testing/actions
|
|
3
|
+
[codacy]: https://www.codacy.com/gh/dry-rb/dry-testing
|
|
4
|
+
[chat]: https://dry-rb.zulipchat.com
|
|
5
|
+
[inchpages]: http://inch-ci.org/github/dry-rb/dry-testing
|
|
6
|
+
|
|
7
|
+
# dry-testing [][chat]
|
|
8
|
+
|
|
9
|
+
[][gem]
|
|
10
|
+
[][actions]
|
|
11
|
+
[][codacy]
|
|
12
|
+
[][codacy]
|
|
13
|
+
[][inchpages]
|
|
14
|
+
|
|
15
|
+
## Links
|
|
16
|
+
|
|
17
|
+
* [User documentation](http://dry-rb.org/gems/dry-testing)
|
|
18
|
+
* [API documentation](http://rubydoc.info/gems/dry-testing)
|
|
19
|
+
|
|
20
|
+
## Supported Ruby versions
|
|
21
|
+
|
|
22
|
+
This library officially supports the following Ruby versions:
|
|
23
|
+
|
|
24
|
+
* MRI >= `2.5`
|
|
25
|
+
* jruby >= `9.2`
|
|
26
|
+
|
|
27
|
+
## License
|
|
28
|
+
|
|
29
|
+
See `LICENSE` file.
|
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.rb
ADDED
metadata
CHANGED
|
@@ -1,27 +1,51 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dry-testing
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Piotr Solnica
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
12
|
-
dependencies:
|
|
13
|
-
|
|
11
|
+
date: 2021-01-03 00:00:00.000000000 Z
|
|
12
|
+
dependencies:
|
|
13
|
+
- !ruby/object:Gem::Dependency
|
|
14
|
+
name: rake
|
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
|
16
|
+
requirements:
|
|
17
|
+
- - "~>"
|
|
18
|
+
- !ruby/object:Gem::Version
|
|
19
|
+
version: '13.0'
|
|
20
|
+
type: :development
|
|
21
|
+
prerelease: false
|
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
+
requirements:
|
|
24
|
+
- - "~>"
|
|
25
|
+
- !ruby/object:Gem::Version
|
|
26
|
+
version: '13.0'
|
|
27
|
+
description: this is a gem that is used for testing purposes only - do not install
|
|
28
|
+
it, do not use it
|
|
14
29
|
email:
|
|
15
30
|
- piotr.solnica@gmail.com
|
|
16
31
|
executables: []
|
|
17
32
|
extensions: []
|
|
18
33
|
extra_rdoc_files: []
|
|
19
34
|
files:
|
|
35
|
+
- CHANGELOG.md
|
|
36
|
+
- LICENSE
|
|
20
37
|
- README.md
|
|
21
|
-
|
|
38
|
+
- dry-testing.gemspec
|
|
39
|
+
- lib/dry-testing.rb
|
|
40
|
+
- lib/dry/testing/version.rb
|
|
41
|
+
homepage: https://dry-rb.org/gems/dry-testing
|
|
22
42
|
licenses:
|
|
23
43
|
- MIT
|
|
24
|
-
metadata:
|
|
44
|
+
metadata:
|
|
45
|
+
allowed_push_host: https://rubygems.org
|
|
46
|
+
changelog_uri: https://github.com/dry-rb/dry-testing/blob/master/CHANGELOG.md
|
|
47
|
+
source_code_uri: https://github.com/dry-rb/dry-testing
|
|
48
|
+
bug_tracker_uri: https://github.com/dry-rb/dry-testing/issues
|
|
25
49
|
post_install_message:
|
|
26
50
|
rdoc_options: []
|
|
27
51
|
require_paths:
|
|
@@ -30,14 +54,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
30
54
|
requirements:
|
|
31
55
|
- - ">="
|
|
32
56
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 2.
|
|
57
|
+
version: 2.5.0
|
|
34
58
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
35
59
|
requirements:
|
|
36
60
|
- - ">="
|
|
37
61
|
- !ruby/object:Gem::Version
|
|
38
62
|
version: '0'
|
|
39
63
|
requirements: []
|
|
40
|
-
rubygems_version: 3.
|
|
64
|
+
rubygems_version: 3.1.4
|
|
41
65
|
signing_key:
|
|
42
66
|
specification_version: 4
|
|
43
67
|
summary: this is a gem that is used for testing purposes only - do not install it,
|