Sha256: cfc546ecfd4690f0595223470eab00276dfbd26d83440c1c4d87c84180f50a8f

Contents?: true

Size: 1.71 KB

Versions: 1

Compression:

Stored size: 1.71 KB

Contents

# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = %q{avro}
  s.version = "1.3.0"

  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
  s.authors = ["Apache Software Foundation"]
  s.date = %q{2010-03-01}
  s.description = %q{Apache is a data serialization and RPC format}
  s.email = %q{avro-dev@hadoop.apache.org}
  s.extra_rdoc_files = ["CHANGELOG", "lib/avro.rb", "lib/avro/collect_hash.rb", "lib/avro/data_file.rb", "lib/avro/io.rb", "lib/avro/ipc.rb", "lib/avro/protocol.rb", "lib/avro/schema.rb"]
  s.files = ["CHANGELOG", "Manifest", "Rakefile", "avro.gemspec", "interop/test_interop.rb", "lib/avro.rb", "lib/avro/collect_hash.rb", "lib/avro/data_file.rb", "lib/avro/io.rb", "lib/avro/ipc.rb", "lib/avro/protocol.rb", "lib/avro/schema.rb", "test/random_data.rb", "test/sample_ipc_client.rb", "test/sample_ipc_server.rb", "test/test_help.rb", "test/test_io.rb", "test/test_protocol.rb", "tmp/test.rb.avro"]
  s.homepage = %q{http://hadoop.apache.org/avro/}
  s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Avro"]
  s.require_paths = ["lib"]
  s.rubyforge_project = %q{avro}
  s.rubygems_version = %q{1.3.5}
  s.summary = %q{Apache Avro for Ruby}
  s.test_files = ["test/test_help.rb", "test/test_io.rb", "test/test_protocol.rb"]

  if s.respond_to? :specification_version then
    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
    s.specification_version = 3

    if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
      s.add_runtime_dependency(%q<yajl-ruby>, [">= 0"])
    else
      s.add_dependency(%q<yajl-ruby>, [">= 0"])
    end
  else
    s.add_dependency(%q<yajl-ruby>, [">= 0"])
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
avro-1.3.0 avro.gemspec