--- !ruby/object:Gem::Specification name: draper version: !ruby/object:Gem::Version version: 0.9.0 prerelease: platform: ruby authors: - Jeff Casimir autorequire: bindir: bin cert_chain: [] date: 2011-10-20 00:00:00.000000000Z dependencies: [] description: Draper reimagines the role of helpers in the view layer of a Rails application, allowing an object-oriented approach rather than procedural. email: - jeff@casimircreative.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - .travis.yml - .yardopts - Gemfile - Guardfile - Rakefile - Readme.markdown - doc/ApplicationDecorator.html - doc/Draper.html - doc/Draper/AllHelpers.html - doc/Draper/Base.html - doc/Draper/DecoratorGenerator.html - doc/Draper/LazyHelpers.html - doc/Draper/ModelSupport.html - doc/Draper/System.html - doc/_index.html - doc/class_list.html - doc/css/common.css - doc/css/full_list.css - doc/css/style.css - doc/file_list.html - doc/frames.html - doc/index.html - doc/js/app.js - doc/js/full_list.js - doc/js/jquery.js - doc/method_list.html - doc/top-level-namespace.html - draper.gemspec - lib/draper.rb - lib/draper/base.rb - lib/draper/lazy_helpers.rb - lib/draper/model_support.rb - lib/draper/system.rb - lib/draper/version.rb - lib/draper/view_context.rb - lib/generators/draper/decorator/USAGE - lib/generators/draper/decorator/decorator_generator.rb - lib/generators/draper/decorator/templates/application_decorator.rb - lib/generators/draper/decorator/templates/decorator.rb - lib/generators/rails/decorator_generator.rb - lib/generators/rspec/decorator_generator.rb - lib/generators/rspec/templates/application_decorator_spec.rb - lib/generators/rspec/templates/decorator_spec.rb - spec/base_spec.rb - spec/draper/model_support_spec.rb - spec/generators/draper/decorator/decorator_generator_spec.rb - spec/generators/rspec/decorator_generator_spec.rb - spec/samples/active_record.rb - spec/samples/application_controller.rb - spec/samples/application_helper.rb - spec/samples/decorator.rb - spec/samples/decorator_with_allows.rb - spec/samples/decorator_with_application_helper.rb - spec/samples/decorator_with_denies.rb - spec/samples/product.rb - spec/samples/product_decorator.rb - spec/spec_helper.rb - spec/view_context_spec.rb homepage: http://github.com/jcasimir/draper licenses: [] post_install_message: 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: draper rubygems_version: 1.8.10 signing_key: specification_version: 3 summary: Decorator pattern implmentation for Rails. test_files: - spec/base_spec.rb - spec/draper/model_support_spec.rb - spec/generators/draper/decorator/decorator_generator_spec.rb - spec/generators/rspec/decorator_generator_spec.rb - spec/samples/active_record.rb - spec/samples/application_controller.rb - spec/samples/application_helper.rb - spec/samples/decorator.rb - spec/samples/decorator_with_allows.rb - spec/samples/decorator_with_application_helper.rb - spec/samples/decorator_with_denies.rb - spec/samples/product.rb - spec/samples/product_decorator.rb - spec/spec_helper.rb - spec/view_context_spec.rb