# -*- encoding: utf-8 -*- # stub: csv2json 0.3.0 ruby lib Gem::Specification.new do |s| s.name = "csv2json".freeze s.version = "0.3.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Antonin Hildebrand".freeze, "Rafael Souza".freeze] s.date = "2014-03-19" s.description = "handy for converting xls files to json".freeze s.email = "antonin@hildebrand.cz".freeze s.executables = ["csv2json".freeze, "json2csv".freeze] s.extra_rdoc_files = ["LICENSE".freeze, "README.md".freeze] s.files = [".document".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/csv2json".freeze, "bin/json2csv".freeze, "csv2json.gemspec".freeze, "lib/csv2json-version.rb".freeze, "lib/csv2json.rb".freeze, "lib/json2csv.rb".freeze, "test/fixtures/addresses.json".freeze, "test/fixtures/addresses_comma.csv".freeze, "test/fixtures/addresses_pipe.csv".freeze, "test/fixtures/addresses_semicolon.csv".freeze, "test/fixtures/photos.json".freeze, "test/fixtures/photos_comma.csv".freeze, "test/fixtures/photos_pipe.csv".freeze, "test/fixtures/photos_semicolon.csv".freeze, "test/fixtures/population.json".freeze, "test/fixtures/population_comma.csv".freeze, "test/fixtures/population_pipe.csv".freeze, "test/fixtures/population_semicolon.csv".freeze, "test/helper.rb".freeze, "test/json2csv-fixtures/photos.json".freeze, "test/json2csv-fixtures/photos_comma.csv".freeze, "test/json2csv-fixtures/photos_pipe.csv".freeze, "test/json2csv-fixtures/photos_semicolon.csv".freeze, "test/test_csv2json.rb".freeze, "test/test_json2csv.rb".freeze] s.homepage = "http://github.com/darwin/csv2json".freeze s.rubygems_version = "3.5.10".freeze s.summary = ".csv to .json converter".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end