--- !ruby/object:Gem::Specification name: activegrid version: !ruby/object:Gem::Version version: 1.0.7 prerelease: platform: ruby authors: - Volcanic Web Design autorequire: bindir: bin cert_chain: [] date: 2011-10-25 00:00:00.000000000Z dependencies: - !ruby/object:Gem::Dependency name: rails requirement: &2153304220 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 3.1.1 type: :runtime prerelease: false version_requirements: *2153304220 - !ruby/object:Gem::Dependency name: jquery-rails requirement: &2153303800 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: *2153303800 - !ruby/object:Gem::Dependency name: sqlite3 requirement: &2153303340 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *2153303340 description: ! 'Using the ActiveGrid gem consists of a few steps:' email: - info@webdesigncompany.net executables: [] extensions: [] extra_rdoc_files: [] files: - app/assets/javascripts/activegrid.js - app/assets/stylesheets/activegrid.css - app/controllers/active_grid/controller.rb - app/lib/active_grid/column.rb - app/lib/active_grid/grid.rb - app/views/active_grid/update.js.erb - lib/activegrid/engine.rb - lib/activegrid/version.rb - lib/activegrid.rb - LICENSE - Rakefile - README.md - test/activegrid_test.rb - test/dummy/app/assets/javascripts/application.js - test/dummy/app/assets/stylesheets/application.css - test/dummy/app/assets/stylesheets/scaffold.css - test/dummy/app/controllers/application_controller.rb - test/dummy/app/controllers/products_controller.rb - test/dummy/app/helpers/application_helper.rb - test/dummy/app/helpers/products_helper.rb - test/dummy/app/models/product.rb - test/dummy/app/views/layouts/application.html.erb - test/dummy/app/views/products/_form.html.erb - test/dummy/app/views/products/_grid.html.erb - test/dummy/app/views/products/edit.html.erb - test/dummy/app/views/products/index.html.erb - test/dummy/app/views/products/new.html.erb - test/dummy/app/views/products/show.html.erb - test/dummy/config/application.rb - test/dummy/config/boot.rb - test/dummy/config/database.yml - test/dummy/config/environment.rb - test/dummy/config/environments/development.rb - test/dummy/config/environments/production.rb - test/dummy/config/environments/test.rb - test/dummy/config/initializers/secret_token.rb - test/dummy/config/initializers/session_store.rb - test/dummy/config/initializers/wrap_parameters.rb - test/dummy/config/routes.rb - test/dummy/config.ru - test/dummy/db/development.sqlite3 - test/dummy/db/migrate/20111015173017_create_products.rb - test/dummy/db/schema.rb - test/dummy/db/seeds.rb - test/dummy/log/development.log - test/dummy/public/404.html - test/dummy/public/422.html - test/dummy/public/500.html - test/dummy/public/favicon.ico - test/dummy/Rakefile - test/dummy/script/rails - test/dummy/tmp/cache/assets/CC9/CF0/sprockets%2F2c475587282720babaa30bd125046c6d - test/dummy/tmp/cache/assets/CF0/1D0/sprockets%2F6fc757c2c8329244ca95d6909865bbc2 - test/dummy/tmp/cache/assets/CF2/E30/sprockets%2F9690cd655384cc9f98b5a12689a04cb6 - test/dummy/tmp/cache/assets/D11/D20/sprockets%2Fcac21eac42152981882bf9e489316af4 - test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 - test/dummy/tmp/cache/assets/D54/ED0/sprockets%2F71c9fa01091d432b131da3bb73faf3d4 - test/dummy/tmp/cache/assets/D84/210/sprockets%2Fabd0103ccec2b428ac62c94e4c40b384 - test/dummy/tmp/cache/assets/D9B/900/sprockets%2F47e1b36aecf9211f751cad5cbd1f7466 - test/dummy/tmp/cache/assets/DA1/CB0/sprockets%2Fd873f0f0b7a49a21b56a28e565e7deea - test/dummy/tmp/cache/assets/DA4/2A0/sprockets%2Ff78aae8f781bb900e68ba4c9721fbe22 - test/dummy/tmp/cache/assets/DAD/F00/sprockets%2Fed0c338098c67fff252ea6f6c279ca4f - test/dummy/tmp/cache/assets/DF9/B10/sprockets%2Ffc21b5aee1c95934ed1b41ac05eeee87 - test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af - test/dummy/tmp/cache/assets/E5B/7A0/sprockets%2F5c84af44bfcbcc581dd75a9b19beeac1 - test/integration/navigation_test.rb - test/test_helper.rb homepage: https://github.com/melvinram/activegrid licenses: - MIT License post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.11 signing_key: specification_version: 3 summary: ActiveGrid is a gem to allow Rails apps to easily add data grids test_files: - test/activegrid_test.rb - test/dummy/app/assets/javascripts/application.js - test/dummy/app/assets/stylesheets/application.css - test/dummy/app/assets/stylesheets/scaffold.css - test/dummy/app/controllers/application_controller.rb - test/dummy/app/controllers/products_controller.rb - test/dummy/app/helpers/application_helper.rb - test/dummy/app/helpers/products_helper.rb - test/dummy/app/models/product.rb - test/dummy/app/views/layouts/application.html.erb - test/dummy/app/views/products/_form.html.erb - test/dummy/app/views/products/_grid.html.erb - test/dummy/app/views/products/edit.html.erb - test/dummy/app/views/products/index.html.erb - test/dummy/app/views/products/new.html.erb - test/dummy/app/views/products/show.html.erb - test/dummy/config/application.rb - test/dummy/config/boot.rb - test/dummy/config/database.yml - test/dummy/config/environment.rb - test/dummy/config/environments/development.rb - test/dummy/config/environments/production.rb - test/dummy/config/environments/test.rb - test/dummy/config/initializers/secret_token.rb - test/dummy/config/initializers/session_store.rb - test/dummy/config/initializers/wrap_parameters.rb - test/dummy/config/routes.rb - test/dummy/config.ru - test/dummy/db/development.sqlite3 - test/dummy/db/migrate/20111015173017_create_products.rb - test/dummy/db/schema.rb - test/dummy/db/seeds.rb - test/dummy/log/development.log - test/dummy/public/404.html - test/dummy/public/422.html - test/dummy/public/500.html - test/dummy/public/favicon.ico - test/dummy/Rakefile - test/dummy/script/rails - test/dummy/tmp/cache/assets/CC9/CF0/sprockets%2F2c475587282720babaa30bd125046c6d - test/dummy/tmp/cache/assets/CF0/1D0/sprockets%2F6fc757c2c8329244ca95d6909865bbc2 - test/dummy/tmp/cache/assets/CF2/E30/sprockets%2F9690cd655384cc9f98b5a12689a04cb6 - test/dummy/tmp/cache/assets/D11/D20/sprockets%2Fcac21eac42152981882bf9e489316af4 - test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 - test/dummy/tmp/cache/assets/D54/ED0/sprockets%2F71c9fa01091d432b131da3bb73faf3d4 - test/dummy/tmp/cache/assets/D84/210/sprockets%2Fabd0103ccec2b428ac62c94e4c40b384 - test/dummy/tmp/cache/assets/D9B/900/sprockets%2F47e1b36aecf9211f751cad5cbd1f7466 - test/dummy/tmp/cache/assets/DA1/CB0/sprockets%2Fd873f0f0b7a49a21b56a28e565e7deea - test/dummy/tmp/cache/assets/DA4/2A0/sprockets%2Ff78aae8f781bb900e68ba4c9721fbe22 - test/dummy/tmp/cache/assets/DAD/F00/sprockets%2Fed0c338098c67fff252ea6f6c279ca4f - test/dummy/tmp/cache/assets/DF9/B10/sprockets%2Ffc21b5aee1c95934ed1b41ac05eeee87 - test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af - test/dummy/tmp/cache/assets/E5B/7A0/sprockets%2F5c84af44bfcbcc581dd75a9b19beeac1 - test/integration/navigation_test.rb - test/test_helper.rb