--- !ruby/object:Gem::Specification name: netzke-core version: !ruby/object:Gem::Version hash: 13 prerelease: false segments: - 0 - 5 - 3 version: 0.5.3 platform: ruby authors: - Sergei Kozlov autorequire: bindir: bin cert_chain: [] date: 2010-06-14 00:00:00 +02:00 default_executable: dependencies: [] description: Allows building ExtJS/Rails reusable code in a DRY way email: sergei@playcode.nl executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.rdoc - TODO files: - .autotest - .gitignore - CHANGELOG.rdoc - LICENSE - Manifest - README.rdoc - Rakefile - TODO - autotest/discover.rb - generators/netzke_core/USAGE - generators/netzke_core/netzke_core_generator.rb - generators/netzke_core/templates/create_netzke_preferences.rb - init.rb - install.rb - javascripts/core.js - lib/app/controllers/netzke_controller.rb - lib/app/models/netzke_preference.rb - lib/netzke-core.rb - lib/netzke/action_view_ext.rb - lib/netzke/base.rb - lib/netzke/base_js.rb - lib/netzke/controller_extensions.rb - lib/netzke/core_ext.rb - lib/netzke/routing.rb - lib/tasks/netzke_core_tasks.rake - stylesheets/core.css - test/app_root/app/controllers/application_controller.rb - test/app_root/app/models/role.rb - test/app_root/app/models/user.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/20081222035855_create_netzke_preferences.rb - test/app_root/db/migrate/20090423214303_create_roles.rb - test/app_root/db/migrate/20090423222114_create_users.rb - test/app_root/lib/console_with_fixtures.rb - test/app_root/script/console - test/fixtures/roles.yml - test/fixtures/users.yml - 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://github.com/skozlov/netzke-core licenses: [] post_install_message: |+ ======================================================================== Thanks for installing Netzke Core! Don't forget to run "./script/generate netzke_core" for each Rails app that will be using this gem. Netzke home page: http://netzke.org Netzke Google Groups: http://groups.google.com/group/netzke Netzke tutorials: http://blog.writelesscode.com ======================================================================== rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: netzke-core rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: Build ExtJS/Rails widgets with minimum effort test_files: - test/app_root/app/controllers/application_controller.rb - test/app_root/app/models/role.rb - test/app_root/app/models/user.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/20081222035855_create_netzke_preferences.rb - test/app_root/db/migrate/20090423214303_create_roles.rb - test/app_root/db/migrate/20090423222114_create_users.rb - test/app_root/lib/console_with_fixtures.rb - test/test_helper.rb - test/unit/core_ext_test.rb - test/unit/netzke_core_test.rb - test/unit/netzke_preference_test.rb