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

Commit 664288d

Browse files
committed
Updated common plaintext files (from rspec-dev) [ci skip]
1 parent c89ba23 commit 664288d

File tree

6 files changed

+20
-19
lines changed

6 files changed

+20
-19
lines changed

.github/FUNDING.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# This file was generated on 2019-12-05T21:25:48+00:00 from the rspec-dev repo.
1+
# This file was generated on 2019-12-05T21:32:24+00:00 from the rspec-dev repo.
22
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
3+
34
github: [JonRowe]
45
open_collective: rspec

BUILD_DETAIL.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!---
2-
This file was generated on 2019-12-05T21:25:48+00:00 from the rspec-dev repo.
2+
This file was generated on 2019-12-05T21:32:24+00:00 from the rspec-dev repo.
33
DO NOT modify it by hand as your changes will get lost the next time it is generated.
44
-->
55

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

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

6969
## YARD documentation
7070

71-
RSpec uses [YARD](http://yardoc.org/) for API documentation on the [rspec.info site](http://rspec.info/).
72-
Our commitment to [SemVer](htp://semver.org) requires that we explicitly
71+
RSpec uses [YARD](https://yardoc.org/) for API documentation on the [rspec.info site](https://rspec.info/).
72+
Our commitment to [SemVer](https://semver.org) requires that we explicitly
7373
declare our public API, and our build uses YARD to ensure that every
7474
class, module and method has either been labeled `@private` or has at
7575
least some level of documentation. For new APIs, this forces us to make

CODE_OF_CONDUCT.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!---
2-
This file was generated on 2019-12-05T21:25:48+00:00 from the rspec-dev repo.
2+
This file was generated on 2019-12-05T21:32:24+00:00 from the rspec-dev repo.
33
DO NOT modify it by hand as your changes will get lost the next time it is generated.
44
-->
55

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

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

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

58-
[homepage]: http://contributor-covenant.org
59-
[version]: http://contributor-covenant.org/version/1/3/0/
58+
[homepage]: https://contributor-covenant.org
59+
[version]: https://contributor-covenant.org/version/1/3/0/

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!---
2-
This file was generated on 2019-12-05T21:25:48+00:00 from the rspec-dev repo.
2+
This file was generated on 2019-12-05T21:32:24+00:00 from the rspec-dev repo.
33
DO NOT modify it by hand as your changes will get lost the next time it is generated.
44
-->
55

@@ -13,8 +13,8 @@ If you'd like to help make RSpec better, here are some ways you can contribute:
1313
- by running RSpec HEAD to help us catch bugs before new releases
1414
- by [reporting bugs you encounter](https://github.com/rspec/rspec-support/issues/new) with [report template](#report-template)
1515
- by [suggesting new features](https://github.com/rspec/rspec-support/issues/new)
16-
- by improving RSpec's [Relish](https://relishapp.com/rspec) or [API](http://rspec.info/documentation/) documentation
17-
- by improving [RSpec's website](http://rspec.info/) ([source](https://github.com/rspec/rspec.github.io))
16+
- by improving RSpec's [Relish](https://relishapp.com/rspec) or [API](https://rspec.info/documentation/) documentation
17+
- by improving [RSpec's website](https://rspec.info/) ([source](https://github.com/rspec/rspec.github.io))
1818
- by taking part in [feature and issue discussions](https://github.com/rspec/rspec-support/issues)
1919
- by adding a failing test for reproducible [reported bugs](https://github.com/rspec/rspec-support/issues)
2020
- by reviewing [pull requests](https://github.com/rspec/rspec-support/pulls) and suggesting improvements

DEVELOPMENT.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<!---
2-
This file was generated on 2019-12-05T21:25:48+00:00 from the rspec-dev repo.
2+
This file was generated on 2019-12-05T21:32:24+00:00 from the rspec-dev repo.
33
DO NOT modify it by hand as your changes will get lost the next time it is generated.
44
-->
55

66
# Development Setup
77

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

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

2727
```
2828
$ cd rspec-support
@@ -31,7 +31,7 @@ $ bundle install
3131

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

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

115115
# Adding Docs
116116

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

REPORT_TEMPLATE.md

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

0 commit comments

Comments
 (0)