You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: queue_classic.gemspec
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
Gem::Specification.newdo |s|
3
3
s.name="queue_classic"
4
4
s.email="r@32k.io"
5
-
s.version="3.1.0.RC1"
5
+
s.version="3.1.0"
6
6
s.description="queue_classic is a queueing library for Ruby apps. (Rails, Sinatra, Etc...) queue_classic features asynchronous job polling, database maintained locks and no ridiculous dependencies. As a matter of fact, queue_classic only requires pg."
7
7
s.summary="Simple, efficient worker queue for Ruby & PostgreSQL."
0 commit comments