You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 4, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CODE_OF_CONDUCT.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ This Code of Conduct applies within all community spaces, and also applies when
39
39
40
40
## Enforcement
41
41
42
-
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at noah@unsupervised.com. All complaints will be reviewed and investigated promptly and fairly.
42
+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at owner@example.com. All complaints will be reviewed and investigated promptly and fairly.
43
43
44
44
All community leaders are obligated to respect the privacy and security of the reporter of any incident.
This is a GitHub template for creating Ruby gems. Press [**Use this template**](https://github.com/mattbrictson/gem/generate) to generate a project from this template. In the generated project, run this script to rename the gem to meet your needs:
4
+
5
+
```
6
+
$ ruby rename_template.rb
7
+
```
8
+
9
+
Note that to get the full benefits of the script, you will need the [gh](https://github.com/cli/cli) command installed.
10
+
11
+
This template is based on `bundle gem` with some notable improvements:
12
+
13
+
- GitHub Actions configuration
14
+
- Minitest, with minitest-reporters for nicely formatted test output
15
+
- Rubocop with a good set of configuration
16
+
-[release-drafter](https://github.com/apps/release-drafter) GitHub Action for automating release notes
17
+
- A `rake bump` task to keep your Ruby and Bundler dependencies up to date
18
+
- A nice README with badges ready to go (see below)
@@ -18,16 +41,16 @@ TODO: Description of this gem goes here.
18
41
## Quick start
19
42
20
43
```
21
-
$ gem install guideance-rails
44
+
$ gem install example
22
45
```
23
46
24
47
```ruby
25
-
require"guideance/rails"
48
+
require"example"
26
49
```
27
50
28
51
## Support
29
52
30
-
If you want to report a bug, or have ideas, feedback or questions about the gem, [let me know via GitHub issues](https://github.com/Unsupervisedcom/guideance-rails/issues/new) and I will do my best to provide a helpful answer. Happy hacking!
53
+
If you want to report a bug, or have ideas, feedback or questions about the gem, [let me know via GitHub issues](https://github.com/mattbrictson/gem/issues/new) and I will do my best to provide a helpful answer. Happy hacking!
0 commit comments