about summary refs log tree commit homepage
diff options
context:
space:
mode:
-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.