# -*- encoding: utf-8 -*- # stub: table_setter 0.1.5 ruby lib Gem::Specification.new do |s| s.name = "table_setter".freeze s.version = "0.1.5".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Jeff Larson".freeze] s.date = "2010-03-29" s.description = "A sinatra based app for rendering CSVs hosted on google docs or locally in custom HTML".freeze s.email = "thejefflarson@gmail.com".freeze s.executables = ["table-setter".freeze, "table-setter".freeze] s.extra_rdoc_files = ["LICENSE".freeze, "README".freeze, "TODO".freeze] s.files = [".document".freeze, ".gitignore".freeze, "LICENSE".freeze, "README".freeze, "Rakefile".freeze, "TODO".freeze, "VERSION.yml".freeze, "bin/table-setter".freeze, "doc/TableFu/Formatting.html".freeze, "doc/TableSetter.html".freeze, "doc/TableSetter/App.html".freeze, "doc/TableSetter/Command.html".freeze, "doc/TableSetter/Table.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/folder.png".freeze, "documentation/images/key.png".freeze, "documentation/images/proplogo.png".freeze, "documentation/images/publish.png".freeze, "documentation/images/text-x-generic.png".freeze, "documentation/index.html.erb".freeze, "documentation/tables/example/index.html".freeze, "documentation/tables/example_faceted/index.html".freeze, "documentation/tables/example_formatted/index.html".freeze, "documentation/tables/example_local/1/index.html".freeze, "documentation/tables/example_local/10/index.html".freeze, "documentation/tables/example_local/11/index.html".freeze, "documentation/tables/example_local/12/index.html".freeze, "documentation/tables/example_local/13/index.html".freeze, "documentation/tables/example_local/14/index.html".freeze, "documentation/tables/example_local/15/index.html".freeze, "documentation/tables/example_local/16/index.html".freeze, "documentation/tables/example_local/17/index.html".freeze, "documentation/tables/example_local/18/index.html".freeze, "documentation/tables/example_local/19/index.html".freeze, "documentation/tables/example_local/2/index.html".freeze, "documentation/tables/example_local/20/index.html".freeze, "documentation/tables/example_local/21/index.html".freeze, "documentation/tables/example_local/22/index.html".freeze, "documentation/tables/example_local/23/index.html".freeze, "documentation/tables/example_local/24/index.html".freeze, "documentation/tables/example_local/3/index.html".freeze, "documentation/tables/example_local/4/index.html".freeze, "documentation/tables/example_local/5/index.html".freeze, "documentation/tables/example_local/6/index.html".freeze, "documentation/tables/example_local/7/index.html".freeze, "documentation/tables/example_local/8/index.html".freeze, "documentation/tables/example_local/9/index.html".freeze, "documentation/tables/example_local/index.html".freeze, "documentation/tables/favicon.ico".freeze, "documentation/tables/images/th_arrow_asc.gif".freeze, "documentation/tables/images/th_arrow_desc.gif".freeze, "documentation/tables/index.html".freeze, "documentation/tables/javascripts/application.js".freeze, "documentation/tables/javascripts/jquery.tablesorter.js".freeze, "documentation/tables/javascripts/jquery.tablesorter.multipagefilter.js".freeze, "documentation/tables/javascripts/jquery.tablesorter.pager.js".freeze, "documentation/tables/stylesheets/stylesheet.css".freeze, "index.html".freeze, "lib/table_setter.rb".freeze, "lib/table_setter/app.rb".freeze, "lib/table_setter/command.rb".freeze, "lib/table_setter/table.rb".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze, "spec/table-setter-app_spec.rb".freeze, "spec/table-setter_spec.rb".freeze, "table_setter.gemspec".freeze, "template/config.ru".freeze, "template/public/favicon.ico".freeze, "template/public/images/th_arrow_asc.gif".freeze, "template/public/images/th_arrow_desc.gif".freeze, "template/public/javascripts/application.js".freeze, "template/public/javascripts/jquery.tablesorter.js".freeze, "template/public/javascripts/jquery.tablesorter.multipagefilter.js".freeze, "template/public/javascripts/jquery.tablesorter.pager.js".freeze, "template/public/stylesheets/stylesheet.css".freeze, "template/tables/example.yml".freeze, "template/tables/example_faceted.yml".freeze, "template/tables/example_formatted.csv".freeze, "template/tables/example_formatted.yml".freeze, "template/tables/example_local.csv".freeze, "template/tables/example_local.yml".freeze, "template/views/404.erb".freeze, "template/views/500.erb".freeze, "template/views/index.erb".freeze, "template/views/layout.erb".freeze, "template/views/table.erb".freeze] s.homepage = "http://propublica.github.com/table-setter/".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A sinatra based app for rendering CSVs in custom HTML".freeze s.test_files = ["spec/spec_helper.rb".freeze, "spec/table-setter-app_spec.rb".freeze, "spec/table-setter_spec.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, [">= 1.2.9".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.1.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.2.5".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.1.1".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.0.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.5.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.2.1".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.6.6.0".freeze]) end