# -*- encoding: utf-8 -*- # stub: active_decorator 0.7.0 ruby lib Gem::Specification.new do |s| s.name = "active_decorator".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 = ["Akira Matsuda".freeze] s.date = "2016-01-22" s.description = "A simple and Rubyish view helper for Rails".freeze s.email = ["ronnie@dio.jp".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "active_decorator.gemspec".freeze, "gemfiles/Gemfile-rails.3.2.x".freeze, "gemfiles/Gemfile-rails.4.0.x".freeze, "gemfiles/Gemfile-rails.4.1.x".freeze, "gemfiles/Gemfile-rails.4.2.x".freeze, "gemfiles/Gemfile-rails.5.0.0.beta1".freeze, "lib/active_decorator.rb".freeze, "lib/active_decorator/config.rb".freeze, "lib/active_decorator/decorator.rb".freeze, "lib/active_decorator/helpers.rb".freeze, "lib/active_decorator/monkey/abstract_controller/rendering.rb".freeze, "lib/active_decorator/monkey/action_controller/base/rescue_from.rb".freeze, "lib/active_decorator/monkey/action_view/partial_renderer.rb".freeze, "lib/active_decorator/railtie.rb".freeze, "lib/active_decorator/version.rb".freeze, "lib/active_decorator/view_context.rb".freeze, "lib/generators/rails/decorator_generator.rb".freeze, "lib/generators/rails/templates/decorator.rb".freeze, "lib/generators/rspec/decorator_generator.rb".freeze, "lib/generators/rspec/templates/decorator_spec.rb".freeze, "lib/generators/test_unit/decorator_generator.rb".freeze, "lib/generators/test_unit/templates/decorator_test.rb".freeze, "test/configuration_test.rb".freeze, "test/controllers/fake_detection_test.rb".freeze, "test/fake_app/app/views/authors/index.html.erb".freeze, "test/fake_app/app/views/authors/show.html.erb".freeze, "test/fake_app/app/views/authors/show.json.jbuilder".freeze, "test/fake_app/app/views/book_mailer/thanks.text.erb".freeze, "test/fake_app/app/views/books/_book.html.erb".freeze, "test/fake_app/app/views/books/_book.json.jbuilder".freeze, "test/fake_app/app/views/books/_book_locals.html.erb".freeze, "test/fake_app/app/views/books/error.html.erb".freeze, "test/fake_app/app/views/books/index.html.erb".freeze, "test/fake_app/app/views/books/purchase.html.erb".freeze, "test/fake_app/app/views/books/show.html.erb".freeze, "test/fake_app/app/views/movies/show.html.erb".freeze, "test/fake_app/fake_app.rb".freeze, "test/features/action_view_helpers_test.rb".freeze, "test/features/controller_ivar_test.rb".freeze, "test/features/jbuilder_test.rb".freeze, "test/features/partial_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "https://github.com/amatsuda/active_decorator".freeze s.rubygems_version = "3.5.10".freeze s.summary = "A simple and Rubyish view helper for Rails".freeze s.test_files = ["test/configuration_test.rb".freeze, "test/controllers/fake_detection_test.rb".freeze, "test/fake_app/app/views/authors/index.html.erb".freeze, "test/fake_app/app/views/authors/show.html.erb".freeze, "test/fake_app/app/views/authors/show.json.jbuilder".freeze, "test/fake_app/app/views/book_mailer/thanks.text.erb".freeze, "test/fake_app/app/views/books/_book.html.erb".freeze, "test/fake_app/app/views/books/_book.json.jbuilder".freeze, "test/fake_app/app/views/books/_book_locals.html.erb".freeze, "test/fake_app/app/views/books/error.html.erb".freeze, "test/fake_app/app/views/books/index.html.erb".freeze, "test/fake_app/app/views/books/purchase.html.erb".freeze, "test/fake_app/app/views/books/show.html.erb".freeze, "test/fake_app/app/views/movies/show.html.erb".freeze, "test/fake_app/fake_app.rb".freeze, "test/features/action_view_helpers_test.rb".freeze, "test/features/controller_ivar_test.rb".freeze, "test/features/jbuilder_test.rb".freeze, "test/features/partial_test.rb".freeze, "test/test_helper.rb".freeze] end