Sha256: b8a04f107ff062bb8befdf3ed13463d604ac098ff133817ea476ee748250eb54
Contents?: true
Size: 1.36 KB
Versions: 3
Compression:
Stored size: 1.36 KB
Contents
# -*- encoding: utf-8 -*- require File.expand_path("../lib/remote_table/version", __FILE__) Gem::Specification.new do |s| s.name = "remote_table" s.version = RemoteTable::VERSION s.authors = ["Seamus Abshere", "Andy Rossmeissl"] s.email = ["seamus@abshere.net"] s.homepage = "https://github.com/seamusabshere/remote_table" s.summary = %{Open Google Docs spreadsheets, local or remote XLSX, XLS, ODS, CSV (comma separated), TSV (tab separated), other delimited, fixed-width files.} s.description = %{Open Google Docs spreadsheets, local or remote XLSX, XLS, ODS, CSV (comma separated), TSV (tab separated), other delimited, fixed-width files. Returns an Array of Arrays or Hashes, depending on whether there are headers.} s.rubyforge_project = "remotetable" s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.require_paths = ["lib"] s.add_runtime_dependency 'activesupport', '>=2.3.4' s.add_runtime_dependency 'roo', '>=1.9' s.add_runtime_dependency 'fixed_width-multibyte', '>=0.2.3' s.add_runtime_dependency 'i18n' # activesupport? s.add_runtime_dependency 'unix_utils', '>=0.0.8' s.add_runtime_dependency 'fastercsv', '>=1.5.0' s.add_runtime_dependency 'hash_digest' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
remote_table-2.0.2 | remote_table.gemspec |
remote_table-2.0.1 | remote_table.gemspec |
remote_table-2.0.0 | remote_table.gemspec |