--- !ruby/object:Gem::Specification name: active_decorator version: !ruby/object:Gem::Version version: 0.8.0 platform: ruby authors: - Akira Matsuda autorequire: bindir: bin cert_chain: [] date: 2016-12-13 00:00:00.000000000 Z dependencies: [] description: A simple and Rubyish view helper for Rails email: - ronnie@dio.jp executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".travis.yml" - Gemfile - MIT-LICENSE - README.md - Rakefile - active_decorator.gemspec - gemfiles/Gemfile-rails.3.2.x - gemfiles/Gemfile-rails.4.0.x - gemfiles/Gemfile-rails.4.1.x - gemfiles/Gemfile-rails.4.2.x - gemfiles/Gemfile-rails.5.0.x - lib/active_decorator.rb - lib/active_decorator/config.rb - lib/active_decorator/decorator.rb - lib/active_decorator/helpers.rb - lib/active_decorator/monkey/abstract_controller/rendering.rb - lib/active_decorator/monkey/action_controller/base/rescue_from.rb - lib/active_decorator/monkey/action_view/partial_renderer.rb - lib/active_decorator/railtie.rb - lib/active_decorator/version.rb - lib/active_decorator/view_context.rb - lib/generators/rails/decorator_generator.rb - lib/generators/rails/templates/decorator.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 - test/configuration_test.rb - test/controllers/fake_detection_test.rb - test/fake_app/app/views/authors/index.html.erb - test/fake_app/app/views/authors/show.html.erb - test/fake_app/app/views/authors/show.json.jbuilder - test/fake_app/app/views/book_mailer/thanks.text.erb - test/fake_app/app/views/books/_book.html.erb - test/fake_app/app/views/books/_book.json.jbuilder - test/fake_app/app/views/books/_book_locals.html.erb - test/fake_app/app/views/books/errata.html.erb - test/fake_app/app/views/books/error.html.erb - test/fake_app/app/views/books/index.html.erb - test/fake_app/app/views/books/purchase.html.erb - test/fake_app/app/views/books/show.html.erb - test/fake_app/app/views/movies/show.html.erb - test/fake_app/fake_app.rb - test/features/action_view_helpers_test.rb - test/features/controller_ivar_test.rb - test/features/jbuilder_test.rb - test/features/name_error_handling_test.rb - test/features/partial_test.rb - test/test_helper.rb homepage: https://github.com/amatsuda/active_decorator licenses: [] metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.6.8 signing_key: specification_version: 4 summary: A simple and Rubyish view helper for Rails test_files: - test/configuration_test.rb - test/controllers/fake_detection_test.rb - test/fake_app/app/views/authors/index.html.erb - test/fake_app/app/views/authors/show.html.erb - test/fake_app/app/views/authors/show.json.jbuilder - test/fake_app/app/views/book_mailer/thanks.text.erb - test/fake_app/app/views/books/_book.html.erb - test/fake_app/app/views/books/_book.json.jbuilder - test/fake_app/app/views/books/_book_locals.html.erb - test/fake_app/app/views/books/errata.html.erb - test/fake_app/app/views/books/error.html.erb - test/fake_app/app/views/books/index.html.erb - test/fake_app/app/views/books/purchase.html.erb - test/fake_app/app/views/books/show.html.erb - test/fake_app/app/views/movies/show.html.erb - test/fake_app/fake_app.rb - test/features/action_view_helpers_test.rb - test/features/controller_ivar_test.rb - test/features/jbuilder_test.rb - test/features/name_error_handling_test.rb - test/features/partial_test.rb - test/test_helper.rb