Compare commits

...

6 Commits

Author SHA1 Message Date
Brooke Kuhlmann
5312d36d67 Updated version 2026-01-01 14:36:32 -07:00
Brooke Kuhlmann
76f34a826c Updated to Git Lint 10.0.0
link:https://alchemists.io/projects/git-lint/versions/10.0.0/[Details]. This only effects the development environment which is why this is a minor bump.

Milestone: minor
2026-01-01 11:45:49 -07:00
Brooke Kuhlmann
9f5cc69c7d Updated to Refinements 14.0.0
link:https://alchemists.io/projects/refinements/versions/14.0.0/[Details].

Milestone: major
2026-01-01 07:26:30 -07:00
Brooke Kuhlmann
e4331ce887 Updated to Ruby 4.0.0
link:https://www.ruby-lang.org/en/news/2025/12/25/ruby-4-0-0-released[Details]

Milestone: major
2025-12-25 08:40:18 -07:00
Brooke Kuhlmann
ce3c24adcd Updated to Ruby 3.4.8
link:https://github.com/ruby/ruby/releases/tag/v3_4_8[Details].

Milestone: patch
2025-12-16 20:43:29 -07:00
Brooke Kuhlmann
8a21a0f3e8 Updated to Ruby 3.4.7
link:https://www.ruby-lang.org/en/news/2025/10/07/ruby-3-4-7-released/[Details].

Milestone: patch
2025-10-07 19:13:01 -06:00
4 changed files with 5 additions and 5 deletions

View File

@@ -1 +1 @@
3.4.6
4.0.0

View File

@@ -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: 21.0.0
version: 22.0.0
license: Hippocratic-2.1
date-released: 2025-09-19
date-released: 2026-01-01
authors:
- family-names: Kuhlmann
given-names: Brooke

View File

@@ -6,5 +6,5 @@ source "https://rubygems.org"
gem "caliber", "~> 0.82"
gem "debug", "~> 1.11"
gem "git-lint", "~> 9.0"
gem "git-lint", "~> 10.0"
gem "rake", "~> 13.3"

View File

@@ -53,7 +53,7 @@ To install, run:
----
git clone https://github.com/bkuhlmann/mac_os.git
cd mac_os
git checkout 21.0.0
git checkout 22.0.0
----
== Usage