Skip to content

Commit

Permalink
Version 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfairh committed May 18, 2021
1 parent c75ff12 commit e944f29
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .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: 3.2.0
module_version: 4.0.0
copyright: Distributed under the MIT license. Maintained by [John Fairhurst](mailto:[email protected]).
readme: README.md
github_url: https://github.com/johnfairh/RubyGateway
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 4.0.0 - 18th May 2021

#### Breaking

* Require minimum Swift 5.4 / Xcode 12.5
* Require minimum Ruby 2.6

## 3.2.1 - 11th May 2020

#### Bug Fixes
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-2019 Matthew John Fairhurst
Copyright (c) 2018-2021 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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,9 @@ log(object2_to_log, priority: 2)

## Requirements

* Swift 5.0 or later, from swift.org or Xcode 10.2+
* macOS (tested on 10.14.5) or Linux (tested on Ubuntu Bionic/18.04 on x86_64) with Clang 6.
* Ruby 2.3 or later including development files:
* Swift 5.4 or later, from swift.org or Xcode 12.5+
* macOS (tested on 11.3) or Linux (tested on Ubuntu Bionic/18.04 on x86_64) with Clang 6.
* Ruby 2.6 or later including development files:
* For macOS, these come with Xcode.
* For Linux you may need to install a -dev package depending on how your Ruby
is installed.
Expand All @@ -181,7 +181,7 @@ github "johnfairh/RubyGateway"

Swift package manager for macOS or Linux:
```
.package(url: "https://github.com/johnfairh/RubyGateway", from: "2.1.0")
.package(url: "https://github.com/johnfairh/RubyGateway", from: "4.0.0")
```

CocoaPods for macOS:
Expand Down
2 changes: 1 addition & 1 deletion RubyGateway.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RubyGateway"
s.version = "3.2.1"
s.version = "4.0.0"
s.authors = { "John Fairhurst" => "[email protected]" }
s.license = { :type => "MIT", :file => "LICENSE" }
s.homepage = "https://github.com/johnfairh/RubyGateway"
Expand Down

0 comments on commit e944f29

Please sign in to comment.