# -*- encoding: utf-8 -*- # stub: table_fu 0.1.1 ruby lib Gem::Specification.new do |s| s.name = "table_fu".freeze s.version = "0.1.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Mark Percival".freeze, "Jeff Larson".freeze] s.date = "2010-03-10" s.description = "A library for manipulating tables as arrays".freeze s.email = "jeff.larson@gmail.com".freeze s.extra_rdoc_files = ["LICENSE".freeze, "README".freeze] s.files = [".gitignore".freeze, "LICENSE".freeze, "README".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "doc/TableFu.html".freeze, "doc/TableFu/Datum.html".freeze, "doc/TableFu/Formatting.html".freeze, "doc/TableFu/Header.html".freeze, "doc/TableFu/Row.html".freeze, "doc/_index.html".freeze, "doc/class_list.html".freeze, "doc/css/common.css".freeze, "doc/css/full_list.css".freeze, "doc/css/style.css".freeze, "doc/file.README.html".freeze, "doc/file_list.html".freeze, "doc/frames.html".freeze, "doc/index.html".freeze, "doc/js/app.js".freeze, "doc/js/full_list.js".freeze, "doc/js/jquery.js".freeze, "doc/method_list.html".freeze, "doc/top-level-namespace.html".freeze, "documentation/css/dawn.css".freeze, "documentation/css/styles.css".freeze, "documentation/images/proplogo.png".freeze, "documentation/index.html.erb".freeze, "examples/columns.rb".freeze, "examples/columns_hidden.rb".freeze, "examples/faceting.rb".freeze, "examples/formatting_options.rb".freeze, "examples/last_name.rb".freeze, "examples/link.rb".freeze, "examples/only.rb".freeze, "examples/rails_helpers.rb".freeze, "examples/sort_by_column.rb".freeze, "examples/sort_by_number.rb".freeze, "examples/totals.rb".freeze, "examples/zap_joyce.rb".freeze, "index.html".freeze, "lib/table_fu.rb".freeze, "lib/table_fu/formatting.rb".freeze, "spec/assets/sample.csv".freeze, "spec/assets/test.csv".freeze, "spec/assets/test_macro.csv".freeze, "spec/rcov.opts".freeze, "spec/readme_example_spec.rb".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze, "spec/table_fu_spec.rb".freeze, "table_fu.gemspec".freeze] s.homepage = "http://github.com/propublica/table_fu".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "TableFu makes arrays act like spreadsheets".freeze s.test_files = ["spec/readme_example_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/table_fu_spec.rb".freeze, "examples/columns.rb".freeze, "examples/columns_hidden.rb".freeze, "examples/faceting.rb".freeze, "examples/formatting_options.rb".freeze, "examples/last_name.rb".freeze, "examples/link.rb".freeze, "examples/only.rb".freeze, "examples/rails_helpers.rb".freeze, "examples/sort_by_column.rb".freeze, "examples/sort_by_number.rb".freeze, "examples/totals.rb".freeze, "examples/zap_joyce.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end