--- !ruby/object:Gem::Specification name: netzke-basepack version: !ruby/object:Gem::Version version: 0.5.5 platform: ruby authors: - Sergei Kozlov autorequire: bindir: bin cert_chain: [] date: 2009-11-09 00:00:00 -06:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: netzke-core type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.4.5.2 version: - !ruby/object:Gem::Dependency name: searchlogic type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.0.0 version: - !ruby/object:Gem::Dependency name: will_paginate type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.0.0 version: description: A set of full-featured extendible Netzke widgets (such as FormPanel, GridPanel, Window, BorderLayoutPanel, etc) which can be used as building block for your RIA email: sergei@playcode.nl executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.rdoc files: - .autotest - .gitignore - CHANGELOG.rdoc - LICENSE - README.rdoc - Rakefile - TODO.rdoc - autotest/discover.rb - init.rb - install.rb - javascripts/basepack.js - lib/app/models/netzke_auto_column.rb - lib/netzke-basepack.rb - lib/netzke/accordion_panel.rb - lib/netzke/active_record/basepack.rb - lib/netzke/active_record/data_accessor.rb - lib/netzke/basic_app.rb - lib/netzke/basic_app_extras/statusbar_ext.js - lib/netzke/border_layout_panel.rb - lib/netzke/configuration_panel.rb - lib/netzke/data_accessor.rb - lib/netzke/ext.rb - lib/netzke/field_model.rb - lib/netzke/fields_configurator.rb - lib/netzke/form_panel.rb - lib/netzke/form_panel_api.rb - lib/netzke/form_panel_extras/javascripts/netzkefileupload.js - lib/netzke/form_panel_extras/javascripts/xcheckbox.js - lib/netzke/form_panel_js.rb - lib/netzke/grid_panel.rb - lib/netzke/grid_panel_api.rb - lib/netzke/grid_panel_extras/javascripts/filters.js - lib/netzke/grid_panel_extras/javascripts/rows-dd.js - lib/netzke/grid_panel_extras/record_form_window.rb - lib/netzke/grid_panel_js.rb - lib/netzke/masquerade_selector.rb - lib/netzke/panel.rb - lib/netzke/plugins/configuration_tool.rb - lib/netzke/property_editor.rb - lib/netzke/property_editor_extras/helper_model.rb - lib/netzke/search_panel.rb - lib/netzke/tab_panel.rb - lib/netzke/table_editor.rb - lib/netzke/tree_panel.rb - lib/netzke/window.rb - lib/netzke/wrapper.rb - stylesheets/basepack.css - tasks/netzke_basepack_tasks.rake - test/app_root/app/controllers/application.rb - test/app_root/app/models/book.rb - test/app_root/app/models/category.rb - test/app_root/app/models/city.rb - test/app_root/app/models/continent.rb - test/app_root/app/models/country.rb - test/app_root/app/models/genre.rb - test/app_root/config/boot.rb - test/app_root/config/database.yml - test/app_root/config/environment.rb - test/app_root/config/environments/in_memory.rb - test/app_root/config/environments/mysql.rb - test/app_root/config/environments/postgresql.rb - test/app_root/config/environments/sqlite.rb - test/app_root/config/environments/sqlite3.rb - test/app_root/config/routes.rb - test/app_root/db/migrate/20081222033343_create_books.rb - test/app_root/db/migrate/20081222033440_create_genres.rb - test/app_root/db/migrate/20081222035855_create_netzke_preferences.rb - test/app_root/db/migrate/20081223024935_create_categories.rb - test/app_root/db/migrate/20081223025635_create_countries.rb - test/app_root/db/migrate/20081223025653_create_continents.rb - test/app_root/db/migrate/20081223025732_create_cities.rb - test/app_root/db/migrate/20090102223630_create_netzke_layouts.rb - test/app_root/script/console - test/app_root/vendor/plugins/acts_as_list/README - test/app_root/vendor/plugins/acts_as_list/init.rb - test/app_root/vendor/plugins/acts_as_list/lib/active_record/acts/list.rb - test/console_with_fixtures.rb - test/fixtures/books.yml - test/fixtures/categories.yml - test/fixtures/cities.yml - test/fixtures/continents.yml - test/fixtures/countries.yml - test/fixtures/genres.yml - test/schema.rb - test/test_helper.rb - test/unit/accordion_panel_test.rb - test/unit/active_record_basepack_test.rb - test/unit/grid_panel_test.rb - test/unit/helper_model_test.rb - test/unit/netzke_basepack_test.rb - test/unit/tab_panel_test.rb - uninstall.rb has_rdoc: true homepage: http://github.com/skozlov/netzke-basepack licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: netzke-basepack rubygems_version: 1.3.5 signing_key: specification_version: 3 summary: Pre-built Rails + ExtJS widgets for your RIA test_files: - test/app_root/app/controllers/application.rb - test/app_root/app/models/book.rb - test/app_root/app/models/category.rb - test/app_root/app/models/city.rb - test/app_root/app/models/continent.rb - test/app_root/app/models/country.rb - test/app_root/app/models/genre.rb - test/app_root/config/boot.rb - test/app_root/config/environment.rb - test/app_root/config/environments/in_memory.rb - test/app_root/config/environments/mysql.rb - test/app_root/config/environments/postgresql.rb - test/app_root/config/environments/sqlite.rb - test/app_root/config/environments/sqlite3.rb - test/app_root/config/routes.rb - test/app_root/db/migrate/20081222033343_create_books.rb - test/app_root/db/migrate/20081222033440_create_genres.rb - test/app_root/db/migrate/20081222035855_create_netzke_preferences.rb - test/app_root/db/migrate/20081223024935_create_categories.rb - test/app_root/db/migrate/20081223025635_create_countries.rb - test/app_root/db/migrate/20081223025653_create_continents.rb - test/app_root/db/migrate/20081223025732_create_cities.rb - test/app_root/db/migrate/20090102223630_create_netzke_layouts.rb - test/app_root/vendor/plugins/acts_as_list/init.rb - test/app_root/vendor/plugins/acts_as_list/lib/active_record/acts/list.rb - test/console_with_fixtures.rb - test/schema.rb - test/test_helper.rb - test/unit/accordion_panel_test.rb - test/unit/active_record_basepack_test.rb - test/unit/grid_panel_test.rb - test/unit/helper_model_test.rb - test/unit/netzke_basepack_test.rb - test/unit/tab_panel_test.rb