You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by cu...@apache.org on 2010/02/25 20:59:58 UTC

svn commit: r916426 - /hadoop/avro/trunk/lang/ruby/Rakefile

Author: cutting
Date: Thu Feb 25 19:59:57 2010
New Revision: 916426

URL: http://svn.apache.org/viewvc?rev=916426&view=rev
Log:
AVRO-424.  Remove author names, per Apache policy, and fix a couple of missing field warnings.

Modified:
    hadoop/avro/trunk/lang/ruby/Rakefile

Modified: hadoop/avro/trunk/lang/ruby/Rakefile
URL: http://svn.apache.org/viewvc/hadoop/avro/trunk/lang/ruby/Rakefile?rev=916426&r1=916425&r2=916426&view=diff
==============================================================================
--- hadoop/avro/trunk/lang/ruby/Rakefile (original)
+++ hadoop/avro/trunk/lang/ruby/Rakefile Thu Feb 25 19:59:57 2010
@@ -18,9 +18,10 @@
 require 'echoe'
 VERSION = File.open('../../share/VERSION.txt').read
 Echoe.new('avro', VERSION) do |p|
-  p.author = "Jeff Hodges"
-  p.author = "Ryan King"
+  p.author = "Apache Software Foundation"
+  p.email = "avro-dev@hadoop.apache.org"
   p.summary = "Apache Avro for Ruby"
+  p.description = "Apache is a data serialization and RPC format"
   p.url = "http://hadoop.apache.org/avro/"
   p.runtime_dependencies = %w[rubygems yajl]
 end