Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3230f92

Browse files
committed
Fix issue when using memcache-client without rubygems. Thanks to anvar!
1 parent a210b5c commit 3230f92

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

‎History.rdoc‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
= 1.7.8 (HEAD)
22

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

56
= 1.7.7 (2009年11月24日)
67

‎VERSION.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
2-
:patch: 7
2+
:patch: 8
33
:major: 1
44
:minor: 7

‎lib/memcache.rb‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
require 'socket'
44
require 'thread'
55
require 'zlib'
6+
require 'yaml'
67
require 'digest/sha1'
78
require 'net/protocol'
89

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /