From 6b0f864e62849c878878bb01b22dca57c4a257a3 Mon Sep 17 00:00:00 2001 From: John Fairhurst Date: Sat, 11 Jan 2025 12:33:02 +0000 Subject: [PATCH] Version 6.1.0 --- .jazzy.yaml | 8 +++++--- BUILDING.md | 6 +----- CHANGELOG.md | 4 ++++ LICENSE | 2 +- README.md | 2 +- 5 files changed, 12 insertions(+), 10 deletions(-) diff --git a/.jazzy.yaml b/.jazzy.yaml index 4b3f6d6..620d15d 100644 --- a/.jazzy.yaml +++ b/.jazzy.yaml @@ -1,7 +1,7 @@ author: John Fairhurst author_url: http://github.com/johnfairh module: RubyGateway -module_version: 6.0.0 +module_version: 6.1.0 copyright: Distributed under the MIT license. Maintained by [John Fairhurst](mailto:johnfairh@gmail.com). readme: README.md github_url: https://github.com/johnfairh/RubyGateway @@ -15,8 +15,10 @@ products: xcodebuild_arguments: - "-project" - "RubyGateway.xcodeproj" - - "-target" - - "RubyGateway" + - "-scheme" + - "RubyGateway-Package" + - "-destination" + - "platform=OS X,arch=x86_64" sdk: macosx theme: fw2020 documentation: SourceDocs/*md diff --git a/BUILDING.md b/BUILDING.md index 2ba8d0d..8a29afd 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -13,7 +13,7 @@ Swift Package Manager. * Users install just one thing (RubyGateway) * Users do not need any weird flags or settings. * Users get just the RubyGateway interface -* Support Xcode/Carthage, SwiftPM (because Linux), CocoaPods. +* Support Xcode/Carthage, SwiftPM (because Linux) Haven't managed to meet all these goals :-) @@ -37,10 +37,6 @@ the Xcode version. Everything is fine. -## CocoaPods - -Too broken and poorly understood in 2024; RIP. - ## Ruby 3 notes Spell to get Swift docs for CRuby if Xcode can't do it: diff --git a/CHANGELOG.md b/CHANGELOG.md index 10a8f1f..6f5c691 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 6.1.0 -- 11th January 2025 + +* Support Ruby 3.4 + ## 6.0.0 - 19th September 2024 Swift 6 and concurrency support diff --git a/LICENSE b/LICENSE index a21df4f..166f552 100644 --- a/LICENSE +++ b/LICENSE @@ -7,7 +7,7 @@ The remainder of this software is licensed as follows. MIT License -Copyright (c) 2018-2024 Matthew John Fairhurst +Copyright (c) 2018-2025 Matthew John Fairhurst Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index cb2b03c..8f1351d 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ github "johnfairh/RubyGateway" Swift package manager for macOS or Linux: ``` -.package(url: "https://github.com/johnfairh/RubyGateway", from: "6.0.0") +.package(url: "https://github.com/johnfairh/RubyGateway", from: "6.1.0") ``` ### Configuring CRuby