--- !ruby/object:Gem::Specification name: edifice version: !ruby/object:Gem::Version hash: 5 prerelease: segments: - 0 - 7 - 3 version: 0.7.3 platform: ruby authors: - Tom Coleman - Zoltan Olah - Joe Dollard autorequire: bindir: bin cert_chain: [] date: 2011-10-07 00:00:00 Z dependencies: [] description: The idea here is to communicate which view is rendering to the javascript so that we can call the correct javascript files in an automagical way. email: - tom@thesnail.org - zol@me.com - jdollard@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - .DS_Store - .gitignore - Gemfile - Gemfile.lock - MIT-LICENSE - README - Rakefile - edifice.gemspec - init.rb - lib/edifice.rb - lib/edifice/controller.rb - lib/edifice/form_model.rb - lib/edifice/helper.rb - lib/edifice/railtie.rb - lib/edifice/renderer.rb - lib/edifice/responder.rb - lib/edifice/version.rb - lib/public/javascripts/edifice/edifice_form.js - lib/public/javascripts/edifice/form.js - lib/public/javascripts/edifice/framework.js - lib/tasks/edifice.rake - test/rails3/.gitignore - test/rails3/Gemfile - test/rails3/Gemfile.lock - test/rails3/README - test/rails3/Rakefile - test/rails3/app/controllers/application_controller.rb - test/rails3/app/controllers/posts_controller.rb - test/rails3/app/helpers/application_helper.rb - test/rails3/app/models/post.rb - test/rails3/app/views/layouts/application.html.erb - test/rails3/app/views/posts/new.html.erb - test/rails3/config.ru - test/rails3/config/application.rb - test/rails3/config/boot.rb - test/rails3/config/database.yml - test/rails3/config/environment.rb - test/rails3/config/environments/development.rb - test/rails3/config/environments/production.rb - test/rails3/config/environments/test.rb - test/rails3/config/initializers/backtrace_silencers.rb - test/rails3/config/initializers/inflections.rb - test/rails3/config/initializers/mime_types.rb - test/rails3/config/initializers/secret_token.rb - test/rails3/config/initializers/session_store.rb - test/rails3/config/locales/en.yml - test/rails3/config/routes.rb - test/rails3/db/seeds.rb - test/rails3/doc/README_FOR_APP - test/rails3/lib/tasks/.gitkeep - test/rails3/public/404.html - test/rails3/public/422.html - test/rails3/public/500.html - test/rails3/public/favicon.ico - test/rails3/public/images/rails.png - test/rails3/public/javascripts/.gitkeep - test/rails3/public/javascripts/application.js - test/rails3/public/javascripts/jquery-1.5.1.js - test/rails3/public/robots.txt - test/rails3/public/stylesheets/.gitkeep - test/rails3/public/stylesheets/form.css - test/rails3/script/rails - test/rails3/vendor/plugins/.gitkeep homepage: http://github.com/tmeasday/edifice licenses: [] post_install_message: rdoc_options: [] 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: edifice rubygems_version: 1.8.10 signing_key: specification_version: 3 summary: Ediface is a Javascript framework released as a rails plugin. test_files: - test/rails3/.gitignore - test/rails3/Gemfile - test/rails3/Gemfile.lock - test/rails3/README - test/rails3/Rakefile - test/rails3/app/controllers/application_controller.rb - test/rails3/app/controllers/posts_controller.rb - test/rails3/app/helpers/application_helper.rb - test/rails3/app/models/post.rb - test/rails3/app/views/layouts/application.html.erb - test/rails3/app/views/posts/new.html.erb - test/rails3/config.ru - test/rails3/config/application.rb - test/rails3/config/boot.rb - test/rails3/config/database.yml - test/rails3/config/environment.rb - test/rails3/config/environments/development.rb - test/rails3/config/environments/production.rb - test/rails3/config/environments/test.rb - test/rails3/config/initializers/backtrace_silencers.rb - test/rails3/config/initializers/inflections.rb - test/rails3/config/initializers/mime_types.rb - test/rails3/config/initializers/secret_token.rb - test/rails3/config/initializers/session_store.rb - test/rails3/config/locales/en.yml - test/rails3/config/routes.rb - test/rails3/db/seeds.rb - test/rails3/doc/README_FOR_APP - test/rails3/lib/tasks/.gitkeep - test/rails3/public/404.html - test/rails3/public/422.html - test/rails3/public/500.html - test/rails3/public/favicon.ico - test/rails3/public/images/rails.png - test/rails3/public/javascripts/.gitkeep - test/rails3/public/javascripts/application.js - test/rails3/public/javascripts/jquery-1.5.1.js - test/rails3/public/robots.txt - test/rails3/public/stylesheets/.gitkeep - test/rails3/public/stylesheets/form.css - test/rails3/script/rails - test/rails3/vendor/plugins/.gitkeep