Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6992d11d1c | ||
|
|
f6428c7245 | ||
|
|
5e26d111c1 | ||
|
|
b45af77b5c | ||
|
|
41f6fae742 | ||
|
|
3ee1d855bf |
@@ -1 +1 @@
|
||||
2.6.2
|
||||
2.6.3
|
||||
|
||||
10
CHANGES.md
10
CHANGES.md
@@ -1,3 +1,13 @@
|
||||
# 7.1.2 (2019-06-01)
|
||||
|
||||
- Updated contributing documentation.
|
||||
- Updated to Git Cop 3.5.0.
|
||||
|
||||
# 7.1.1 (2019-05-01)
|
||||
|
||||
- Added project icon to README.
|
||||
- Updated to Ruby 2.6.3.
|
||||
|
||||
# 7.1.0 (2019-04-01)
|
||||
|
||||
- Added XCode installer fix to troubleshooting section.
|
||||
|
||||
@@ -1,22 +1,22 @@
|
||||
# Contributing
|
||||
|
||||
Thanks for taking an interest in this open source project. Your support and involvement is greatly
|
||||
appreciated. The following sections detail what you need to know in order to contribute.
|
||||
appreciated. The following details what you need to know in order to contribute.
|
||||
|
||||
## Code
|
||||
|
||||
1. Read the project README before starting.
|
||||
1. Fork the `master` branch of this repository and clone the fork locally.
|
||||
1. Ensure there are no setup, usage, and/or test issues.
|
||||
1. Fork and clone the `master` branch of this repository locally.
|
||||
1. Ensure there are no local setup, usage, and/or test issues.
|
||||
1. Add tests for new functionality and ensure they pass.
|
||||
1. Submit a pull request, follow the instructions it provides, and ensure the build passes.
|
||||
1. Submit a pull request, follow the instructions provided, and ensure the build passes.
|
||||
|
||||
## Issues
|
||||
|
||||
- Submit an issue via the GitHub Issues tab (assuming one does not
|
||||
already exist) and follow the instructions it provides.
|
||||
- Submit an issue via the GitHub Issues tab (assuming one does not already exist) and follow the
|
||||
instructions provided.
|
||||
|
||||
## Feedback
|
||||
|
||||
- Expect a response within one to three business days.
|
||||
- Changes, alternatives, and/or improvements might be suggested upon review.
|
||||
- Changes, alternatives, and/or improvements may be suggested upon review.
|
||||
|
||||
2
Gemfile
2
Gemfile
@@ -3,4 +3,4 @@
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "rake", "~> 12.0"
|
||||
gem "git-cop", "~> 3.0"
|
||||
gem "git-cop", "~> 3.5"
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
<p align="center">
|
||||
<img src="mac_os.png" alt="MacOS Icon"/>
|
||||
</p>
|
||||
|
||||
# macOS
|
||||
|
||||
[](https://circleci.com/gh/bkuhlmann/mac_os)
|
||||
@@ -72,7 +76,7 @@ Current Version (stable):
|
||||
|
||||
git clone https://github.com/bkuhlmann/mac_os.git
|
||||
cd mac_os
|
||||
git checkout 7.1.0
|
||||
git checkout 7.1.2
|
||||
|
||||
Master Version (unstable):
|
||||
|
||||
|
||||
BIN
mac_os.png
Normal file
BIN
mac_os.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.8 KiB |
Reference in New Issue
Block a user