--- !ruby/object:Gem::Specification name: r_decorator version: !ruby/object:Gem::Version version: 0.0.2 prerelease: platform: ruby authors: - Takuya Fujii autorequire: bindir: bin cert_chain: [] date: 2012-12-16 00:00:00.000000000 Z dependencies: [] description: A readable and simple view helper for Rails 3 email: - takuya327@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - .rspec - .travis.yml - Gemfile - MIT-LICENSE - README.md - Rakefile - gemfiles/Gemfile-rails.3.0.x - gemfiles/Gemfile-rails.3.1.x - lib/generators/decorator/decorator_generator.rb - lib/generators/decorator/templates/decorator.rb - lib/generators/resource_override.rb - lib/generators/rspec/decorator_generator.rb - lib/generators/rspec/templates/decorator_spec.rb - lib/generators/test_unit/decorator_generator.rb - lib/generators/test_unit/templates/decorator_test.rb - lib/r_decorator.rb - lib/r_decorator/base.rb - lib/r_decorator/railtie.rb - lib/r_decorator/version.rb - lib/r_decorator/view_context.rb - r_decortator.gemspec - spec/fake_app/authors/index.html.erb - spec/fake_app/authors/show.html.erb - spec/fake_app/books/_book.html.erb - spec/fake_app/books/_book_locals.html.erb - spec/fake_app/books/show.html.erb - spec/fake_app/fake_app.rb - spec/features/action_view_helpers_spec.rb - spec/features/controller_ivar_spec.rb - spec/features/decorator_spec.rb - spec/features/partial_spec.rb - spec/spec_helper.rb homepage: https://github.com/takuya327/r_decorator 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: r_decorator rubygems_version: 1.8.24 signing_key: specification_version: 3 summary: A readable and simple view helper for Rails 3 test_files: - spec/fake_app/authors/index.html.erb - spec/fake_app/authors/show.html.erb - spec/fake_app/books/_book.html.erb - spec/fake_app/books/_book_locals.html.erb - spec/fake_app/books/show.html.erb - spec/fake_app/fake_app.rb - spec/features/action_view_helpers_spec.rb - spec/features/controller_ivar_spec.rb - spec/features/decorator_spec.rb - spec/features/partial_spec.rb - spec/spec_helper.rb