--- !ruby/object:Gem::Specification name: tableficate version: !ruby/object:Gem::Version version: 0.1.3 prerelease: platform: ruby authors: - Aaron Lasseigne autorequire: bindir: bin cert_chain: [] date: 2011-11-27 00:00:00.000000000Z dependencies: - !ruby/object:Gem::Dependency name: rails requirement: &70183465929100 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '3.1' type: :runtime prerelease: false version_requirements: *70183465929100 - !ruby/object:Gem::Dependency name: rake requirement: &70183465928680 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *70183465928680 - !ruby/object:Gem::Dependency name: rspec requirement: &70183465928220 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *70183465928220 - !ruby/object:Gem::Dependency name: sqlite3 requirement: &70183465927800 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *70183465927800 description: Simple tables for Rails. email: - alasseigne@sei-mi.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - Gemfile - LICENSE - README.markdown - Rakefile - app/views/tableficate/_column_header.html.erb - app/views/tableficate/_data.html.erb - app/views/tableficate/_input_filter.html.erb - app/views/tableficate/_input_range_filter.html.erb - app/views/tableficate/_row.html.erb - app/views/tableficate/_select_filter.html.erb - app/views/tableficate/_table.html.erb - changelog.markdown - lib/generators/tableficate/table/table_generator.rb - lib/generators/tableficate/table/templates/table.rb - lib/generators/tableficate/theme/theme_generator.rb - lib/tableficate.rb - lib/tableficate/action_column.rb - lib/tableficate/active_record_extension.rb - lib/tableficate/base.rb - lib/tableficate/column.rb - lib/tableficate/engine.rb - lib/tableficate/exceptions.rb - lib/tableficate/filters/filter.rb - lib/tableficate/filters/input_filters.rb - lib/tableficate/filters/select_filter.rb - lib/tableficate/finder.rb - lib/tableficate/helper.rb - lib/tableficate/table.rb - lib/tableficate/utils.rb - lib/tableficate/version.rb - spec/action_column_spec.rb - spec/active_record_extension_spec.rb - spec/base_spec.rb - spec/column_spec.rb - spec/filter_spec.rb - spec/finder_spec.rb - spec/input_filter_spec.rb - spec/select_filter_spec.rb - spec/spec_helper.rb - spec/table_spec.rb - spec/test_app/.gitignore - spec/test_app/Gemfile - spec/test_app/README - spec/test_app/Rakefile - spec/test_app/app/assets/images/rails.png - spec/test_app/app/assets/javascripts/application.js - spec/test_app/app/assets/stylesheets/application.css - spec/test_app/app/controllers/application_controller.rb - spec/test_app/app/helpers/application_helper.rb - spec/test_app/app/mailers/.gitkeep - spec/test_app/app/models/.gitkeep - spec/test_app/app/models/nobel_prize.rb - spec/test_app/app/models/nobel_prize_winner.rb - spec/test_app/app/views/layouts/application.html.erb - spec/test_app/config.ru - spec/test_app/config/application.rb - spec/test_app/config/boot.rb - spec/test_app/config/database.yml - spec/test_app/config/environment.rb - spec/test_app/config/environments/development.rb - spec/test_app/config/environments/production.rb - spec/test_app/config/environments/test.rb - spec/test_app/config/initializers/backtrace_silencers.rb - spec/test_app/config/initializers/inflections.rb - spec/test_app/config/initializers/mime_types.rb - spec/test_app/config/initializers/secret_token.rb - spec/test_app/config/initializers/session_store.rb - spec/test_app/config/initializers/wrap_parameters.rb - spec/test_app/config/locales/en.yml - spec/test_app/config/routes.rb - spec/test_app/db/migrate/20111007154222_create_nobel_prize_winners.rb - spec/test_app/db/migrate/20111010191626_create_nobel_prizes.rb - spec/test_app/db/schema.rb - spec/test_app/db/seeds.rb - spec/test_app/db/test.sqlite3 - spec/test_app/doc/README_FOR_APP - spec/test_app/lib/assets/.gitkeep - spec/test_app/lib/tasks/.gitkeep - spec/test_app/log/.gitkeep - spec/test_app/public/404.html - spec/test_app/public/422.html - spec/test_app/public/500.html - spec/test_app/public/favicon.ico - spec/test_app/public/index.html - spec/test_app/public/robots.txt - spec/test_app/script/rails - spec/test_app/vendor/assets/stylesheets/.gitkeep - spec/test_app/vendor/plugins/.gitkeep - spec/utils_spec.rb - tableficate.gemspec homepage: https://github.com/sei-mi/tableficate licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' segments: - 0 hash: -3799563162300104254 required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' segments: - 0 hash: -3799563162300104254 requirements: [] rubyforge_project: tableficate rubygems_version: 1.8.6 signing_key: specification_version: 3 summary: Simple tables for Rails. test_files: - spec/action_column_spec.rb - spec/active_record_extension_spec.rb - spec/base_spec.rb - spec/column_spec.rb - spec/filter_spec.rb - spec/finder_spec.rb - spec/input_filter_spec.rb - spec/select_filter_spec.rb - spec/spec_helper.rb - spec/table_spec.rb - spec/test_app/.gitignore - spec/test_app/Gemfile - spec/test_app/README - spec/test_app/Rakefile - spec/test_app/app/assets/images/rails.png - spec/test_app/app/assets/javascripts/application.js - spec/test_app/app/assets/stylesheets/application.css - spec/test_app/app/controllers/application_controller.rb - spec/test_app/app/helpers/application_helper.rb - spec/test_app/app/mailers/.gitkeep - spec/test_app/app/models/.gitkeep - spec/test_app/app/models/nobel_prize.rb - spec/test_app/app/models/nobel_prize_winner.rb - spec/test_app/app/views/layouts/application.html.erb - spec/test_app/config.ru - spec/test_app/config/application.rb - spec/test_app/config/boot.rb - spec/test_app/config/database.yml - spec/test_app/config/environment.rb - spec/test_app/config/environments/development.rb - spec/test_app/config/environments/production.rb - spec/test_app/config/environments/test.rb - spec/test_app/config/initializers/backtrace_silencers.rb - spec/test_app/config/initializers/inflections.rb - spec/test_app/config/initializers/mime_types.rb - spec/test_app/config/initializers/secret_token.rb - spec/test_app/config/initializers/session_store.rb - spec/test_app/config/initializers/wrap_parameters.rb - spec/test_app/config/locales/en.yml - spec/test_app/config/routes.rb - spec/test_app/db/migrate/20111007154222_create_nobel_prize_winners.rb - spec/test_app/db/migrate/20111010191626_create_nobel_prizes.rb - spec/test_app/db/schema.rb - spec/test_app/db/seeds.rb - spec/test_app/db/test.sqlite3 - spec/test_app/doc/README_FOR_APP - spec/test_app/lib/assets/.gitkeep - spec/test_app/lib/tasks/.gitkeep - spec/test_app/log/.gitkeep - spec/test_app/public/404.html - spec/test_app/public/422.html - spec/test_app/public/500.html - spec/test_app/public/favicon.ico - spec/test_app/public/index.html - spec/test_app/public/robots.txt - spec/test_app/script/rails - spec/test_app/vendor/assets/stylesheets/.gitkeep - spec/test_app/vendor/plugins/.gitkeep - spec/utils_spec.rb