--- !ruby/object:Gem::Specification name: draper version: !ruby/object:Gem::Version hash: 5 prerelease: segments: - 0 - 7 - 3 version: 0.7.3 platform: ruby authors: - Jeff Casimir autorequire: bindir: bin cert_chain: [] date: 2011-08-29 00:00:00 Z 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 - Gemfile - Guardfile - Rakefile - Readme.markdown - draper.gemspec - lib/draper.rb - lib/draper/all_helpers.rb - lib/draper/base.rb - lib/draper/lazy_helpers.rb - lib/draper/model_support.rb - lib/draper/system.rb - lib/draper/version.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 - spec/base_spec.rb - spec/draper/model_support_spec.rb - spec/samples/active_record.rb - spec/samples/application_controller.rb - spec/samples/application_helper.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 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 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: draper rubygems_version: 1.8.6 signing_key: specification_version: 3 summary: Decorator pattern implmentation for Rails. test_files: - spec/base_spec.rb - spec/draper/model_support_spec.rb - spec/samples/active_record.rb - spec/samples/application_controller.rb - spec/samples/application_helper.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