Sha256: c0a4844c0ec1573882dc87b0aa52566af514abe5d7ad62496576ebbe0e5ec0be
Contents?: true
Size: 1.85 KB
Versions: 0
Compression: gzip
Compressed size: 817 Bytes
Stored size: 817 Bytes
Contents
--- !ruby/object:Gem::Specification name: csv_to_object version: !ruby/object:Gem::Version version: 1.0.0 prerelease: platform: ruby authors: - Ian Whitney - Davin Lagerroos autorequire: bindir: bin cert_chain: [] date: 2012-09-05 00:00:00.000000000Z dependencies: - !ruby/object:Gem::Dependency name: rspec requirement: &2156341180 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *2156341180 description: Takes a CSV file and returns a a collection of objects generated by that CSV file. email: - iwhitney@ssa-i.org - dlagerroos@ssa-i.org executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - .rspec - Gemfile - LICENSE - README.md - Rakefile - csv_to_object.gemspec - lib/csv_to_object.rb - lib/csv_to_object/version.rb - spec/csv_to_object_spec.rb - spec/spec_helper.rb - test/csv/person.csv homepage: https://github.com/SeniorServiceAmerica/csv_to_object licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.16 signing_key: specification_version: 3 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. test_files: - spec/csv_to_object_spec.rb - spec/spec_helper.rb - test/csv/person.csv