dry-testing 0.0.3 → 1.0.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6451e42aec8221c96e73e8053292824ca56a22d35b4679f1ab5c9380de1038a8
4
- data.tar.gz: e7ea6bca9601171c2ddd790079cf9b9fb5f3b9db28248a5fe201f417020842ff
3
+ metadata.gz: 60636e8af4d5e882ed977b09857a7375906333a13e74d319ca8556f722910b7c
4
+ data.tar.gz: 684077fd47d604cfdab069846c74462b76e9eab556cbc3e42da37126df5db88f
5
5
  SHA512:
6
- metadata.gz: 554a537f2da6562f9b25b8e1faf76aa038000e425f0c6f466089c4ed8f2c2fc467258cfde3a545e7163f6ba737e5c4a97f63f4b8c5384fa9c7604b5c491b6143
7
- data.tar.gz: 66ee3e4d39137416a44da4e3a9c91512f550ad2b417fc2935d7f9eaa3891aece6160322334246b0330a347fc9f6dc9b19b85e68fed459bc81aa5aea972ec1c18
6
+ metadata.gz: 484ff37d5c234b6608609735e93063720fc95e2f71f654f72b88648851c67648d34bd8f1010801f4d9c30db80814ba486614cd39cd1632f225b621645a8a7c3c
7
+ data.tar.gz: f4627da4eaf9b0c040ab746a7445f1235cab184e6795b17d6c37921c25b5610b35557c8b138aca1c28570e1e6efbd9d0987f5b2f86f8b06e884bbe0d063af8e9
@@ -0,0 +1,97 @@
1
+ <!--- DO NOT EDIT THIS FILE - IT'S AUTOMATICALLY GENERATED VIA DEVTOOLS --->
2
+
3
+ ## 1.0.2 2021-01-03
4
+
5
+
6
+ ### Added
7
+
8
+ - Release GH automation
9
+
10
+
11
+ [Compare v1.0.1...v1.0.2](https://github.com/dry-rb/dry-testing/compare/v1.0.1...v1.0.2)
12
+
13
+ ## 1.0.1 2020-02-10
14
+
15
+
16
+ ### Fixed
17
+
18
+ - all the things
19
+
20
+
21
+ [Compare v1.0.1...v1.0.1](https://github.com/dry-rb/dry-testing/compare/v1.0.1...v1.0.1)
22
+
23
+ ## 1.0.1 2020-02-10
24
+
25
+
26
+ ### Fixed
27
+
28
+ - all the things
29
+
30
+
31
+ [Compare v1.0.0...v1.0.1](https://github.com/dry-rb/dry-testing/compare/v1.0.0...v1.0.1)
32
+
33
+ ## 1.0.0 2020-01-22
34
+
35
+ let's release it
36
+
37
+
38
+ [Compare v0.2.2...v1.0.0](https://github.com/dry-rb/dry-testing/compare/v0.2.2...v1.0.0)
39
+
40
+ ## 0.2.2 2020-01-15
41
+
42
+ How about another test?
43
+
44
+ ### Added
45
+
46
+ - test
47
+
48
+ ### Fixed
49
+
50
+ - all the things
51
+ - test
52
+ - Use GITHUB_SHA rather than GITHUB_REF when updating changelog
53
+ - Also, test it again
54
+
55
+ ### Changed
56
+
57
+ - test
58
+
59
+ [Compare v0.2.1...v0.2.2](https://github.com/dry-rb/dry-testing/compare/v0.2.1...v0.2.2)
60
+
61
+ ## 0.2.1 2020-01-10
62
+
63
+ One more test
64
+
65
+ ### Fixed
66
+
67
+ - just testing
68
+
69
+
70
+ [Compare v0.2.0...v0.2.1](https://github.com/dry-rb/dry-testing/compare/v0.2.0...v0.2.1)
71
+
72
+ ## 0.2.0 2020-01-05
73
+
74
+ Another test
75
+
76
+ ### Fixed
77
+
78
+ - just one thing
79
+
80
+
81
+ [Compare v0.1.0...v0.2.0](https://github.com/dry-rb/dry-testing/compare/v0.1.0...v0.2.0)
82
+
83
+ ## 0.1.0 2020-01-01
84
+
85
+ This is just a test
86
+
87
+ ### Added
88
+
89
+ - a whole bunch of features
90
+
91
+ ### Fixed
92
+
93
+ - a whole bunch of bugs
94
+
95
+ ### Changed
96
+
97
+ - 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.4"
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.3
4
+ version: 1.0.4
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-18 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,