# -*- encoding: utf-8 -*- # stub: middleman-pagegroups 1.0.0 ruby lib Gem::Specification.new do |s| s.name = "middleman-pagegroups".freeze s.version = "1.0.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 = ["Jim Derry".freeze] s.date = "2016-04-03" s.description = "Provides logical page groups and easy navigation for Middleman projects.".freeze s.email = ["balthisar@gmail.com".freeze] s.executables = ["middleman-pagegroups".freeze] s.files = [".gitignore".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE.md".freeze, "README.md".freeze, "Rakefile".freeze, "bin/middleman-pagegroups".freeze, "documentation_project/.gitignore".freeze, "documentation_project/Gemfile".freeze, "documentation_project/README.md".freeze, "documentation_project/config.rb".freeze, "documentation_project/source/documentation/10_concepts.html.md.erb".freeze, "documentation_project/source/documentation/20_directory_organization.html.md.erb".freeze, "documentation_project/source/documentation/30_frontmatter.html.md.erb".freeze, "documentation_project/source/documentation/40_resources.html.md.erb".freeze, "documentation_project/source/documentation/50_helpers.html.md.erb".freeze, "documentation_project/source/documentation/60_sample_partials.html.md.erb".freeze, "documentation_project/source/documentation/70_sample_layouts.html.md.erb".freeze, "documentation_project/source/documentation/80_config.html.md.erb".freeze, "documentation_project/source/documentation/index.html.md.erb".freeze, "documentation_project/source/documentation/ovum.html.md.erb".freeze, "documentation_project/source/fonts/font-awesome/FontAwesome.otf".freeze, "documentation_project/source/fonts/font-awesome/fontawesome-webfont.eot".freeze, "documentation_project/source/fonts/font-awesome/fontawesome-webfont.svg".freeze, "documentation_project/source/fonts/font-awesome/fontawesome-webfont.ttf".freeze, "documentation_project/source/fonts/font-awesome/fontawesome-webfont.woff".freeze, "documentation_project/source/fonts/font-awesome/fontawesome-webfont.woff2".freeze, "documentation_project/source/images/middleman-pagegroups-small.png".freeze, "documentation_project/source/images/middleman-pagegroups.png".freeze, "documentation_project/source/index.html.md.erb".freeze, "documentation_project/source/javascripts/all.js".freeze, "documentation_project/source/layouts/layout.haml".freeze, "documentation_project/source/layouts/template-logo-large.haml".freeze, "documentation_project/source/layouts/template-logo-medium.haml".freeze, "documentation_project/source/layouts/template-logo-small.haml".freeze, "documentation_project/source/license.html.md.erb".freeze, "documentation_project/source/partials/_nav_breadcrumbs.haml".freeze, "documentation_project/source/partials/_nav_breadcrumbs_alt.haml".freeze, "documentation_project/source/partials/_nav_brethren.haml".freeze, "documentation_project/source/partials/_nav_brethren_index.haml".freeze, "documentation_project/source/partials/_nav_legitimate_children.haml".freeze, "documentation_project/source/partials/_nav_prev_next.haml".freeze, "documentation_project/source/partials/_nav_toc_index.haml".freeze, "documentation_project/source/stylesheets/_github.scss".freeze, "documentation_project/source/stylesheets/_middlemac_minimal.scss".freeze, "documentation_project/source/stylesheets/_normalize.scss".freeze, "documentation_project/source/stylesheets/breadcrumb-separator-light.png".freeze, "documentation_project/source/stylesheets/style.css.scss".freeze, "documentation_project/source/toc.html.md.erb".freeze, "lib/middleman-pagegroups.rb".freeze, "lib/middleman-pagegroups/extension.rb".freeze, "lib/middleman-pagegroups/partials.rb".freeze, "lib/middleman-pagegroups/version.rb".freeze, "middleman-pagegroups.gemspec".freeze] s.homepage = "https://github.com/middlemac/middleman-pagegroups".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Provides logical page groups and easy navigation for Middleman projects.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 4.1".freeze, ">= 4.1.6".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.1".freeze, ">= 4.1.6".freeze]) end