Skip to content

Commit ccce13c

Browse files
committed
Tick 3.1.0
1 parent 8a8e0ee commit ccce13c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
3.1.0
2+
---
3+
* Add support for latest ruby and Rails 5 (coding-bunny #156)
4+
* Support `Class#method` notation in batch callback (caalberts #155)
5+
* Fix bug with time comparison in delayed jobs (geeosh #153 with help from col)
6+
* remove usage of `Integer#blank?` (lanej #152)
7+
* Add `NullBatch#description` (dsantosmerino #139)
8+
* README updates (BenMusch #142, akihikodaki #141, wpolicarpo #160)
9+
110
3.0.3
211
---
312
* Re-splat arguments for the have_enqueued_job alias (aprescott #136)

lib/rspec/sidekiq/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module RSpec
22
module Sidekiq
3-
VERSION = '3.0.3'
3+
VERSION = '3.1.0'
44
end
55
end

0 commit comments

Comments
 (0)