Skip to content

Commit

Permalink
Bump solid_queue to 1.0.0.beta
Browse files Browse the repository at this point in the history
  • Loading branch information
rosa committed Sep 16, 2024
1 parent 2293d8c commit 67b964d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
solid_queue (0.9.0)
solid_queue (1.0.0.beta)
activejob (>= 7.1)
activerecord (>= 7.1)
concurrent-ruby (>= 1.3.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/solid_queue/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SolidQueue
VERSION = "0.9.0"
VERSION = "1.0.0.beta"
end
2 changes: 1 addition & 1 deletion test/unit/log_subscriber_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ def instrument(...)

def assert_match_logged(level, action, attributes)
assert_equal 1, @logger.logged(level).size
assert_match /SolidQueue-[\d.]+ #{action} \(\d+\.\d+ms\) #{Regexp.escape(attributes)}/, @logger.logged(level).last
assert_match /SolidQueue-[\d.]+(\.beta)? #{action} \(\d+\.\d+ms\) #{Regexp.escape(attributes)}/, @logger.logged(level).last
end
end

0 comments on commit 67b964d

Please sign in to comment.