Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4c01cfa323 | ||
|
|
d4ff286f90 | ||
|
|
def1e57fad |
@@ -2,9 +2,9 @@ cff-version: 1.2.0
|
|||||||
message: Please use the following metadata when citing this project in your work.
|
message: Please use the following metadata when citing this project in your work.
|
||||||
title: macOS
|
title: macOS
|
||||||
abstract: Shell scripts for automated macOS machine setup.
|
abstract: Shell scripts for automated macOS machine setup.
|
||||||
version: 19.0.1
|
version: 19.1.0
|
||||||
license: Hippocratic-2.1
|
license: Hippocratic-2.1
|
||||||
date-released: 2024-11-05
|
date-released: 2024-11-09
|
||||||
authors:
|
authors:
|
||||||
- family-names: Kuhlmann
|
- family-names: Kuhlmann
|
||||||
given-names: Brooke
|
given-names: Brooke
|
||||||
|
|||||||
4
Gemfile
4
Gemfile
@@ -4,7 +4,7 @@ ruby file: ".ruby-version"
|
|||||||
|
|
||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
gem "caliber", "~> 0.58"
|
gem "caliber", "~> 0.64"
|
||||||
gem "debug", "~> 1.9"
|
gem "debug", "~> 1.9"
|
||||||
gem "git-lint", "~> 8.0"
|
gem "git-lint", "~> 8.7"
|
||||||
gem "rake", "~> 13.2"
|
gem "rake", "~> 13.2"
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ To install, run:
|
|||||||
----
|
----
|
||||||
git clone https://github.com/bkuhlmann/mac_os.git
|
git clone https://github.com/bkuhlmann/mac_os.git
|
||||||
cd mac_os
|
cd mac_os
|
||||||
git checkout 19.0.1
|
git checkout 19.1.0
|
||||||
----
|
----
|
||||||
|
|
||||||
== Usage
|
== Usage
|
||||||
|
|||||||
@@ -1,5 +1,10 @@
|
|||||||
= Versions
|
= Versions
|
||||||
|
|
||||||
|
== 19.1.0 (2024-11-09)
|
||||||
|
|
||||||
|
* 🔼 Updated to Caliber 0.64.0 - Brooke Kuhlmann
|
||||||
|
* 🔼 Updated to Git Lint 8.7.0 - Brooke Kuhlmann
|
||||||
|
|
||||||
== 19.0.1 (2024-11-05)
|
== 19.0.1 (2024-11-05)
|
||||||
|
|
||||||
* 🟢 Added macOS Defaults documentation link - Brooke Kuhlmann
|
* 🟢 Added macOS Defaults documentation link - Brooke Kuhlmann
|
||||||
|
|||||||
Reference in New Issue
Block a user