Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6598ff4584 | ||
|
|
e6db4a2270 | ||
|
|
8ce6c3fc2d | ||
|
|
3b8adb89c1 |
@@ -1 +1 @@
|
||||
3.3.6
|
||||
3.4.1
|
||||
|
||||
@@ -2,9 +2,9 @@ cff-version: 1.2.0
|
||||
message: Please use the following metadata when citing this project in your work.
|
||||
title: macOS
|
||||
abstract: Shell scripts for automated macOS machine setup.
|
||||
version: 19.1.1
|
||||
version: 20.0.0
|
||||
license: Hippocratic-2.1
|
||||
date-released: 2024-11-11
|
||||
date-released: 2024-12-27
|
||||
authors:
|
||||
- family-names: Kuhlmann
|
||||
given-names: Brooke
|
||||
|
||||
4
Gemfile
4
Gemfile
@@ -4,7 +4,7 @@ ruby file: ".ruby-version"
|
||||
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "caliber", "~> 0.64"
|
||||
gem "caliber", "~> 0.68"
|
||||
gem "debug", "~> 1.9"
|
||||
gem "git-lint", "~> 8.7"
|
||||
gem "git-lint", "~> 9.0"
|
||||
gem "rake", "~> 13.2"
|
||||
|
||||
@@ -53,7 +53,7 @@ To install, run:
|
||||
----
|
||||
git clone https://github.com/bkuhlmann/mac_os.git
|
||||
cd mac_os
|
||||
git checkout 19.1.1
|
||||
git checkout 20.0.0
|
||||
----
|
||||
|
||||
== Usage
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
= Versions
|
||||
|
||||
== 20.0.0 (2024-12-27)
|
||||
|
||||
* 🔼 Updated to Caliber 0.68.0 - Brooke Kuhlmann
|
||||
* 🔼 Updated to Git Lint 9.0.0 - Brooke Kuhlmann
|
||||
* 🔼 Updated to Ruby 3.4.0 - Brooke Kuhlmann
|
||||
|
||||
== 19.1.1 (2024-11-11)
|
||||
|
||||
* ✅ Fixed library install order - Brooke Kuhlmann
|
||||
|
||||
Reference in New Issue
Block a user