# -*- encoding: utf-8 -*- # stub: edifice 0.7.0 ruby lib Gem::Specification.new do |s| s.name = "edifice".freeze s.version = "0.7.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Tom Coleman".freeze, "Zoltan Olah".freeze, "Joe Dollard".freeze] s.date = "2011-09-20" s.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.".freeze s.email = ["tom@thesnail.org".freeze, "zol@me.com".freeze, "jdollard@gmail.com".freeze] s.files = [".DS_Store".freeze, ".gitignore".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "MIT-LICENSE".freeze, "README".freeze, "Rakefile".freeze, "edifice.gemspec".freeze, "init.rb".freeze, "lib/edifice.rb".freeze, "lib/edifice/controller.rb".freeze, "lib/edifice/form_model.rb".freeze, "lib/edifice/helper.rb".freeze, "lib/edifice/railtie.rb".freeze, "lib/edifice/renderer.rb".freeze, "lib/edifice/responder.rb".freeze, "lib/edifice/version.rb".freeze, "lib/public/javascripts/edifice/edifice_form.js".freeze, "lib/public/javascripts/edifice/form.js".freeze, "lib/public/javascripts/edifice/framework.js".freeze, "lib/tasks/edifice.rake".freeze, "test/rails3/.gitignore".freeze, "test/rails3/Gemfile".freeze, "test/rails3/Gemfile.lock".freeze, "test/rails3/README".freeze, "test/rails3/Rakefile".freeze, "test/rails3/app/controllers/application_controller.rb".freeze, "test/rails3/app/controllers/posts_controller.rb".freeze, "test/rails3/app/helpers/application_helper.rb".freeze, "test/rails3/app/models/post.rb".freeze, "test/rails3/app/views/layouts/application.html.erb".freeze, "test/rails3/app/views/posts/new.html.erb".freeze, "test/rails3/config.ru".freeze, "test/rails3/config/application.rb".freeze, "test/rails3/config/boot.rb".freeze, "test/rails3/config/database.yml".freeze, "test/rails3/config/environment.rb".freeze, "test/rails3/config/environments/development.rb".freeze, "test/rails3/config/environments/production.rb".freeze, "test/rails3/config/environments/test.rb".freeze, "test/rails3/config/initializers/backtrace_silencers.rb".freeze, "test/rails3/config/initializers/inflections.rb".freeze, "test/rails3/config/initializers/mime_types.rb".freeze, "test/rails3/config/initializers/secret_token.rb".freeze, "test/rails3/config/initializers/session_store.rb".freeze, "test/rails3/config/locales/en.yml".freeze, "test/rails3/config/routes.rb".freeze, "test/rails3/db/seeds.rb".freeze, "test/rails3/doc/README_FOR_APP".freeze, "test/rails3/lib/tasks/.gitkeep".freeze, "test/rails3/public/404.html".freeze, "test/rails3/public/422.html".freeze, "test/rails3/public/500.html".freeze, "test/rails3/public/favicon.ico".freeze, "test/rails3/public/images/rails.png".freeze, "test/rails3/public/javascripts/.gitkeep".freeze, "test/rails3/public/javascripts/application.js".freeze, "test/rails3/public/javascripts/jquery-1.5.1.js".freeze, "test/rails3/public/robots.txt".freeze, "test/rails3/public/stylesheets/.gitkeep".freeze, "test/rails3/public/stylesheets/form.css".freeze, "test/rails3/script/rails".freeze, "test/rails3/vendor/plugins/.gitkeep".freeze] s.homepage = "http://github.com/tmeasday/edifice".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Ediface is a Javascript framework released as a rails plugin.".freeze s.test_files = ["test/rails3/.gitignore".freeze, "test/rails3/Gemfile".freeze, "test/rails3/Gemfile.lock".freeze, "test/rails3/README".freeze, "test/rails3/Rakefile".freeze, "test/rails3/app/controllers/application_controller.rb".freeze, "test/rails3/app/controllers/posts_controller.rb".freeze, "test/rails3/app/helpers/application_helper.rb".freeze, "test/rails3/app/models/post.rb".freeze, "test/rails3/app/views/layouts/application.html.erb".freeze, "test/rails3/app/views/posts/new.html.erb".freeze, "test/rails3/config.ru".freeze, "test/rails3/config/application.rb".freeze, "test/rails3/config/boot.rb".freeze, "test/rails3/config/database.yml".freeze, "test/rails3/config/environment.rb".freeze, "test/rails3/config/environments/development.rb".freeze, "test/rails3/config/environments/production.rb".freeze, "test/rails3/config/environments/test.rb".freeze, "test/rails3/config/initializers/backtrace_silencers.rb".freeze, "test/rails3/config/initializers/inflections.rb".freeze, "test/rails3/config/initializers/mime_types.rb".freeze, "test/rails3/config/initializers/secret_token.rb".freeze, "test/rails3/config/initializers/session_store.rb".freeze, "test/rails3/config/locales/en.yml".freeze, "test/rails3/config/routes.rb".freeze, "test/rails3/db/seeds.rb".freeze, "test/rails3/doc/README_FOR_APP".freeze, "test/rails3/lib/tasks/.gitkeep".freeze, "test/rails3/public/404.html".freeze, "test/rails3/public/422.html".freeze, "test/rails3/public/500.html".freeze, "test/rails3/public/favicon.ico".freeze, "test/rails3/public/images/rails.png".freeze, "test/rails3/public/javascripts/.gitkeep".freeze, "test/rails3/public/javascripts/application.js".freeze, "test/rails3/public/javascripts/jquery-1.5.1.js".freeze, "test/rails3/public/robots.txt".freeze, "test/rails3/public/stylesheets/.gitkeep".freeze, "test/rails3/public/stylesheets/form.css".freeze, "test/rails3/script/rails".freeze, "test/rails3/vendor/plugins/.gitkeep".freeze] end