Sha256: fd2c26a0bb820a5dbad873011e8b67610dcc1f4ee690f1e48691ee5db0210eb1

Contents?: true

Size: 1.96 KB

Versions: 0

Compression: gzip

Compressed size: 800 Bytes

Stored size: 800 Bytes

Contents

--- !ruby/object:Gem::Specification
name: csv_to_object
version: !ruby/object:Gem::Version
  version: 1.0.3
  prerelease: 
platform: ruby
authors:
- Ian Whitney
- Davin Lagerroos
autorequire: 
bindir: bin
cert_chain: []
date: 2013-04-30 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: rspec
  requirement: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
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.24
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

Package Spec version

csv_to_object-1.0.3