--- !ruby/object:Gem::Specification name: presenting version: !ruby/object:Gem::Version version: 2.1.0 platform: ruby authors: - Lance Ivy autorequire: bindir: bin cert_chain: [] date: 2013-07-15 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: mocha requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' description: Provides view components to quickly render tables, forms, etc., typically for an admin interface. email: lance@cainlevy.net executables: [] extensions: [] extra_rdoc_files: [] files: - lib/presentation/base.rb - lib/presentation/details.rb - lib/presentation/field_search.rb - lib/presentation/form.rb - lib/presentation/grid.rb - lib/presentation/search.rb - lib/presenting/attribute.rb - lib/presenting/configurable.rb - lib/presenting/defaults.rb - lib/presenting/engine.rb - lib/presenting/field_set.rb - lib/presenting/form_helpers.rb - lib/presenting/helpers.rb - lib/presenting/sanitize.rb - lib/presenting/search.rb - lib/presenting/sorting.rb - lib/presenting/view.rb - lib/presenting.rb - app/assets/javascripts/grid.js - app/assets/javascripts/search.js - app/assets/stylesheets/details-color.css - app/assets/stylesheets/details.css - app/assets/stylesheets/form.css - app/assets/stylesheets/grid-color.css - app/assets/stylesheets/grid.css - app/assets/stylesheets/search-color.css - app/assets/stylesheets/search.css - app/controllers/presentation/assets_controller.rb - app/views/presentations/_details.erb - app/views/presentations/_field_search.erb - app/views/presentations/_form.erb - app/views/presentations/_grid.erb - app/views/presentations/_search.erb - LICENSE - README - Rakefile - config/routes.rb - test/assets_test.rb - test/attribute_test.rb - test/configurable_test.rb - test/details_test.rb - test/field_search_test.rb - test/field_set_test.rb - test/form_test.rb - test/grid_test.rb - test/helpers_test.rb - test/presenting_test.rb - test/r3/config/application.rb - test/r3/config/boot.rb - test/r3/config/database.yml - test/r3/config/environment.rb - test/r3/config/environments/test.rb - test/r3/config.ru - test/r3/db/test.sqlite3 - test/r3/Gemfile - test/r3/Gemfile.lock - test/r3/log/development.log - test/r3/public/javascripts/presenting/grid.js - test/r3/public/javascripts/presenting/search.js - test/r3/public/stylesheets/presenting/details-color.css - test/r3/public/stylesheets/presenting/details.css - test/r3/public/stylesheets/presenting/form.css - test/r3/public/stylesheets/presenting/grid-color.css - test/r3/public/stylesheets/presenting/grid.css - test/r3/public/stylesheets/presenting/search-color.css - test/r3/public/stylesheets/presenting/search.css - test/r4/config/application.rb - test/r4/config/boot.rb - test/r4/config/database.yml - test/r4/config/environment.rb - test/r4/config/environments/test.rb - test/r4/config.ru - test/r4/Gemfile - test/r4/Gemfile.lock - test/sanitize_test.rb - test/search_conditions_test.rb - test/search_test.rb - test/sorting_test.rb - test/test_helper.rb homepage: http://github.com/cainlevy/presenting licenses: [] metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.0.0 signing_key: specification_version: 4 summary: component-style scaffolding helpers test_files: - test/assets_test.rb - test/attribute_test.rb - test/configurable_test.rb - test/details_test.rb - test/field_search_test.rb - test/field_set_test.rb - test/form_test.rb - test/grid_test.rb - test/helpers_test.rb - test/presenting_test.rb - test/r3/config/application.rb - test/r3/config/boot.rb - test/r3/config/database.yml - test/r3/config/environment.rb - test/r3/config/environments/test.rb - test/r3/config.ru - test/r3/db/test.sqlite3 - test/r3/Gemfile - test/r3/Gemfile.lock - test/r3/log/development.log - test/r3/public/javascripts/presenting/grid.js - test/r3/public/javascripts/presenting/search.js - test/r3/public/stylesheets/presenting/details-color.css - test/r3/public/stylesheets/presenting/details.css - test/r3/public/stylesheets/presenting/form.css - test/r3/public/stylesheets/presenting/grid-color.css - test/r3/public/stylesheets/presenting/grid.css - test/r3/public/stylesheets/presenting/search-color.css - test/r3/public/stylesheets/presenting/search.css - test/r4/config/application.rb - test/r4/config/boot.rb - test/r4/config/database.yml - test/r4/config/environment.rb - test/r4/config/environments/test.rb - test/r4/config.ru - test/r4/Gemfile - test/r4/Gemfile.lock - test/sanitize_test.rb - test/search_conditions_test.rb - test/search_test.rb - test/sorting_test.rb - test/test_helper.rb