# -*- encoding: utf-8 -*-
# stub: remote_table 1.4.0 ruby lib

Gem::Specification.new do |s|
  s.name = "remote_table".freeze
  s.version = "1.4.0".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]
  s.date = "2012-04-12"
  s.description = "Gives you a standard way to parse various formats and treat them as an array of hashes.".freeze
  s.email = ["seamus@abshere.net".freeze]
  s.files = [".gitattributes".freeze, ".gitignore".freeze, "CHANGELOG".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.markdown".freeze, "Rakefile".freeze, "lib/remote_table.rb".freeze, "lib/remote_table/config.rb".freeze, "lib/remote_table/format.rb".freeze, "lib/remote_table/format/delimited.rb".freeze, "lib/remote_table/format/excel.rb".freeze, "lib/remote_table/format/excelx.rb".freeze, "lib/remote_table/format/fixed_width.rb".freeze, "lib/remote_table/format/html.rb".freeze, "lib/remote_table/format/mixins/processed_by_nokogiri.rb".freeze, "lib/remote_table/format/mixins/processed_by_roo.rb".freeze, "lib/remote_table/format/mixins/textual.rb".freeze, "lib/remote_table/format/open_office.rb".freeze, "lib/remote_table/format/xml.rb".freeze, "lib/remote_table/format/yaml.rb".freeze, "lib/remote_table/local_file.rb".freeze, "lib/remote_table/transformer.rb".freeze, "lib/remote_table/version.rb".freeze, "remote_table.gemspec".freeze, "test/fixtures/data.yml".freeze, "test/helper.rb".freeze, "test/support/list-en1-semic-3.neooffice.binary.ods".freeze, "test/support/list-en1-semic-3.neooffice.iso-8859-1.csv".freeze, "test/support/list-en1-semic-3.neooffice.iso-8859-1.fixed_width-64".freeze, "test/support/list-en1-semic-3.neooffice.utf-8.csv".freeze, "test/support/list-en1-semic-3.neooffice.utf-8.fixed_width-62".freeze, "test/support/list-en1-semic-3.neooffice.utf-8.html".freeze, "test/support/list-en1-semic-3.neooffice.utf-8.xml".freeze, "test/support/list-en1-semic-3.office-2011-for-mac-sp1-excel-95.binary.xls".freeze, "test/support/list-en1-semic-3.office-2011-for-mac-sp1.binary.xls".freeze, "test/support/list-en1-semic-3.office-2011-for-mac-sp1.binary.xlsx".freeze, "test/support/list-en1-semic-3.office-2011-for-mac-sp1.iso-8859-1.html".freeze, "test/support/list-en1-semic-3.office-2011-for-mac-sp1.mac.csv-comma".freeze, "test/support/list-en1-semic-3.office-2011-for-mac-sp1.utf-8.html".freeze, "test/support/list-en1-semic-3.original.iso-8859-1.csv".freeze, "test/test_big.rb".freeze, "test/test_errata.rb".freeze, "test/test_old_syntax.rb".freeze, "test/test_old_transform.rb".freeze, "test/test_remote_table.rb".freeze]
  s.homepage = "https://github.com/seamusabshere/remote_table".freeze
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Open Google Docs spreadsheets, local or remote XLSX, XLS, ODS, CSV, TSV (tab separated), other delimited, fixed-width files.".freeze
  s.test_files = ["test/fixtures/data.yml".freeze, "test/helper.rb".freeze, "test/support/list-en1-semic-3.neooffice.binary.ods".freeze, "test/support/list-en1-semic-3.neooffice.iso-8859-1.csv".freeze, "test/support/list-en1-semic-3.neooffice.iso-8859-1.fixed_width-64".freeze, "test/support/list-en1-semic-3.neooffice.utf-8.csv".freeze, "test/support/list-en1-semic-3.neooffice.utf-8.fixed_width-62".freeze, "test/support/list-en1-semic-3.neooffice.utf-8.html".freeze, "test/support/list-en1-semic-3.neooffice.utf-8.xml".freeze, "test/support/list-en1-semic-3.office-2011-for-mac-sp1-excel-95.binary.xls".freeze, "test/support/list-en1-semic-3.office-2011-for-mac-sp1.binary.xls".freeze, "test/support/list-en1-semic-3.office-2011-for-mac-sp1.binary.xlsx".freeze, "test/support/list-en1-semic-3.office-2011-for-mac-sp1.iso-8859-1.html".freeze, "test/support/list-en1-semic-3.office-2011-for-mac-sp1.mac.csv-comma".freeze, "test/support/list-en1-semic-3.office-2011-for-mac-sp1.utf-8.html".freeze, "test/support/list-en1-semic-3.original.iso-8859-1.csv".freeze, "test/test_big.rb".freeze, "test/test_errata.rb".freeze, "test/test_old_syntax.rb".freeze, "test/test_old_transform.rb".freeze, "test/test_remote_table.rb".freeze]

  s.specification_version = 3

  s.add_runtime_dependency(%q<activesupport>.freeze, [">= 2.3.4".freeze])
  s.add_runtime_dependency(%q<roo>.freeze, [">= 1.9".freeze])
  s.add_runtime_dependency(%q<fixed_width-multibyte>.freeze, [">= 0.2.3".freeze])
  s.add_runtime_dependency(%q<i18n>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<unix_utils>.freeze, [">= 0.0.8".freeze])
  s.add_runtime_dependency(%q<fastercsv>.freeze, [">= 1.5.0".freeze])
  s.add_runtime_dependency(%q<hash_digest>.freeze, [">= 0".freeze])
end