From cfdf498adee9ec21420728abd59ce01c181b0d5f Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 25 Feb 2009 00:10:33 -0800 Subject: [PATCH] mogilefs-client 2.0.1 --- History.txt | 7 +++++-- lib/mogilefs.rb | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/History.txt b/History.txt index e300e65..d7a000d 100644 --- a/History.txt +++ b/History.txt @@ -1,5 +1,8 @@ -= 2.0.1 (WIP) -* Ruby 1.9 compatibility += 2.0.1 +* verify_uris method made more robust +* preliminary Ruby 1.9 compatibility, tests still need some work +* allow store_content to be used with a streamable object of known length +* add setup.rb for non-RubyGems users = 2.0.0 diff --git a/lib/mogilefs.rb b/lib/mogilefs.rb index 9889d0b..5b4f173 100644 --- a/lib/mogilefs.rb +++ b/lib/mogilefs.rb @@ -6,7 +6,7 @@ module MogileFS - VERSION = '2.0.0'.freeze + VERSION = '2.0.1'.freeze ## # Raised when a socket remains unreadable for too long. -- 2.11.4.GIT