Skip to content

Commit

Permalink
Bumps version to 2.0.0
Browse files Browse the repository at this point in the history
This is a major version change because the commits to make the pidfile
tracking more robust could introduce errors into working configurations
in the wild. The reason being that, though some people may have
specified pidfile locations in their Guardfile, if those locations
didn't exist or weren't writeable then redis-server would still have
been executed, happily chugging along with no way for guard-redis to
restart because the pid wasn't known.

Now, guard-redis requires that a pid be known and accessible or else
it won't start redis to begin with.
  • Loading branch information
Zachery Moneypenny committed Mar 15, 2015
1 parent 0436dfd commit b6841d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/guard/redis/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Guard
module RedisVersion
VERSION = '1.0.2'
VERSION = '2.0.0'
end
end

0 comments on commit b6841d3

Please # to comment.