Skip to content

Commit e1534bb

Browse files
committed
[devtools] sync
1 parent a27107c commit e1534bb

File tree

3 files changed

+48
-16
lines changed

3 files changed

+48
-16
lines changed

Diff for: CHANGELOG.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- all the things
77

88

9-
[Compare v1.0.0...v1.0.1](https://github.com/dry-rb/dry-testing/compare/v1.0.0...v1.0.1)
9+
[Compare v1.0.0...v1.0.1](https://github.com/dry-rb/dry-testing-testing/compare/v1.0.0...v1.0.1)
1010

1111
## 1.0.0 2020-01-22
1212

@@ -17,7 +17,7 @@ let's release it
1717
- All the features
1818

1919

20-
[Compare v1.0.0...v1.0.0](https://github.com/dry-rb/dry-testing/compare/v1.0.0...v1.0.0)
20+
[Compare v1.0.0...v1.0.0](https://github.com/dry-rb/dry-testing-testing/compare/v1.0.0...v1.0.0)
2121

2222
## 1.0.0 2020-01-22
2323

@@ -28,7 +28,7 @@ let's release it
2828
- All the features
2929

3030

31-
[Compare v0.2.2...v1.0.0](https://github.com/dry-rb/dry-testing/compare/v0.2.2...v1.0.0)
31+
[Compare v0.2.2...v1.0.0](https://github.com/dry-rb/dry-testing-testing/compare/v0.2.2...v1.0.0)
3232

3333
## 0.2.2 2020-01-15
3434

@@ -49,7 +49,7 @@ How about another test?
4949

5050
- test
5151

52-
[Compare v0.2.1...v0.2.2](https://github.com/dry-rb/dry-testing/compare/v0.2.1...v0.2.2)
52+
[Compare v0.2.1...v0.2.2](https://github.com/dry-rb/dry-testing-testing/compare/v0.2.1...v0.2.2)
5353

5454
## 0.2.1 2020-01-10
5555

@@ -60,7 +60,7 @@ One more test
6060
- just testing
6161

6262

63-
[Compare v0.2.0...v0.2.1](https://github.com/dry-rb/dry-testing/compare/v0.2.0...v0.2.1)
63+
[Compare v0.2.0...v0.2.1](https://github.com/dry-rb/dry-testing-testing/compare/v0.2.0...v0.2.1)
6464

6565
## 0.2.0 2020-01-05
6666

@@ -71,7 +71,7 @@ Another test
7171
- just one thing
7272

7373

74-
[Compare v0.1.0...v0.2.0](https://github.com/dry-rb/dry-testing/compare/v0.1.0...v0.2.0)
74+
[Compare v0.1.0...v0.2.0](https://github.com/dry-rb/dry-testing-testing/compare/v0.1.0...v0.2.0)
7575

7676
## 0.1.0 2020-01-01
7777

Diff for: README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
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
1+
[gem]: https://rubygems.org/gems/dry-testing-testing
2+
[actions]: https://github.com/dry-rb/dry-testing-testing/actions
3+
[codacy]: https://www.codacy.com/gh/dry-rb/dry-testing-testing
44
[chat]: https://dry-rb.zulipchat.com
5-
[inchpages]: http://inch-ci.org/github/dry-rb/dry-testing
5+
[inchpages]: http://inch-ci.org/github/dry-rb/dry-testing-testing
66

7-
# dry-testing [![Join the chat at https://dry-rb.zulipchat.com](https://img.shields.io/badge/dry--rb-join%20chat-%23346b7a.svg)][chat]
7+
# dry-testing-testing [![Join the chat at https://dry-rb.zulipchat.com](https://img.shields.io/badge/dry--rb-join%20chat-%23346b7a.svg)][chat]
88

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]
9+
[![Gem Version](https://badge.fury.io/rb/dry-testing-testing.svg)][gem]
10+
[![CI Status](https://github.com/dry-rb/dry-testing-testing/workflows/ci/badge.svg)][actions]
1111
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/codacy-id)][codacy]
1212
[![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]
13+
[![Inline docs](http://inch-ci.org/github/dry-rb/dry-testing-testing.svg?branch=master)][inchpages]
1414

1515
## Links
1616

17-
* [User documentation](http://dry-rb.org/gems/dry-testing)
18-
* [API documentation](http://rubydoc.info/gems/dry-testing)
17+
* [User documentation](http://dry-rb.org/gems/dry-testing-testing)
18+
* [API documentation](http://rubydoc.info/gems/dry-testing-testing)
1919

2020
## Supported Ruby versions
2121

Diff for: dry-testing-testing.gemspec

+32
Original file line numberDiff line numberDiff line change
@@ -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/testing/version'
7+
8+
Gem::Specification.new do |spec|
9+
spec.name = 'dry-testing-testing'
10+
spec.authors = ["Piotr Solnica"]
11+
spec.email = ["[email protected]"]
12+
spec.license = 'MIT'
13+
spec.version = Dry::Testing::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-testing'
18+
spec.files = Dir["CHANGELOG.md", "LICENSE", "README.md", "dry-testing-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-testing/blob/master/CHANGELOG.md'
25+
spec.metadata['source_code_uri'] = 'https://github.com/dry-rb/dry-testing-testing'
26+
spec.metadata['bug_tracker_uri'] = 'https://github.com/dry-rb/dry-testing-testing/issues'
27+
28+
spec.required_ruby_version = ">= 2.4.0"
29+
30+
# to update dependencies edit project.yml
31+
spec.add_development_dependency "rake", "~> 13.0"
32+
end

0 commit comments

Comments
 (0)