File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 strategy :
3131 matrix :
3232 ruby-version :
33- - ' 3.1'
3433 - ' 3.2'
3534 - ' 3.3'
35+ - ' 3.4'
3636 - ' ruby-head'
3737 - ' truffleruby-head'
3838 steps :
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ This project uses [Semantic Versioning 2.0.0](http://semver.org/).
44
55## main
66
7+ - CHANGED: Minimum Ruby version is now 3.2
8+
79## 9.0.1
810
911- NEW: Added ` alias_email ` and ` destination_email ` to ` EmailForward `
Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright (c) 2010-2024 DNSimple Corporation
3+ Copyright (c) 2010-2025 DNSimple Corporation
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ We provide a full API and an easy-to-use web interface so you can get your domai
1010
1111## Requirements
1212
13- - Ruby: MRI > 3.1 +
13+ - Ruby: MRI > 3.2 +
1414
1515## Installation
1616
@@ -110,4 +110,4 @@ puts response.data
110110
111111## License
112112
113- Copyright (c) 2010-2024 DNSimple Corporation. This is Free Software distributed under the MIT license.
113+ Copyright (c) 2010-2025 DNSimple Corporation. This is Free Software distributed under the MIT license.
You can’t perform that action at this time.
0 commit comments