Skip to content

Commit

Permalink
Updated included memcache-client to the 1.5.0.5 version which include…
Browse files Browse the repository at this point in the history
…s fixes from fiveruns and 37signals to deal with failover and timeouts (Joshua Sierles) [#1535 state:committed]

Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>
  • Loading branch information
dhh committed Dec 9, 2008
1 parent 9adcf95 commit e54f179
Show file tree
Hide file tree
Showing 3 changed files with 244 additions and 223 deletions.
2 changes: 2 additions & 0 deletions activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*2.3.0 [Edge]*

* Updated included memcache-client to the 1.5.0.5 version which includes fixes from fiveruns and 37signals to deal with failover and timeouts #1535 [Joshua Sierles]

* Multibyte: add multibyte-safe Chars#ord rather than falling back to String#ord. #1483 [Jason Cheow]

* I18n support for Array#to_sentence. Introduces support.array.words_connector, .two_words_connector, and .last_word_connector translation keys. #1397 [Akira Matsuda]
Expand Down
4 changes: 2 additions & 2 deletions activesupport/lib/active_support/vendor.rb
Expand Up @@ -9,9 +9,9 @@
require 'builder'

begin
gem 'memcache-client', '~> 1.5.1'
gem 'memcache-client', '~> 1.5.0.5'
rescue Gem::LoadError
$:.unshift "#{File.dirname(__FILE__)}/vendor/memcache-client-1.5.1"
$:.unshift "#{File.dirname(__FILE__)}/vendor/memcache-client-1.5.0.5"
end

begin
Expand Down

0 comments on commit e54f179

Please sign in to comment.