--- !ruby/object:Gem::Specification name: middleman-cells version: !ruby/object:Gem::Version version: 0.0.3 platform: ruby authors: - notozeki autorequire: bindir: bin cert_chain: [] date: 2016-03-09 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: middleman-core requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '4.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '4.0' - !ruby/object:Gem::Dependency name: cells requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 4.0.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 4.0.0 - !ruby/object:Gem::Dependency name: activesupport requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 4.2.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 4.2.0 description: email: - notozeki@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - Gemfile - LICENSE.txt - README.md - Rakefile - features/cells.feature - features/support/env.rb - fixtures/basic-app/config.rb - fixtures/basic-app/source/cells/basic/show.erb - fixtures/basic-app/source/cells/basic_cell.rb - fixtures/basic-app/source/index.html.erb - fixtures/haml-app/config.rb - fixtures/haml-app/source/cells/haml/show.haml - fixtures/haml-app/source/cells/haml_cell.rb - fixtures/haml-app/source/index.html.erb - fixtures/hamlit-app/config.rb - fixtures/hamlit-app/source/cells/hamlit/show.haml - fixtures/hamlit-app/source/cells/hamlit_cell.rb - fixtures/hamlit-app/source/index.html.erb - fixtures/helpers-app/config.rb - fixtures/helpers-app/source/cells/helpers/show.erb - fixtures/helpers-app/source/cells/helpers_cell.rb - fixtures/helpers-app/source/cells/item/show.erb - fixtures/helpers-app/source/cells/item_cell.rb - fixtures/helpers-app/source/cells/method/foobar.erb - fixtures/helpers-app/source/cells/method_cell.rb - fixtures/helpers-app/source/collection.html.erb - fixtures/helpers-app/source/index.html.erb - fixtures/helpers-app/source/method.html.erb - fixtures/non-default-dir-app/config.rb - fixtures/non-default-dir-app/source/index.html.erb - fixtures/non-default-dir-app/source/view_models/non_default_dir/show.erb - fixtures/non-default-dir-app/source/view_models/non_default_dir_cell.rb - fixtures/reload-app/config.rb - fixtures/reload-app/source/cells/reload/show.erb - fixtures/reload-app/source/cells/reload_cell.rb - fixtures/reload-app/source/index.html.erb - fixtures/slim-app/config.rb - fixtures/slim-app/source/cells/slim/show.slim - fixtures/slim-app/source/cells/slim_cell.rb - fixtures/slim-app/source/index.html.erb - fixtures/view-helpers-app/config.rb - fixtures/view-helpers-app/data/metadata.yml - fixtures/view-helpers-app/source/app_shortcuts.html.erb - fixtures/view-helpers-app/source/cells/child/show.erb - fixtures/view-helpers-app/source/cells/child_cell.rb - fixtures/view-helpers-app/source/cells/parent/show.erb - fixtures/view-helpers-app/source/cells/parent_cell.rb - fixtures/view-helpers-app/source/cells/shortcut/show.erb - fixtures/view-helpers-app/source/cells/shortcut_cell.rb - fixtures/view-helpers-app/source/cells/view_helpers/show.erb - fixtures/view-helpers-app/source/cells/view_helpers_cell.rb - fixtures/view-helpers-app/source/index.html.erb - fixtures/view-helpers-app/source/render_nested_cells.html.erb - lib/middleman-cells.rb - lib/middleman-cells/extension.rb - lib/middleman-cells/version.rb - middleman-cells.gemspec homepage: licenses: - MIT 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.5.1 signing_key: specification_version: 4 summary: Cells support for Middleman. test_files: - features/cells.feature - features/support/env.rb has_rdoc: