Sha256: 71cf052b7e974ed0ad490ca706609d64870342850f6524ea899f020c13d0dac3
Contents?: true
Size: 1.21 KB
Versions: 1
Compression:
Stored size: 1.21 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, TSV (tab separated), other delimited, fixed-width files." s.description = %q{Gives you a standard way to parse various formats and treat them as an array of hashes.} 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
remote_table-1.4.0 | remote_table.gemspec |