--- !ruby/object:Gem::Specification name: dataloaderb version: !ruby/object:Gem::Version prerelease: false segments: - 0 - 0 - 3 version: 0.0.3 platform: ruby authors: - Brandon Tilley autorequire: bindir: bin cert_chain: [] date: 2011-01-07 00:00:00 -08:00 default_executable: dependencies: [] description: Easily create, run, and extend Apex Data Loader processes on Windows via Ruby email: - brandon.tilley@fresno.edu executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - Gemfile - Gemfile.lock - README.md - Rakefile - dataloaderb.gemspec - lib/dataloaderb.rb - lib/dataloaderb/conf_creator.rb - lib/dataloaderb/process_definition.rb - lib/dataloaderb/process_runner.rb - lib/dataloaderb/support.rb - lib/dataloaderb/templates/process-conf.xml.erb - lib/dataloaderb/version.rb - spec/dataloaderb/conf_creator_spec.rb - spec/dataloaderb/process_definition_spec.rb - spec/dataloaderb/process_runner_spec.rb - spec/dataloaderb/support_spec.rb - spec/fixtures/bin/test.sh - spec/fixtures/processes/full_sample_proc_one.yml - spec/fixtures/processes/full_sample_proc_two.yml - spec/fixtures/processes/partial_sample_process_one.yml - spec/fixtures/processes/partial_sample_process_two.yml - spec/fixtures/processes/partial_sample_shared.yml - spec/spec_helper.rb has_rdoc: true homepage: https://github.com/FPU/dataloaderb licenses: - MIT post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: - Ruby on Windows (since this is the only supported platform for the Apex Data Loader) rubyforge_project: rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: Easily create, run, and extend Apex Data Loader processes on Windows via Ruby test_files: - spec/dataloaderb/conf_creator_spec.rb - spec/dataloaderb/process_definition_spec.rb - spec/dataloaderb/process_runner_spec.rb - spec/dataloaderb/support_spec.rb - spec/fixtures/bin/test.sh - spec/fixtures/processes/full_sample_proc_one.yml - spec/fixtures/processes/full_sample_proc_two.yml - spec/fixtures/processes/partial_sample_process_one.yml - spec/fixtures/processes/partial_sample_process_two.yml - spec/fixtures/processes/partial_sample_shared.yml - spec/spec_helper.rb