File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
2
- h1. Cobweb v1.0.18
2
+ h1. Cobweb v1.0.19
3
3
4
4
"@cobweb_gem":https://twitter.com/cobweb_gem
5
5
!https://badge.fury.io/rb/cobweb.png!:http://badge.fury.io/rb/cobweb
Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
4
+ 1.0.19
5
+ updated redis connection to reuse existing connection
6
+ fixed some end of crawl detection bugs
7
+ updated specs for stub! deprecations
8
+ fixed small bug in worker start detection is spec
9
+ merged pull request #20 (Add missing config options, fix default values and layout)
10
+
4
11
1.0.18
5
12
sidekiq gem now optional
6
13
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ class CobwebVersion
3
3
4
4
# Returns a string of the current version
5
5
def self . version
6
- "1.0.18 "
6
+ "1.0.19 "
7
7
end
8
8
9
9
end
You can’t perform that action at this time.
0 commit comments