Skip to content

Commit

Permalink
Version 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfairh committed Jan 11, 2025
1 parent 0c66c7b commit 6b0f864
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 10 deletions.
8 changes: 5 additions & 3 deletions .jazzy.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
6 changes: 1 addition & 5 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 :-)

Expand All @@ -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:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6b0f864

Please sign in to comment.