table_setter.gemspec in table_setter-0.2.11 vs table_setter.gemspec in table_setter-0.2.12
- old
+ new
@@ -1,168 +1,33 @@
-# Generated by jeweler
-# DO NOT EDIT THIS FILE DIRECTLY
-# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
+require File.expand_path('../lib/table_setter/version', __FILE__)
-Gem::Specification.new do |s|
- s.name = %q{table_setter}
- s.version = "0.2.11"
+Gem::Specification.new do |gem|
+ gem.name = %q{table_setter}
+ gem.version = TableSetter::VERSION
- s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
- s.authors = ["Jeff Larson"]
- s.date = %q{2012-03-09}
- s.description = %q{A sinatra based app for rendering CSVs hosted on google docs or locally in custom HTML}
- s.email = %q{thejefflarson@gmail.com}
- s.executables = ["table-setter", "table-setter"]
- s.extra_rdoc_files = [
- "LICENSE",
- "README",
- "TODO"
- ]
- s.files = [
- ".document",
- "LICENSE",
- "README",
- "Rakefile",
- "TODO",
- "VERSION.yml",
- "bin/table-setter",
- "doc/TableFu/Formatting.html",
- "doc/TableSetter.html",
- "doc/TableSetter/App.html",
- "doc/TableSetter/Command.html",
- "doc/TableSetter/Table.html",
- "doc/_index.html",
- "doc/class_list.html",
- "doc/css/common.css",
- "doc/css/full_list.css",
- "doc/css/style.css",
- "doc/file.README.html",
- "doc/file_list.html",
- "doc/frames.html",
- "doc/index.html",
- "doc/js/app.js",
- "doc/js/full_list.js",
- "doc/js/jquery.js",
- "doc/method_list.html",
- "doc/top-level-namespace.html",
- "documentation/css/dawn.css",
- "documentation/css/styles.css",
- "documentation/images/folder.png",
- "documentation/images/key.png",
- "documentation/images/proplogo.png",
- "documentation/images/publish.png",
- "documentation/images/text-x-generic.png",
- "documentation/index.html.erb",
- "documentation/tables/example/index.html",
- "documentation/tables/example_faceted/index.html",
- "documentation/tables/example_formatted/index.html",
- "documentation/tables/example_local/1/index.html",
- "documentation/tables/example_local/10/index.html",
- "documentation/tables/example_local/11/index.html",
- "documentation/tables/example_local/12/index.html",
- "documentation/tables/example_local/13/index.html",
- "documentation/tables/example_local/14/index.html",
- "documentation/tables/example_local/15/index.html",
- "documentation/tables/example_local/16/index.html",
- "documentation/tables/example_local/17/index.html",
- "documentation/tables/example_local/18/index.html",
- "documentation/tables/example_local/19/index.html",
- "documentation/tables/example_local/2/index.html",
- "documentation/tables/example_local/20/index.html",
- "documentation/tables/example_local/21/index.html",
- "documentation/tables/example_local/22/index.html",
- "documentation/tables/example_local/23/index.html",
- "documentation/tables/example_local/24/index.html",
- "documentation/tables/example_local/3/index.html",
- "documentation/tables/example_local/4/index.html",
- "documentation/tables/example_local/5/index.html",
- "documentation/tables/example_local/6/index.html",
- "documentation/tables/example_local/7/index.html",
- "documentation/tables/example_local/8/index.html",
- "documentation/tables/example_local/9/index.html",
- "documentation/tables/example_local/index.html",
- "documentation/tables/favicon.ico",
- "documentation/tables/images/th_arrow_asc.gif",
- "documentation/tables/images/th_arrow_desc.gif",
- "documentation/tables/index.html",
- "documentation/tables/javascripts/application.js",
- "documentation/tables/javascripts/jquery.tablesorter.js",
- "documentation/tables/javascripts/jquery.tablesorter.multipagefilter.js",
- "documentation/tables/javascripts/jquery.tablesorter.pager.js",
- "documentation/tables/stylesheets/stylesheet.css",
- "index.html",
- "lib/table_setter.rb",
- "lib/table_setter/app.rb",
- "lib/table_setter/command.rb",
- "lib/table_setter/table.rb",
- "spec/spec.opts",
- "spec/spec_helper.rb",
- "spec/table-setter-app_spec.rb",
- "spec/table-setter-command_spec.rb",
- "spec/table-setter_spec.rb",
- "table_setter.gemspec",
- "template/config.ru",
- "template/lib/formatters.rb",
- "template/public/favicon.ico",
- "template/public/images/th_arrow_asc.gif",
- "template/public/images/th_arrow_desc.gif",
- "template/public/javascripts/application.js",
- "template/public/javascripts/jquery.tablesorter.js",
- "template/public/javascripts/jquery.tablesorter.multipagefilter.js",
- "template/public/javascripts/jquery.tablesorter.pager.js",
- "template/public/stylesheets/stylesheet.css",
- "template/tables/example.yml",
- "template/tables/example_faceted.yml",
- "template/tables/example_formatted.csv",
- "template/tables/example_formatted.yml",
- "template/tables/example_local.csv",
- "template/tables/example_local.yml",
- "template/views/404.erb",
- "template/views/500.erb",
- "template/views/index.erb",
- "template/views/layout.erb",
- "template/views/table.erb"
- ]
- s.homepage = %q{http://propublica.github.com/table-setter/}
- s.require_paths = ["lib"]
- s.rubyforge_project = %q{table-setter}
- s.rubygems_version = %q{1.6.2}
- s.summary = %q{A sinatra based app for rendering CSVs in custom HTML}
+ gem.authors = ["Jeff Larson"]
+ gem.date = %q{2012-03-09}
+ gem.description = %q{A sinatra based app for rendering CSVs hosted on google docs or locally in custom HTML}
+ gem.email = %q{thejefflarson@gmail.com}
+ gem.executables = ["table-setter", "table-setter"]
- if s.respond_to? :specification_version then
- s.specification_version = 3
+ gem.files = `git ls-files`.split($\).reject {|f| f =~ /^(index)/}
+ gem.test_files = gem.files.grep(%r{^(spec)/})
+ gem.name = "table_setter"
+ gem.require_paths = ["lib"]
+ gem.licenses = ["MIT"]
+ gem.homepage = %q{http://propublica.github.com/table-setter/}
+ gem.require_paths = ["lib"]
+ gem.summary = %q{A sinatra based app for rendering CSVs in custom HTML}
- if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
- s.add_development_dependency(%q<rspec>, [">= 0"])
- s.add_runtime_dependency(%q<rack>, [">= 1.1.0"])
- s.add_runtime_dependency(%q<thin>, [">= 1.2.4"])
- s.add_runtime_dependency(%q<table_fu>, [">= 0.3.4"])
- s.add_runtime_dependency(%q<sinatra>, [">= 1.2.1"])
- s.add_runtime_dependency(%q<sinatra-static-assets>, [">= 1.0.3"])
- s.add_runtime_dependency(%q<emk-sinatra-url-for>, [">= 0.2.1"])
- s.add_runtime_dependency(%q<curb>, [">= 0.7.15"])
- s.add_runtime_dependency(%q<rdiscount>, [">= 1.6.8"])
- else
- s.add_dependency(%q<rspec>, [">= 0"])
- s.add_dependency(%q<rack>, [">= 1.1.0"])
- s.add_dependency(%q<thin>, [">= 1.2.4"])
- s.add_dependency(%q<table_fu>, [">= 0.3.4"])
- s.add_dependency(%q<sinatra>, [">= 1.2.1"])
- s.add_dependency(%q<sinatra-static-assets>, [">= 1.0.3"])
- s.add_dependency(%q<emk-sinatra-url-for>, [">= 0.2.1"])
- s.add_dependency(%q<curb>, [">= 0.7.15"])
- s.add_dependency(%q<rdiscount>, [">= 1.6.8"])
- end
- else
- s.add_dependency(%q<rspec>, [">= 0"])
- s.add_dependency(%q<rack>, [">= 1.1.0"])
- s.add_dependency(%q<thin>, [">= 1.2.4"])
- s.add_dependency(%q<table_fu>, [">= 0.3.4"])
- s.add_dependency(%q<sinatra>, [">= 1.2.1"])
- s.add_dependency(%q<sinatra-static-assets>, [">= 1.0.3"])
- s.add_dependency(%q<emk-sinatra-url-for>, [">= 0.2.1"])
- s.add_dependency(%q<curb>, [">= 0.7.15"])
- s.add_dependency(%q<rdiscount>, [">= 1.6.8"])
- end
+ gem.add_development_dependency %q<minitest>
+ gem.add_dependency %q<rack>
+ gem.add_dependency %q<thin>
+ gem.add_dependency %q<table_fu>
+ gem.add_dependency %q<sinatra>
+ gem.add_dependency %q<sinatra-static-assets>
+ gem.add_dependency %q<emk-sinatra-url-for>
+ gem.add_dependency %q<curb>
+ gem.add_dependency %q<rdiscount>
end