You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ju...@apache.org on 2011/09/26 19:41:03 UTC

svn commit: r1175972 - /incubator/kafka/trunk/clients/ruby/kafka-rb.gemspec

Author: junrao
Date: Mon Sep 26 17:41:02 2011
New Revision: 1175972

URL: http://svn.apache.org/viewvc?rev=1175972&view=rev
Log:
ruby kafka gem is not functional; patched by Pierre-Yves Ritschard; KAFKA-135

Modified:
    incubator/kafka/trunk/clients/ruby/kafka-rb.gemspec

Modified: incubator/kafka/trunk/clients/ruby/kafka-rb.gemspec
URL: http://svn.apache.org/viewvc/incubator/kafka/trunk/clients/ruby/kafka-rb.gemspec?rev=1175972&r1=1175971&r2=1175972&view=diff
==============================================================================
--- incubator/kafka/trunk/clients/ruby/kafka-rb.gemspec (original)
+++ incubator/kafka/trunk/clients/ruby/kafka-rb.gemspec Mon Sep 26 17:41:02 2011
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
   s.description = %q{kafka-rb allows you to produce and consume messages using the Kafka distributed publish/subscribe messaging service.}
   s.email = %q{alejandrocrosa@gmail.com}
   s.extra_rdoc_files = ["LICENSE"]
-  s.files = ["LICENSE", "README.md", "Rakefile", "lib/kafka", "lib/kafka/batch.rb", "lib/kafka/consumer.rb", "lib/kafka/io.rb", "lib/kafka/message.rb", "lib/kafka/producer.rb", "lib/kafka/request_type.rb", "lib/kafka.rb", "spec/batch_spec.rb", "spec/consumer_spec.rb", "spec/io_spec.rb", "spec/kafka_spec.rb", "spec/message_spec.rb", "spec/producer_spec.rb", "spec/spec_helper.rb"]
+  s.files = ["LICENSE", "README.md", "Rakefile", "lib/kafka", "lib/kafka/batch.rb", "lib/kafka/consumer.rb", "lib/kafka/io.rb", "lib/kafka/message.rb", "lib/kafka/producer.rb", "lib/kafka/request_type.rb", "lib/kafka/error_codes.rb", "lib/kafka.rb", "spec/batch_spec.rb", "spec/consumer_spec.rb", "spec/io_spec.rb", "spec/kafka_spec.rb", "spec/message_spec.rb", "spec/producer_spec.rb", "spec/spec_helper.rb"]
   s.homepage = %q{http://github.com/acrosa/kafka-rb}
   s.require_paths = ["lib"]
   s.rubygems_version = %q{1.3.7}