about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2008-09-18 16:42:57 -0700
committerEric Wong <normalperson@yhbt.net>2008-09-18 16:46:25 -0700
commit242c6ff266959b581ff9bb44abbf897feae92444 (patch)
tree16026c913977f0d423a50e1f949a9e77f76b700a
parent29c83a1ffe5d28a3f5f71f3fa4c0683bd5d2eb5a (diff)
downloadmogilefs-client-1.3.0.tar.gz
-rw-r--r--Rakefile2
-rw-r--r--lib/mogilefs.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index 4cbaa57..e9997d8 100644
--- a/Rakefile
+++ b/Rakefile
@@ -6,7 +6,7 @@ require 'mogilefs'
 
 Hoe.new 'mogilefs-client', MogileFS::VERSION do |p|
   p.rubyforge_name = 'seattlerb'
-  p.authors = [ 'Eric Wong', 'Eric Hodel' ]
+  p.author = [ 'Eric Wong', 'Eric Hodel' ]
   p.email = 'normalperson@yhbt.net' # (Eric Wong)
   # p.email = 'drbrain@segment7.net' # (Eric Hodel)
   p.summary = p.paragraphs_of('README.txt', 1).first
diff --git a/lib/mogilefs.rb b/lib/mogilefs.rb
index 8bf3fb6..9d559ee 100644
--- a/lib/mogilefs.rb
+++ b/lib/mogilefs.rb
@@ -6,7 +6,7 @@
 
 module MogileFS
 
-  VERSION = '1.2.1'
+  VERSION = '1.3.0'
 
   ##
   # Raised when a socket remains unreadable for too long.