Sha256: 66660246897721a93a5b782e2adc667d292dde0b4937f8c3126fcbc8ac7afdc0

Contents?: true

Size: 1.33 KB

Versions: 1

Compression:

Stored size: 1.33 KB

Contents

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

Gem::Specification.new do |s|
  s.name = "hopcsv"
  s.version = "0.4.2"

  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
  s.authors = ["Sergey Zhumatiy"]
  s.date = "2013-12-02"
  s.description = "A pure-C CSV parser for HOPSA. Based on Ccsv project. Works fast and efficient. Based on ccsv by Evan Weaver"
  s.email = "serg@parallel.ru"
  s.extensions = ["ext/extconf.rb"]
  s.extra_rdoc_files = ["CHANGELOG", "LICENSE", "README.rdoc", "ext/extconf.rb", "ext/hopcsv.c", "ext/hopcsv.h"]
  s.files = ["CHANGELOG", "Gemfile", "Gemfile.lock", "LICENSE", "Manifest", "README.rdoc", "Rakefile", "compile", "ext/extconf.rb", "ext/hopcsv.c", "ext/hopcsv.h", "test/data.csv", "test/data_small.csv", "test/unit/test_hopcsv.rb", "hopcsv.gemspec"]
  s.homepage = "http://github.com/zhum/hopcsv"
  s.rdoc_options = ["--line-numbers", "--title", "Hopcsv", "--main", "README.rdoc"]
  s.require_paths = ["lib", "ext"]
  s.rubyforge_project = "hopcsv"
  s.rubygems_version = "1.8.23"
  s.summary = "A pure-C CSV parser for HOPSA. Based on Ccsv project."
  s.test_files = ["test/unit/test_hopcsv.rb"]

  if s.respond_to? :specification_version then
    s.specification_version = 3

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
    else
    end
  else
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hopcsv-0.4.2 hopcsv.gemspec