Skip to content

Commit

Permalink
Merge branch 'main' of github.com:djberg96/proc-wait3 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
djberg96 committed Apr 4, 2023
2 parents 0af7535 + 74f5d19 commit 9482dbd
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 14 deletions.
4 changes: 4 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# These are supported funding model platforms

github: djberg96
open_collective: daniel-berger
13 changes: 5 additions & 8 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,22 @@ on:
push:
branches: [ main ]
paths-ignore:
- '**/README.md'
- '**/CHANGES.md'
- '**/MANIFEST.md'
- '**/*.md'
pull_request:
branches: [ main ]
paths-ignore:
- '**/README.md'
- '**/CHANGES.md'
- '**/MANIFEST.md'
- '**/*.md'
workflow_dispatch:

jobs:
test:
strategy:
matrix:
ruby-version: ['2.6', '2.7']
ruby-version: ['2.6', '2.7', '3.0', '3.1', '3.2']
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down
13 changes: 7 additions & 6 deletions proc-wait3.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ Gem::Specification.new do |spec|
spec.add_development_dependency('rspec', '~> 3.9')

spec.metadata = {
'homepage_uri' => 'https://github.com/djberg96/proc-wait3',
'bug_tracker_uri' => 'https://github.com/djberg96/proc-wait3/issues',
'changelog_uri' => 'https://github.com/djberg96/proc-wait3/blob/main/CHANGES.md',
'documentation_uri' => 'https://github.com/djberg96/proc-wait3/wiki',
'source_code_uri' => 'https://github.com/djberg96/proc-wait3',
'wiki_uri' => 'https://github.com/djberg96/proc-wait3/wiki'
'homepage_uri' => 'https://github.com/djberg96/proc-wait3',
'bug_tracker_uri' => 'https://github.com/djberg96/proc-wait3/issues',
'changelog_uri' => 'https://github.com/djberg96/proc-wait3/blob/main/CHANGES.md',
'documentation_uri' => 'https://github.com/djberg96/proc-wait3/wiki',
'source_code_uri' => 'https://github.com/djberg96/proc-wait3',
'wiki_uri' => 'https://github.com/djberg96/proc-wait3/wiki',
'rubygems_mfa_required' => 'true'
}

spec.description = <<-EOF
Expand Down

0 comments on commit 9482dbd

Please sign in to comment.