Skip to content

Commit b08f800

Browse files
committed
updates for version 1.0.19
1 parent 9397c11 commit b08f800

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

README.textile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
h1. Cobweb v1.0.18
2+
h1. Cobweb v1.0.19
33

44
"@cobweb_gem":https://twitter.com/cobweb_gem
55
!https://badge.fury.io/rb/cobweb.png!:http://badge.fury.io/rb/cobweb

changelog.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Change Log
22
==========
33

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+
411
1.0.18
512
sidekiq gem now optional
613

lib/cobweb_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ class CobwebVersion
33

44
# Returns a string of the current version
55
def self.version
6-
"1.0.18"
6+
"1.0.19"
77
end
88

99
end

0 commit comments

Comments
 (0)