Skip to content

Commit

Permalink
Version
Browse files Browse the repository at this point in the history
# Conflicts:
#	CHANGELOG.md
#	checksums/standard-procedure-plumbing-0.3.2.gem.sha512
#	lib/plumbing/version.rb
  • Loading branch information
rahoulb committed Sep 14, 2024
1 parent 849f6cd commit c867337
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml → .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
matrix:
ruby:
- '3.2.2'

- '3.3.2'
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run the default task
run: bundle exec rake
- name: RSpec
run: bundle exec rspec
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [0.3.3] - 2024-09-14

- Added :threaded and :rails modes
- RubberDuck now works with Module and Class

## [0.3.2] - 2024-09-13

- URG - somehow I'd managed to exclude the lib folder from the gem contents
Expand Down
1 change: 1 addition & 0 deletions checksums/standard-procedure-plumbing-0.3.3.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
370afad43319c1af23e47891bb5482dc18d9058ba06a5bff20fca99dfde4659404e3e21ce9012edb405ab34a797602226b9bdad5299dd158806f395d77c96dcf
2 changes: 1 addition & 1 deletion lib/plumbing/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Plumbing
VERSION = "0.3.2"
VERSION = "0.3.3"
end

0 comments on commit c867337

Please sign in to comment.