Skip to content

Commit

Permalink
Comment for using latest beanstalkd/beaneater
Browse files Browse the repository at this point in the history
Fixes Issue #2
  • Loading branch information
mexisme authored and Will Robertson committed Apr 22, 2015
1 parent 67a0725 commit e18ef49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@ source 'https://rubygems.org'

# Specify your gem's dependencies in squash_repeater-ruby.gemspec
gemspec

# Latest beaneater has an important fix (see https://github.com/powershop/squash_repeater/issues/2):
# You will need to add it to your base code, to make use of it:
#gem 'beaneater', :github => 'beanstalkd/beaneater'
2 changes: 1 addition & 1 deletion lib/squash_repeater/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SquashRepeater
VERSION = "0.1.2"
VERSION = "0.1.4"
end

0 comments on commit e18ef49

Please sign in to comment.