This website works better with JavaScript.
Home
Help
Sign In
cn
/
dyndnsd
mirror of
https://github.com/cmur2/dyndnsd.git
Watch
1
Star
0
Fork
0
Code
Releases
29
Activity
Browse Source
gem: add Ruby 3.0 support
tags/v3.2.0
cn
3 weeks ago
committed by
Christian Nicolai
parent
e29b451de4
commit
23c09f722c
2 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.github/workflows/ci.yml
+6
-0
CHANGELOG.md
+ 1
- 0
.github/workflows/ci.yml
View File
@ -19,6 +19,7 @@ jobs:
-
'2.5'
-
'2.6'
-
'2.7'
-
'3.0'
steps:
-
uses
:
actions/checkout@v2
-
name
:
Set up Ruby ${{ matrix.ruby-version }}
+ 6
- 0
CHANGELOG.md
View File
@ -1,5 +1,11 @@
# Changelog
## 3.2.0
IMPROVEMENTS:
- Add Ruby 3.0 support
## 3.1.3 (December 20, 2020)
OTHER:
Write
Preview
Loading…
Cancel
Save