Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4f37a67353 | ||
|
|
0c5e66b605 | ||
|
|
fd112d373e | ||
|
|
1da7437342 | ||
|
|
91df57a36b | ||
|
|
982663a9ee |
@@ -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: 18.1.0
|
version: 18.2.0
|
||||||
license: Hippocratic-2.1
|
license: Hippocratic-2.1
|
||||||
date-released: 2024-02-25
|
date-released: 2024-04-21
|
||||||
authors:
|
authors:
|
||||||
- family-names: Kuhlmann
|
- family-names: Kuhlmann
|
||||||
given-names: Brooke
|
given-names: Brooke
|
||||||
|
|||||||
6
Gemfile
6
Gemfile
@@ -4,7 +4,7 @@ ruby file: ".ruby-version"
|
|||||||
|
|
||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
gem "caliber", "~> 0.50"
|
gem "caliber", "~> 0.51"
|
||||||
gem "debug", "~> 1.9"
|
gem "debug", "~> 1.9"
|
||||||
gem "git-lint", "~> 7.0"
|
gem "git-lint", "~> 7.3"
|
||||||
gem "rake", "~> 13.1"
|
gem "rake", "~> 13.2"
|
||||||
|
|||||||
@@ -56,7 +56,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 18.1.0
|
git checkout 18.2.0
|
||||||
----
|
----
|
||||||
|
|
||||||
== Usage
|
== Usage
|
||||||
|
|||||||
@@ -1,5 +1,13 @@
|
|||||||
= Versions
|
= Versions
|
||||||
|
|
||||||
|
== 18.2.0 (2024-04-21)
|
||||||
|
|
||||||
|
* 🔼 Updated RuboCop to use XDG local configuration - Brooke Kuhlmann
|
||||||
|
* 🔼 Updated to Caliber 0.51.0 - Brooke Kuhlmann
|
||||||
|
* 🔼 Updated to Git Lint 7.1.0 - Brooke Kuhlmann
|
||||||
|
* 🔼 Updated to Git Lint 7.3.0 - Brooke Kuhlmann
|
||||||
|
* 🔼 Updated to Rake 13.2.0 - Brooke Kuhlmann
|
||||||
|
|
||||||
== 18.1.0 (2024-02-25)
|
== 18.1.0 (2024-02-25)
|
||||||
|
|
||||||
* 🔼 Updated to Caliber 0.50.0 - Brooke Kuhlmann
|
* 🔼 Updated to Caliber 0.50.0 - Brooke Kuhlmann
|
||||||
|
|||||||
Reference in New Issue
Block a user