Sha256: fc41eb462c10e6e6e7d6e280fbaae1b3f7978eebb01184d074d69a8ac93b7e4e
Contents?: true
Size: 1006 Bytes
Versions: 1
Compression:
Stored size: 1006 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "fastercsv" s.version = "1.5.5" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["James Edward Gray II"] s.date = "2012-05-15" s.description = "FasterCSV is intended as a complete replacement to the CSV standard library. It\nis significantly faster and smaller while still being pure Ruby code. It also\nstrives for a better interface.\n" s.email = "james@grayproductions.net" s.extra_rdoc_files = ["AUTHORS", "COPYING", "README", "INSTALL", "TODO", "CHANGELOG", "LICENSE"] s.files = ["AUTHORS", "COPYING", "README", "INSTALL", "TODO", "CHANGELOG", "LICENSE"] s.homepage = "http://fastercsv.rubyforge.org" s.rdoc_options = ["--title", "FasterCSV Documentation", "--main", "README"] s.require_paths = ["lib"] s.rubyforge_project = "fastercsv" s.rubygems_version = "2.0.3" s.summary = "FasterCSV is CSV, but faster, smaller, and cleaner." end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
asana2flowdock-1.0.0 | vendor/bundle/ruby/1.9.1/specifications/fastercsv-1.5.5.gemspec |