# -*- encoding: utf-8 -*- # stub: middleman-cells 0.0.2 ruby lib Gem::Specification.new do |s| s.name = "middleman-cells".freeze s.version = "0.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["notozeki".freeze] s.date = "2016-03-08" s.email = ["notozeki@gmail.com".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "features/cells.feature".freeze, "features/support/env.rb".freeze, "fixtures/basic-app/config.rb".freeze, "fixtures/basic-app/source/cells/basic/show.erb".freeze, "fixtures/basic-app/source/cells/basic_cell.rb".freeze, "fixtures/basic-app/source/index.html.erb".freeze, "fixtures/haml-app/config.rb".freeze, "fixtures/haml-app/source/cells/haml/show.haml".freeze, "fixtures/haml-app/source/cells/haml_cell.rb".freeze, "fixtures/haml-app/source/index.html.erb".freeze, "fixtures/hamlit-app/config.rb".freeze, "fixtures/hamlit-app/source/cells/hamlit/show.haml".freeze, "fixtures/hamlit-app/source/cells/hamlit_cell.rb".freeze, "fixtures/hamlit-app/source/index.html.erb".freeze, "fixtures/helpers-app/config.rb".freeze, "fixtures/helpers-app/source/cells/helpers/show.erb".freeze, "fixtures/helpers-app/source/cells/helpers_cell.rb".freeze, "fixtures/helpers-app/source/cells/item/show.erb".freeze, "fixtures/helpers-app/source/cells/item_cell.rb".freeze, "fixtures/helpers-app/source/cells/method/foobar.erb".freeze, "fixtures/helpers-app/source/cells/method_cell.rb".freeze, "fixtures/helpers-app/source/collection.html.erb".freeze, "fixtures/helpers-app/source/index.html.erb".freeze, "fixtures/helpers-app/source/method.html.erb".freeze, "fixtures/non-default-dir-app/config.rb".freeze, "fixtures/non-default-dir-app/source/index.html.erb".freeze, "fixtures/non-default-dir-app/source/view_models/non_default_dir/show.erb".freeze, "fixtures/non-default-dir-app/source/view_models/non_default_dir_cell.rb".freeze, "fixtures/reload-app/config.rb".freeze, "fixtures/reload-app/source/cells/reload/show.erb".freeze, "fixtures/reload-app/source/cells/reload_cell.rb".freeze, "fixtures/reload-app/source/index.html.erb".freeze, "fixtures/slim-app/config.rb".freeze, "fixtures/slim-app/source/cells/slim/show.slim".freeze, "fixtures/slim-app/source/cells/slim_cell.rb".freeze, "fixtures/slim-app/source/index.html.erb".freeze, "fixtures/view-helpers-app/config.rb".freeze, "fixtures/view-helpers-app/source/cells/child/show.erb".freeze, "fixtures/view-helpers-app/source/cells/child_cell.rb".freeze, "fixtures/view-helpers-app/source/cells/parent/show.erb".freeze, "fixtures/view-helpers-app/source/cells/parent_cell.rb".freeze, "fixtures/view-helpers-app/source/cells/view_helpers/show.erb".freeze, "fixtures/view-helpers-app/source/cells/view_helpers_cell.rb".freeze, "fixtures/view-helpers-app/source/index.html.erb".freeze, "fixtures/view-helpers-app/source/render_nested_cells.html.erb".freeze, "lib/middleman-cells.rb".freeze, "lib/middleman-cells/extension.rb".freeze, "lib/middleman-cells/version.rb".freeze, "middleman-cells.gemspec".freeze] s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Cells support for Middleman.".freeze s.test_files = ["features/cells.feature".freeze, "features/support/env.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 4.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.0.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.2.0".freeze]) end