Compare commits

..

4 Commits

Author SHA1 Message Date
Brooke Kuhlmann
1f3e89bc9c Updated version 2025-04-18 11:50:07 -06:00
Brooke Kuhlmann
eaf15d9e16 Updated to Ruby 3.4.3
link:https://www.ruby-lang.org/en/news/2025/04/14/ruby-3-4-3-released[Details].

Milestone: patch
2025-04-14 12:37:46 -06:00
Brooke Kuhlmann
4ab07b1a88 Updated to Caliber 0.79.0
link:https://alchemists.io/projects/caliber/versions/0.79.0/[Details].

Milestone: minor
2025-04-13 11:50:01 -06:00
Brooke Kuhlmann
615b61457f Added The Eclectic Light Company's troubleshooting guide
Provides a wealth of additional information that might be of aid to folks.

Milestone: patch
2025-02-25 14:48:28 -07:00
4 changed files with 6 additions and 5 deletions

View File

@@ -1 +1 @@
3.4.2 3.4.3

View File

@@ -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: 20.1.0 version: 20.2.0
license: Hippocratic-2.1 license: Hippocratic-2.1
date-released: 2025-02-22 date-released: 2025-04-18
authors: authors:
- family-names: Kuhlmann - family-names: Kuhlmann
given-names: Brooke given-names: Brooke

View File

@@ -4,7 +4,7 @@ ruby file: ".ruby-version"
source "https://rubygems.org" source "https://rubygems.org"
gem "caliber", "~> 0.74" gem "caliber", "~> 0.79"
gem "debug", "~> 1.10" gem "debug", "~> 1.10"
gem "git-lint", "~> 9.0" gem "git-lint", "~> 9.0"
gem "rake", "~> 13.2" gem "rake", "~> 13.2"

View File

@@ -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 20.1.0 git checkout 20.2.0
---- ----
== Usage == Usage
@@ -203,6 +203,7 @@ link:https://alchemists.io/projects/mac_os-config[macOS Config] project for furt
** After seven seconds, hold down the Power button as well. ** After seven seconds, hold down the Power button as well.
** Release all keys after another seven seconds. ** Release all keys after another seven seconds.
** Turn on your Mac. ** Turn on your Mac.
** For more troubleshooting tips, check out The Eclectic Light Company's link:https://eclecticlight.co/mac-troubleshooting-summary/[Mac Troubleshooting Summary].
== Development == Development