# -*- encoding: utf-8 -*- # stub: data_miner 2.1.2 ruby lib Gem::Specification.new do |s| s.name = "data_miner".freeze s.version = "2.1.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Seamus Abshere".freeze, "Andy Rossmeissl".freeze, "Derek Kastner".freeze] s.date = "2012-05-22" s.description = "Download, pull out of a ZIP/TAR/GZ/BZ2 archive, parse, correct, and import XLS, ODS, XML, CSV, HTML, etc. into your ActiveRecord models. You can also convert units.".freeze s.email = ["seamus@abshere.net".freeze] s.files = [".gitignore".freeze, ".yardopts".freeze, "CHANGELOG".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.markdown".freeze, "Rakefile".freeze, "data_miner.gemspec".freeze, "lib/data_miner.rb".freeze, "lib/data_miner/active_record_class_methods.rb".freeze, "lib/data_miner/attribute.rb".freeze, "lib/data_miner/dictionary.rb".freeze, "lib/data_miner/run.rb".freeze, "lib/data_miner/run/column_statistic.rb".freeze, "lib/data_miner/script.rb".freeze, "lib/data_miner/step.rb".freeze, "lib/data_miner/step/import.rb".freeze, "lib/data_miner/step/process.rb".freeze, "lib/data_miner/step/tap.rb".freeze, "lib/data_miner/version.rb".freeze, "test/helper.rb".freeze, "test/support/breeds.xls".freeze, "test/support/pet_color_dictionary.en.csv".freeze, "test/support/pet_color_dictionary.es.csv".freeze, "test/support/pets.csv".freeze, "test/support/pets_funny.csv".freeze, "test/test_data_miner.rb".freeze, "test/test_data_miner_run_column_statistic.rb".freeze, "test/test_earth_import.rb".freeze, "test/test_earth_tap.rb".freeze, "test/test_safety.rb".freeze] s.homepage = "https://github.com/seamusabshere/data_miner".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Download, pull out of a ZIP/TAR/GZ/BZ2 archive, parse, correct, and import XLS, ODS, XML, CSV, HTML, etc. into your ActiveRecord models.".freeze s.test_files = ["test/helper.rb".freeze, "test/support/breeds.xls".freeze, "test/support/pet_color_dictionary.en.csv".freeze, "test/support/pet_color_dictionary.es.csv".freeze, "test/support/pets.csv".freeze, "test/support/pets_funny.csv".freeze, "test/test_data_miner.rb".freeze, "test/test_data_miner_run_column_statistic.rb".freeze, "test/test_earth_import.rb".freeze, "test/test_earth_tap.rb".freeze, "test/test_safety.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 1.2.2".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2.3.4".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2.3.4".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.4.4".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.0.1".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end