Skip to content

Commit 24eca34

Browse files
committed
Merge branch '2.0.0'
2 parents 20d80f6 + 5ec905d commit 24eca34

File tree

432 files changed

+15168
-19633
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

432 files changed

+15168
-19633
lines changed

.document

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ lib/**/*.rb
22
-
33
ChangeLog.md
44
COPYING.txt
5-
man/*.md

.github/workflows/ruby.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
ruby:
12-
- 2.5
13-
- 2.6
14-
- 2.7
15-
- 3.0
12+
- '3.0'
13+
- '3.1'
14+
- '3.2'
1615
# - jruby
16+
- truffleruby
1717
name: Ruby ${{ matrix.ruby }}
1818
steps:
1919
- uses: actions/checkout@v2

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/coverage
12
/doc
23
/pkg
34
/man/*.[1-9]

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby-2.7
1+
ruby-3.1

.yardopts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
--markup markdown --title 'Ronin Documentation' --protected
2-
--plugin yard-dm
3-
--plugin yard-dm-is-predefined

0 commit comments

Comments
 (0)