Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Run Rubocop
run: bundle exec rake rubocop
- id: ruby
uses: voxpupuli/ruby-version@v1
uses: voxpupuli/ruby-version@v2

test:
needs: rubocop_and_matrix
Expand Down
6 changes: 3 additions & 3 deletions librarian-puppet.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ Gem::Specification.new do |s|
s.name = 'librarian-puppet'
s.version = Librarian::Puppet::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ['Tim Sharpe', 'Carlos Sanchez']
s.authors = ['Tim Sharpe', 'Carlos Sanchez', 'Vox Pupuli']
s.license = 'MIT'
s.email = ['[email protected]', '[email protected]']
s.email = ['[email protected]', '[email protected]', '[email protected]']
s.homepage = 'https://github.com/voxpupuli/librarian-puppet'
s.summary = 'Bundler for your Puppet modules'
s.description = 'Simplify deployment of your Puppet infrastructure by
automatically pulling in modules from the forge and git repositories with
a single command.'

s.required_ruby_version = '>= 3.2', '< 4'
s.required_ruby_version = '>= 3.2', '< 5'

s.files = [
'.gitignore',
Expand Down