Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Updates from rspec-dev (2019-12-05) #387

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# This file was generated on 2019-12-05T21:25:48+00:00 from the rspec-dev repo.
# This file was generated on 2019-12-05T21:32:24+00:00 from the rspec-dev repo.
# DO NOT modify it by hand as your changes will get lost the next time it is generated.

github: [JonRowe]
open_collective: rspec
8 changes: 4 additions & 4 deletions BUILD_DETAIL.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!---
This file was generated on 2019-12-05T21:25:48+00:00 from the rspec-dev repo.
This file was generated on 2019-12-05T21:32:24+00:00 from the rspec-dev repo.
DO NOT modify it by hand as your changes will get lost the next time it is generated.
-->

Expand Down Expand Up @@ -40,7 +40,7 @@ The spec suite performs a couple extra checks that are worth noting:
available for use in any context, we want to minimize how many bits of the standard
library we load and use. Otherwise, RSpec's use of part of the standard library could
mask a problem where a gem author forgets to load a part of the standard library they
rely on. The spec suite contains a spec that defines a whitelist of allowed loaded
rely on. The spec suite contains a spec that defines a list of allowed loaded
stdlibs.

In addition, we use [SimpleCov](https://github.com/colszowka/simplecov)
Expand Down Expand Up @@ -68,8 +68,8 @@ $ bin/cucumber

## YARD documentation

RSpec uses [YARD](http://yardoc.org/) for API documentation on the [rspec.info site](http://rspec.info/).
Our commitment to [SemVer](htp://semver.org) requires that we explicitly
RSpec uses [YARD](https://yardoc.org/) for API documentation on the [rspec.info site](https://rspec.info/).
Our commitment to [SemVer](https://semver.org) requires that we explicitly
declare our public API, and our build uses YARD to ensure that every
class, module and method has either been labeled `@private` or has at
least some level of documentation. For new APIs, this forces us to make
Expand Down
10 changes: 5 additions & 5 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!---
This file was generated on 2019-12-05T21:25:48+00:00 from the rspec-dev repo.
This file was generated on 2019-12-05T21:32:24+00:00 from the rspec-dev repo.
DO NOT modify it by hand as your changes will get lost the next time it is generated.
-->

Expand Down Expand Up @@ -46,14 +46,14 @@ when an individual is representing the project or its community.

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting one of the project maintainers listed at
http://rspec.info/about/. All complaints will be reviewed and investigated
https://rspec.info/about/. All complaints will be reviewed and investigated
and will result in a response that is deemed necessary and appropriate to the
circumstances. Maintainers are obligated to maintain confidentiality with
regard to the reporter of an incident.

This Code of Conduct is adapted from the [Contributor Covenant][homepage],
version 1.3.0, available at
[http://contributor-covenant.org/version/1/3/0/][version]
[https://contributor-covenant.org/version/1/3/0/][version]

[homepage]: http://contributor-covenant.org
[version]: http://contributor-covenant.org/version/1/3/0/
[homepage]: https://contributor-covenant.org
[version]: https://contributor-covenant.org/version/1/3/0/
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!---
This file was generated on 2019-12-05T21:25:48+00:00 from the rspec-dev repo.
This file was generated on 2019-12-05T21:32:24+00:00 from the rspec-dev repo.
DO NOT modify it by hand as your changes will get lost the next time it is generated.
-->

Expand All @@ -13,8 +13,8 @@ If you'd like to help make RSpec better, here are some ways you can contribute:
- by running RSpec HEAD to help us catch bugs before new releases
- by [reporting bugs you encounter](https://github.com/rspec/rspec-support/issues/new) with [report template](#report-template)
- by [suggesting new features](https://github.com/rspec/rspec-support/issues/new)
- by improving RSpec's [Relish](https://relishapp.com/rspec) or [API](http://rspec.info/documentation/) documentation
- by improving [RSpec's website](http://rspec.info/) ([source](https://github.com/rspec/rspec.github.io))
- by improving RSpec's [Relish](https://relishapp.com/rspec) or [API](https://rspec.info/documentation/) documentation
- by improving [RSpec's website](https://rspec.info/) ([source](https://github.com/rspec/rspec.github.io))
- by taking part in [feature and issue discussions](https://github.com/rspec/rspec-support/issues)
- by adding a failing test for reproducible [reported bugs](https://github.com/rspec/rspec-support/issues)
- by reviewing [pull requests](https://github.com/rspec/rspec-support/pulls) and suggesting improvements
Expand Down
10 changes: 5 additions & 5 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<!---
This file was generated on 2019-12-05T21:25:48+00:00 from the rspec-dev repo.
This file was generated on 2019-12-05T21:32:24+00:00 from the rspec-dev repo.
DO NOT modify it by hand as your changes will get lost the next time it is generated.
-->

# Development Setup

Generally speaking, you only need to clone the project and install
the dependencies with [Bundler](http://bundler.io/). You can either
the dependencies with [Bundler](https://bundler.io/). You can either
get a full RSpec development environment using
[rspec-dev](https://github.com/rspec/rspec-dev#README) or you can
set this project up individually.
Expand All @@ -22,7 +22,7 @@ Clone the repo:
$ git clone [email protected]:rspec/rspec-support.git
```

Install the dependencies using [Bundler](http://bundler.io/):
Install the dependencies using [Bundler](https://bundler.io/):

```
$ cd rspec-support
Expand All @@ -31,7 +31,7 @@ $ bundle install

To minimize boot time and to ensure we don't depend upon any extra dependencies
loaded by Bundler, our CI builds avoid loading Bundler at runtime
by using Bundler's [`--standalone option`](http://myronmars.to/n/dev-blog/2012/03/faster-test-boot-times-with-bundler-standalone).
by using Bundler's [`--standalone option`](https://myronmars.to/n/dev-blog/2012/03/faster-test-boot-times-with-bundler-standalone).
While not strictly necessary (many/most of our contributors do not do this!),
if you want to exactly reproduce our CI builds you'll want to do the same:

Expand Down Expand Up @@ -114,7 +114,7 @@ Here's a short, non-exhaustive checklist of things we typically ask contributors

# Adding Docs

RSpec uses [YARD](http://yardoc.org/) for its API documentation. To
RSpec uses [YARD](https://yardoc.org/) for its API documentation. To
ensure the docs render well, we recommend running a YARD server and
viewing your edits in a browser.

Expand Down
2 changes: 1 addition & 1 deletion REPORT_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!---
This file was generated on 2019-12-05T21:25:48+00:00 from the rspec-dev repo.
This file was generated on 2019-12-05T21:32:24+00:00 from the rspec-dev repo.
DO NOT modify it by hand as your changes will get lost the next time it is generated.
-->

Expand Down