Skip to content

Commit

Permalink
updates for version 1.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
stewartmckee committed Nov 26, 2013
1 parent 9397c11 commit b08f800
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.textile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

h1. Cobweb v1.0.18
h1. Cobweb v1.0.19

"@cobweb_gem":https://twitter.com/cobweb_gem
!https://badge.fury.io/rb/cobweb.png!:http://badge.fury.io/rb/cobweb
Expand Down
7 changes: 7 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Change Log
==========

1.0.19
updated redis connection to reuse existing connection
fixed some end of crawl detection bugs
updated specs for stub! deprecations
fixed small bug in worker start detection is spec
merged pull request #20 (Add missing config options, fix default values and layout)

1.0.18
sidekiq gem now optional

Expand Down
2 changes: 1 addition & 1 deletion lib/cobweb_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class CobwebVersion

# Returns a string of the current version
def self.version
"1.0.18"
"1.0.19"
end

end

0 comments on commit b08f800

Please sign in to comment.