Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
strategy:
matrix:
ruby-version:
- '3.1'
- '3.2'
- '3.3'
- '3.4'
- 'ruby-head'
- 'truffleruby-head'
steps:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This project uses [Semantic Versioning 2.0.0](http://semver.org/).

## main

- CHANGED: Minimum Ruby version is now 3.2

## 9.0.1

- NEW: Added `alias_email` and `destination_email` to `EmailForward`
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2010-2024 DNSimple Corporation
Copyright (c) 2010-2025 DNSimple Corporation

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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ We provide a full API and an easy-to-use web interface so you can get your domai

## Requirements

- Ruby: MRI > 3.1+
- Ruby: MRI > 3.2+

## Installation

Expand Down Expand Up @@ -110,4 +110,4 @@ puts response.data

## License

Copyright (c) 2010-2024 DNSimple Corporation. This is Free Software distributed under the MIT license.
Copyright (c) 2010-2025 DNSimple Corporation. This is Free Software distributed under the MIT license.