--- !ruby/object:Gem::Specification name: netzke-core version: !ruby/object:Gem::Version prerelease: version: 0.7.0 platform: ruby authors: - Sergei Kozlov autorequire: bindir: bin cert_chain: [] date: 2011-08-09 00:00:00 +02:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: activesupport prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 3.0.0 type: :runtime version_requirements: *id001 description: Allows building ExtJS/Rails reusable code in a DRY way email: sergei@playcode.nl executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.md - TODO files: - .autotest - CHANGELOG.rdoc - LICENSE - Manifest - README.md - Rakefile - TODO - app/controllers/netzke_controller.rb - config/database.yml - init.rb - install.rb - javascripts/base.js - javascripts/core_extensions.js - javascripts/ext.js - javascripts/touch.js - lib/netzke-core.rb - lib/netzke/actions.rb - lib/netzke/base.rb - lib/netzke/composition.rb - lib/netzke/configuration.rb - lib/netzke/core.rb - lib/netzke/core/dynamic_assets.rb - lib/netzke/core/masquerading.rb - lib/netzke/core/options_hash.rb - lib/netzke/core/session.rb - lib/netzke/core/version.rb - lib/netzke/core_ext.rb - lib/netzke/core_ext/array.rb - lib/netzke/core_ext/hash.rb - lib/netzke/core_ext/string.rb - lib/netzke/core_ext/symbol.rb - lib/netzke/core_ext/time_with_zone.rb - lib/netzke/embedding.rb - lib/netzke/ext_component.rb - lib/netzke/inheritance.rb - lib/netzke/javascript.rb - lib/netzke/javascript/scopes.rb - lib/netzke/plugin.rb - lib/netzke/plugins.rb - lib/netzke/railz.rb - lib/netzke/railz/action_view_ext.rb - lib/netzke/railz/action_view_ext/ext.rb - lib/netzke/railz/action_view_ext/touch.rb - lib/netzke/railz/controller_extensions.rb - lib/netzke/railz/engine.rb - lib/netzke/railz/routes.rb - lib/netzke/services.rb - lib/netzke/session.rb - lib/netzke/state.rb - lib/netzke/stylesheets.rb - lib/tasks/netzke_core_tasks.rake - netzke-core.gemspec - stylesheets/core.css - test/fixtures/roles.yml - test/fixtures/users.yml - test/rails_app/.gitignore - test/rails_app/Gemfile - test/rails_app/Gemfile.lock - test/rails_app/README - test/rails_app/Rakefile - test/rails_app/app/components/border_layout_panel.rb - test/rails_app/app/components/component_loader.rb - test/rails_app/app/components/component_with_actions.rb - test/rails_app/app/components/component_with_custom_css.rb - test/rails_app/app/components/component_with_custom_css/stylesheets/custom.css - test/rails_app/app/components/component_with_included_js.rb - test/rails_app/app/components/component_with_js_mixin.rb - test/rails_app/app/components/component_with_js_mixin/javascripts/component_with_js_mixin.js - test/rails_app/app/components/component_with_js_mixin/javascripts/extra_one.js - test/rails_app/app/components/component_with_js_mixin/javascripts/extra_two.js - test/rails_app/app/components/component_with_js_mixin/javascripts/method_set_one.js - test/rails_app/app/components/component_with_js_mixin/javascripts/method_set_two.js - test/rails_app/app/components/component_with_nested_through.rb - test/rails_app/app/components/component_with_session_persistence.rb - test/rails_app/app/components/deprecated/server_caller.rb - test/rails_app/app/components/dynamic_tab_panel.rb - test/rails_app/app/components/dynamic_tab_panel/javascripts/dynamic_tab_panel.js - test/rails_app/app/components/ext_direct/composite.rb - test/rails_app/app/components/ext_direct/details.rb - test/rails_app/app/components/ext_direct/selector.rb - test/rails_app/app/components/ext_direct/statistics.rb - test/rails_app/app/components/extended_component_with_actions.rb - test/rails_app/app/components/extended_component_with_js_mixin.rb - test/rails_app/app/components/extended_component_with_js_mixin/javascripts/some_method_set.js - test/rails_app/app/components/extended_localized_panel.rb - test/rails_app/app/components/extended_server_caller.rb - test/rails_app/app/components/hello_world_component.rb - test/rails_app/app/components/included.js - test/rails_app/app/components/kinda_complex_component.rb - test/rails_app/app/components/kinda_complex_component/basic_stuff.rb - test/rails_app/app/components/kinda_complex_component/extra_stuff.rb - test/rails_app/app/components/loader_of_component_with_custom_css.rb - test/rails_app/app/components/localized_panel.rb - test/rails_app/app/components/nested_component.rb - test/rails_app/app/components/panel_with_plugin.rb - test/rails_app/app/components/panel_with_tools.rb - test/rails_app/app/components/plugin_with_components.rb - test/rails_app/app/components/scoped_components/deep_scoped_components/some_deep_scoped_component.rb - test/rails_app/app/components/scoped_components/extended_scoped_component.rb - test/rails_app/app/components/scoped_components/some_scoped_component.rb - test/rails_app/app/components/server_caller.rb - test/rails_app/app/components/server_counter.rb - test/rails_app/app/components/simple_component.rb - test/rails_app/app/components/simple_panel.rb - test/rails_app/app/components/simple_tab_panel.rb - test/rails_app/app/components/simple_window.rb - test/rails_app/app/components/some_composite.rb - test/rails_app/app/components/some_ext_component.rb - test/rails_app/app/components/some_plugin.rb - test/rails_app/app/components/touch/hello_world_component.rb - test/rails_app/app/components/touch/server_caller.rb - test/rails_app/app/components/touch/simple_carousel.rb - test/rails_app/app/controllers/application_controller.rb - test/rails_app/app/controllers/components_controller.rb - test/rails_app/app/controllers/multiple_components_controller.rb - test/rails_app/app/controllers/touch_controller.rb - test/rails_app/app/controllers/welcome_controller.rb - test/rails_app/app/helpers/application_helper.rb - test/rails_app/app/helpers/touch_helper.rb - test/rails_app/app/views/components/panel_with_autoload.html.erb - test/rails_app/app/views/components/some_tab_panel.html.erb - test/rails_app/app/views/layouts/application.html.erb - test/rails_app/app/views/layouts/nested.html.erb - test/rails_app/app/views/layouts/touch.html.erb - test/rails_app/app/views/multiple_components/set_one.html.erb - test/rails_app/config.ru - test/rails_app/config/application.rb - test/rails_app/config/boot.rb - test/rails_app/config/database.yml - test/rails_app/config/environment.rb - test/rails_app/config/environments/development.rb - test/rails_app/config/environments/production.rb - test/rails_app/config/environments/test.rb - test/rails_app/config/initializers/backtrace_silencers.rb - test/rails_app/config/initializers/inflections.rb - test/rails_app/config/initializers/mime_types.rb - test/rails_app/config/initializers/netzke.rb - test/rails_app/config/initializers/secret_token.rb - test/rails_app/config/initializers/session_store.rb - test/rails_app/config/locales/en.yml - test/rails_app/config/locales/es.yml - test/rails_app/config/routes.rb - test/rails_app/db/development_structure.sql - test/rails_app/db/migrate/20110110132720_create_netzke_component_states.rb - test/rails_app/db/schema.rb - test/rails_app/db/seeds.rb - test/rails_app/features/actions_and_tools.feature - test/rails_app/features/basic.feature - test/rails_app/features/client-server.feature - test/rails_app/features/complex_component.feature - test/rails_app/features/component.feature - test/rails_app/features/component_loader.feature - test/rails_app/features/composition.feature - test/rails_app/features/custom_css.feature - test/rails_app/features/ext.direct.feature - test/rails_app/features/file_inclusion.feature - test/rails_app/features/i18n.feature - test/rails_app/features/inheritance.feature - test/rails_app/features/js_include.feature - test/rails_app/features/nested_views.feature - test/rails_app/features/persistence.feature - test/rails_app/features/plugin.feature - test/rails_app/features/scopes.feature - test/rails_app/features/step_definitions/custom_css_steps.rb - test/rails_app/features/step_definitions/generic_steps.rb - test/rails_app/features/step_definitions/touch_steps.rb - test/rails_app/features/step_definitions/web_steps.rb - test/rails_app/features/support/env.rb - test/rails_app/features/support/paths.rb - test/rails_app/features/touch.feature - test/rails_app/lib/tasks/.gitkeep - test/rails_app/public/404.html - test/rails_app/public/422.html - test/rails_app/public/500.html - test/rails_app/public/favicon.ico - test/rails_app/public/images/rails.png - test/rails_app/public/robots.txt - test/rails_app/script/rails - test/rails_app/spec/component/actions_spec.rb - test/rails_app/spec/component/base_spec.rb - test/rails_app/spec/component/component_spec.rb - test/rails_app/spec/component/composition_spec.rb - test/rails_app/spec/component/configuration_spec.rb - test/rails_app/spec/component/javascript_spec.rb - test/rails_app/spec/component/state_spec.rb - test/rails_app/spec/core_ext_spec.rb - test/rails_app/spec/spec.opt - test/rails_app/spec/spec_helper.rb - test/rails_app/vendor/plugins/.gitkeep - test/test_helper.rb - test/unit/core_ext_test.rb - test/unit/netzke_core_test.rb - test/unit/netzke_preference_test.rb - uninstall.rb has_rdoc: true homepage: http://netzke.org licenses: [] post_install_message: "\n\ ========================================================================\n\n Thanks for installing netzke-core!\n\n Netzke home page: http://netzke.org\n Netzke Google Groups: http://groups.google.com/group/netzke\n Netzke tutorials: http://blog.writelesscode.com\n\n\ ========================================================================\n\n" 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.6.2 signing_key: specification_version: 3 summary: Build ExtJS/Rails components with minimum effort test_files: - test/rails_app/app/components/border_layout_panel.rb - test/rails_app/app/components/component_loader.rb - test/rails_app/app/components/component_with_actions.rb - test/rails_app/app/components/component_with_custom_css.rb - test/rails_app/app/components/component_with_included_js.rb - test/rails_app/app/components/component_with_js_mixin.rb - test/rails_app/app/components/component_with_nested_through.rb - test/rails_app/app/components/component_with_session_persistence.rb - test/rails_app/app/components/deprecated/server_caller.rb - test/rails_app/app/components/dynamic_tab_panel.rb - test/rails_app/app/components/ext_direct/composite.rb - test/rails_app/app/components/ext_direct/details.rb - test/rails_app/app/components/ext_direct/selector.rb - test/rails_app/app/components/ext_direct/statistics.rb - test/rails_app/app/components/extended_component_with_actions.rb - test/rails_app/app/components/extended_component_with_js_mixin.rb - test/rails_app/app/components/extended_localized_panel.rb - test/rails_app/app/components/extended_server_caller.rb - test/rails_app/app/components/hello_world_component.rb - test/rails_app/app/components/kinda_complex_component.rb - test/rails_app/app/components/kinda_complex_component/basic_stuff.rb - test/rails_app/app/components/kinda_complex_component/extra_stuff.rb - test/rails_app/app/components/loader_of_component_with_custom_css.rb - test/rails_app/app/components/localized_panel.rb - test/rails_app/app/components/nested_component.rb - test/rails_app/app/components/panel_with_plugin.rb - test/rails_app/app/components/panel_with_tools.rb - test/rails_app/app/components/plugin_with_components.rb - test/rails_app/app/components/scoped_components/deep_scoped_components/some_deep_scoped_component.rb - test/rails_app/app/components/scoped_components/extended_scoped_component.rb - test/rails_app/app/components/scoped_components/some_scoped_component.rb - test/rails_app/app/components/server_caller.rb - test/rails_app/app/components/server_counter.rb - test/rails_app/app/components/simple_component.rb - test/rails_app/app/components/simple_panel.rb - test/rails_app/app/components/simple_tab_panel.rb - test/rails_app/app/components/simple_window.rb - test/rails_app/app/components/some_composite.rb - test/rails_app/app/components/some_ext_component.rb - test/rails_app/app/components/some_plugin.rb - test/rails_app/app/components/touch/hello_world_component.rb - test/rails_app/app/components/touch/server_caller.rb - test/rails_app/app/components/touch/simple_carousel.rb - test/rails_app/app/controllers/application_controller.rb - test/rails_app/app/controllers/components_controller.rb - test/rails_app/app/controllers/multiple_components_controller.rb - test/rails_app/app/controllers/touch_controller.rb - test/rails_app/app/controllers/welcome_controller.rb - test/rails_app/app/helpers/application_helper.rb - test/rails_app/app/helpers/touch_helper.rb - test/rails_app/config/application.rb - test/rails_app/config/boot.rb - test/rails_app/config/environment.rb - test/rails_app/config/environments/development.rb - test/rails_app/config/environments/production.rb - test/rails_app/config/environments/test.rb - test/rails_app/config/initializers/backtrace_silencers.rb - test/rails_app/config/initializers/inflections.rb - test/rails_app/config/initializers/mime_types.rb - test/rails_app/config/initializers/netzke.rb - test/rails_app/config/initializers/secret_token.rb - test/rails_app/config/initializers/session_store.rb - test/rails_app/config/routes.rb - test/rails_app/db/migrate/20110110132720_create_netzke_component_states.rb - test/rails_app/db/schema.rb - test/rails_app/db/seeds.rb - test/rails_app/features/step_definitions/custom_css_steps.rb - test/rails_app/features/step_definitions/generic_steps.rb - test/rails_app/features/step_definitions/touch_steps.rb - test/rails_app/features/step_definitions/web_steps.rb - test/rails_app/features/support/env.rb - test/rails_app/features/support/paths.rb - test/rails_app/spec/component/actions_spec.rb - test/rails_app/spec/component/base_spec.rb - test/rails_app/spec/component/component_spec.rb - test/rails_app/spec/component/composition_spec.rb - test/rails_app/spec/component/configuration_spec.rb - test/rails_app/spec/component/javascript_spec.rb - test/rails_app/spec/component/state_spec.rb - test/rails_app/spec/core_ext_spec.rb - test/rails_app/spec/spec_helper.rb - test/test_helper.rb - test/unit/core_ext_test.rb - test/unit/netzke_core_test.rb - test/unit/netzke_preference_test.rb