Skip to content

Commit

Permalink
Fix issue when using memcache-client without rubygems. Thanks to anvar!
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Dec 16, 2009
1 parent a210b5c commit 3230f92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions History.rdoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
= 1.7.8 (HEAD)

* Fix issue where autofix_keys logic did not account for namespace length. (menno)
* Fix issue when using memcache-client without rubygems. (anvar)

= 1.7.7 (2009-11-24)

Expand Down
2 changes: 1 addition & 1 deletion VERSION.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
:patch: 7
:patch: 8
:major: 1
:minor: 7
1 change: 1 addition & 0 deletions lib/memcache.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
require 'socket'
require 'thread'
require 'zlib'
require 'yaml'
require 'digest/sha1'
require 'net/protocol'

Expand Down

0 comments on commit 3230f92

Please sign in to comment.