Skip to content

Commit

Permalink
Merge pull request #30 from bastelfreak/license
Browse files Browse the repository at this point in the history
Clarifiy license: GPL-3.0->GPL-3.0-only
  • Loading branch information
bastelfreak authored Mar 14, 2024
2 parents 111d35f + 05dcb1e commit 5da2d60
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
if: github.repository_owner == 'betadots'
steps:
- uses: actions/checkout@v4
- name: Install Ruby 3.0
- name: Install Ruby 3.3
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
ruby-version: '3.3'
env:
BUNDLE_WITHOUT: release:development:rubocop
- name: Build gem
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.2"
ruby-version: "3.3"
bundler-cache: true
- name: Run Rubocop
run: bundle exec rake rubocop
Expand All @@ -32,6 +32,7 @@ jobs:
- "3.0"
- "3.1"
- "3.2"
- "3.3"
name: Ruby ${{ matrix.ruby }}
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion foreman_hdm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Gem::Specification.new do |s|
s.name = 'foreman_hdm'
s.version = ForemanHdm::VERSION
s.metadata = { 'is_foreman_plugin' => 'true' }
s.license = 'GPL-3.0'
s.license = 'GPL-3.0-only'
s.authors = ['betadots GmbH']
s.email = ['[email protected]']
s.homepage = 'https://github.com/betadots/foreman_hdm'
Expand Down

0 comments on commit 5da2d60

Please sign in to comment.