dry-testing 0.0.4 → 1.0.5

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: 1193c29642b59544dd78042532669f326009c0db9d8e1a4bdabed4353bec4eb3
4
- data.tar.gz: 0c8f15f1551f81180100d444e1760b475f542addcb60466c72afa1461b0c96b8
3
+ metadata.gz: 41e13d3bdba9bdaf0a2359cf133f8f1260c66927bc5debc2f1ee11bec384da4d
4
+ data.tar.gz: 5ca760942762f2dfe519c63165cf4de1b1bb3e3aab981806d19d83b8cab2b0c4
5
5
  SHA512:
6
- metadata.gz: 7d78fb752d5c87a2730ee57790f358d913c63e9977980cdd15d41c85d5b315056bcb3973c164b41b0652622cdad493ca99edad9132ddeabe8948e0c05ab977e1
7
- data.tar.gz: 1186fa02e9c79cb913c08c310ace14e76b120e18e5e677445008b37f8ad4f782930d894842cb83bd543f28429ef8393ff5d71feea11f445ac2e8708fa577578a
6
+ metadata.gz: 9acb46a43ccaee0f185f61e3b6ae707e72d4ee655d4503b959059acff16981e044e85378cb8fbddebeac3d16cf699fb5cfcf7c249b31ad64c3462da170b3dcae
7
+ data.tar.gz: 330806479beeb2beb2078b5a10e31ecd04aabb1f6b7cf457625939a18dec544a684150f53186eb5b988fe23f2ff3d8f6235d8d6d30cdeb8abb68c088e2d7139f
@@ -0,0 +1,117 @@
1
+ <!--- DO NOT EDIT THIS FILE - IT'S AUTOMATICALLY GENERATED VIA DEVTOOLS --->
2
+
3
+ ## 1.0.4 2021-01-03
4
+
5
+
6
+ ### Added
7
+
8
+ - Release GH automation part 3
9
+
10
+
11
+ [Compare v1.0.3...v1.0.4](https://github.com/dry-rb/dry-testing/compare/v1.0.3...v1.0.4)
12
+
13
+ ## 1.0.3 2021-01-03
14
+
15
+
16
+ ### Added
17
+
18
+ - Release GH automation part 2
19
+
20
+
21
+ [Compare v1.0.2...v1.0.3](https://github.com/dry-rb/dry-testing/compare/v1.0.2...v1.0.3)
22
+
23
+ ## 1.0.2 2021-01-03
24
+
25
+
26
+ ### Added
27
+
28
+ - Release GH automation
29
+
30
+
31
+ [Compare v1.0.1...v1.0.2](https://github.com/dry-rb/dry-testing/compare/v1.0.1...v1.0.2)
32
+
33
+ ## 1.0.1 2020-02-10
34
+
35
+
36
+ ### Fixed
37
+
38
+ - all the things
39
+
40
+
41
+ [Compare v1.0.1...v1.0.1](https://github.com/dry-rb/dry-testing/compare/v1.0.1...v1.0.1)
42
+
43
+ ## 1.0.1 2020-02-10
44
+
45
+
46
+ ### Fixed
47
+
48
+ - all the things
49
+
50
+
51
+ [Compare v1.0.0...v1.0.1](https://github.com/dry-rb/dry-testing/compare/v1.0.0...v1.0.1)
52
+
53
+ ## 1.0.0 2020-01-22
54
+
55
+ let's release it
56
+
57
+
58
+ [Compare v0.2.2...v1.0.0](https://github.com/dry-rb/dry-testing/compare/v0.2.2...v1.0.0)
59
+
60
+ ## 0.2.2 2020-01-15
61
+
62
+ How about another test?
63
+
64
+ ### Added
65
+
66
+ - test
67
+
68
+ ### Fixed
69
+
70
+ - all the things
71
+ - test
72
+ - Use GITHUB_SHA rather than GITHUB_REF when updating changelog
73
+ - Also, test it again
74
+
75
+ ### Changed
76
+
77
+ - test
78
+
79
+ [Compare v0.2.1...v0.2.2](https://github.com/dry-rb/dry-testing/compare/v0.2.1...v0.2.2)
80
+
81
+ ## 0.2.1 2020-01-10
82
+
83
+ One more test
84
+
85
+ ### Fixed
86
+
87
+ - just testing
88
+
89
+
90
+ [Compare v0.2.0...v0.2.1](https://github.com/dry-rb/dry-testing/compare/v0.2.0...v0.2.1)
91
+
92
+ ## 0.2.0 2020-01-05
93
+
94
+ Another test
95
+
96
+ ### Fixed
97
+
98
+ - just one thing
99
+
100
+
101
+ [Compare v0.1.0...v0.2.0](https://github.com/dry-rb/dry-testing/compare/v0.1.0...v0.2.0)
102
+
103
+ ## 0.1.0 2020-01-01
104
+
105
+ This is just a test
106
+
107
+ ### Added
108
+
109
+ - a whole bunch of features
110
+
111
+ ### Fixed
112
+
113
+ - a whole bunch of bugs
114
+
115
+ ### Changed
116
+
117
+ - 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
- # THIS IS NOT A REAL GEM - IT IS ONLY FOR TESTING PURPOSES
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 [![Join the chat at https://dry-rb.zulipchat.com](https://img.shields.io/badge/dry--rb-join%20chat-%23346b7a.svg)][chat]
8
+
9
+ [![Gem Version](https://badge.fury.io/rb/dry-testing.svg)][gem]
10
+ [![CI Status](https://github.com/dry-rb/dry-testing/workflows/ci/badge.svg)][actions]
11
+ [![Codacy Badge](https://api.codacy.com/project/badge/Grade/codacy-id)][codacy]
12
+ [![Codacy Badge](https://api.codacy.com/project/badge/Coverage/codacy-id)][codacy]
13
+ [![Inline docs](http://inch-ci.org/github/dry-rb/dry-testing.svg?branch=master)][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.
@@ -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
@@ -0,0 +1,5 @@
1
+ module Dry
2
+ module Testing
3
+ # this is not a real gem it's just for testing
4
+ end
5
+ end
@@ -0,0 +1,5 @@
1
+ module Dry
2
+ module Testing
3
+ VERSION = "1.0.5"
4
+ end
5
+ end
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: 0.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Piotr Solnica
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-01-19 00:00:00.000000000 Z
12
- dependencies: []
13
- description:
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
- homepage: https://github.com/dry-rb/testing
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.4.0
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.0.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,