# -*- encoding: utf-8 -*- # stub: csv_to_object 1.0.3 ruby lib Gem::Specification.new do |s| s.name = "csv_to_object".freeze s.version = "1.0.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Ian Whitney".freeze, "Davin Lagerroos".freeze] s.date = "2013-04-30" s.description = "Takes a CSV file and returns a a collection of objects generated by that CSV file.".freeze s.email = ["iwhitney@ssa-i.org".freeze, "dlagerroos@ssa-i.org".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "csv_to_object.gemspec".freeze, "lib/csv_to_object.rb".freeze, "lib/csv_to_object/version.rb".freeze, "spec/csv_to_object_spec.rb".freeze, "spec/spec_helper.rb".freeze, "test/csv/person.csv".freeze] s.homepage = "https://github.com/SeniorServiceAmerica/csv_to_object".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Given the path to a CSV file, will return a collection of objects. The csv file name must match the name of an object the gem can instantiate. The first line of the csv file must define attribute names. The following lines contain the data that will be assigned to those attributes.".freeze s.test_files = ["spec/csv_to_object_spec.rb".freeze, "spec/spec_helper.rb".freeze, "test/csv/person.csv".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, [">= 0".freeze]) end