# -*- encoding: utf-8 -*- # stub: structured_csv 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "structured_csv".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "homepage_uri" => "https://open.ribose.com", "source_code_uri" => "https://github.com/riboseinc/structured_csv" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Ribose Inc.".freeze] s.bindir = "exe".freeze s.date = "2021-05-14" s.description = "Library to process structured CSV files".freeze s.email = ["open.source@ribose.com".freeze] s.executables = ["csv_join.rb".freeze, "structured_csv_to_yaml.rb".freeze] s.files = [".github/workflows/main.yml".freeze, ".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "README.adoc".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "exe/csv_join.rb".freeze, "exe/structured_csv_to_yaml.rb".freeze, "lib/structured_csv.rb".freeze, "lib/structured_csv/version.rb".freeze, "samples/T-SP-E.212B-2018.et.csv".freeze, "samples/T-SP-E.212B-2018.et.yaml".freeze, "samples/T-SP-F.1-1998-MSW.csv".freeze, "samples/T-SP-F.1-1998-MSW.yaml".freeze, "samples/T-SP-SR.1-2012.csv".freeze, "samples/T-SP-SR.1-2012.yaml".freeze, "structured_csv.gemspec".freeze] s.homepage = "https://open.ribose.com".freeze s.required_ruby_version = Gem::Requirement.new(">= 2.4.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Library to process structured CSV files".freeze end