Skip to content

Commit

Permalink
Version bump for: bug fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlanett committed Oct 22, 2015
1 parent f1cc961 commit 8e1e953
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The code which cleans the stale lock must not interfere with a different owner a

## Contributors

Alexander Lang (langalex), Jonathan Hyman (jonhyman), Jamie Cobbett (jamiecobbett), and Ravil Bayramgalin (brainopia) have contributed to Redis Lock.
Alexander Lang (langalex), Jonathan Hyman (jonhyman), Jamie Cobbett (jamiecobbett), Ravil Bayramgalin (brainopia), and Tom Mornini (tmornini) have contributed to Redis Lock.

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion lib/redis-lock/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class Redis
class Lock
VERSION = "0.2.6"
VERSION = "0.2.7"
end
end
2 changes: 1 addition & 1 deletion redis-lock.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
require File.expand_path('../lib/redis-lock/version', __FILE__)

Gem::Specification.new do |gem|
gem.authors = ["Mark Lanett", "Ravil Bayramgalin", "Jamie Cobbett", "Jonathan Hyman", "Alexander Lang"]
gem.authors = ["Mark Lanett", "Ravil Bayramgalin", "Jamie Cobbett", "Jonathan Hyman", "Alexander Lang", "Tom Mornini"]
gem.email = ["[email protected]"]
gem.description = %q{Pessimistic locking using Redis}
gem.summary = %q{Pessimistic locking using Redis}
Expand Down

0 comments on commit 8e1e953

Please sign in to comment.