# -*- encoding: utf-8 -*- # stub: middleman-sculptor 0.3 ruby lib Gem::Specification.new do |s| s.name = "middleman-sculptor".freeze s.version = "0.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Tyom Semonov".freeze] s.date = "2015-04-16" s.description = "Generate style guides and static components in Middleman".freeze s.email = ["mail@tyom.net".freeze] s.executables = ["middleman-sculptor".freeze, "sculpt".freeze] s.files = [".editorconfig".freeze, ".gitignore".freeze, "Gemfile".freeze, "Rakefile".freeze, "bin/middleman-sculptor".freeze, "bin/sculpt".freeze, "lib/middleman-sculptor.rb".freeze, "lib/middleman-sculptor/cli.rb".freeze, "lib/middleman-sculptor/cli/init.rb".freeze, "lib/middleman-sculptor/cli/version.rb".freeze, "lib/middleman-sculptor/extension.rb".freeze, "lib/middleman-sculptor/hash_dot_syntax.rb".freeze, "lib/middleman-sculptor/helpers/model.rb".freeze, "lib/middleman-sculptor/helpers/outliner.rb".freeze, "lib/middleman-sculptor/helpers/resources.rb".freeze, "lib/middleman-sculptor/resource_patch.rb".freeze, "lib/middleman-sculptor/sprockets_patch.rb".freeze, "lib/middleman-sculptor/template.rb".freeze, "lib/middleman-sculptor/template/.bowerrc".freeze, "lib/middleman-sculptor/template/.editorconfig".freeze, "lib/middleman-sculptor/template/.gitignore".freeze, "lib/middleman-sculptor/template/Gemfile.tt".freeze, "lib/middleman-sculptor/template/bower.json".freeze, "lib/middleman-sculptor/template/config.tt".freeze, "lib/middleman-sculptor/template/data/.gitkeep".freeze, "lib/middleman-sculptor/template/source/assets/images/.gitkeep".freeze, "lib/middleman-sculptor/template/source/assets/scripts/app.js".freeze, "lib/middleman-sculptor/template/source/assets/scripts/glyptotheque.js".freeze, "lib/middleman-sculptor/template/source/assets/scripts/glyptotheque/controllers.js".freeze, "lib/middleman-sculptor/template/source/assets/scripts/glyptotheque/directives.js".freeze, "lib/middleman-sculptor/template/source/assets/scripts/glyptotheque/services.js".freeze, "lib/middleman-sculptor/template/source/assets/scripts/head-js.js".freeze, "lib/middleman-sculptor/template/source/assets/scripts/iframe-js.js".freeze, "lib/middleman-sculptor/template/source/assets/styles/glyptotheque.scss".freeze, "lib/middleman-sculptor/template/source/assets/styles/glyptotheque/_$variables.scss".freeze, "lib/middleman-sculptor/template/source/assets/styles/glyptotheque/_base.scss".freeze, "lib/middleman-sculptor/template/source/assets/styles/glyptotheque/_codehilite.scss".freeze, "lib/middleman-sculptor/template/source/assets/styles/glyptotheque/_html-outline.scss".freeze, "lib/middleman-sculptor/template/source/assets/styles/glyptotheque/_model-utils.scss".freeze, "lib/middleman-sculptor/template/source/assets/styles/glyptotheque/_model.scss".freeze, "lib/middleman-sculptor/template/source/assets/styles/glyptotheque/_nav.scss".freeze, "lib/middleman-sculptor/template/source/assets/styles/main.scss".freeze, "lib/middleman-sculptor/template/source/assets/styles/pygments/borland.css".freeze, "lib/middleman-sculptor/template/source/assets/styles/pygments/colorful.css".freeze, "lib/middleman-sculptor/template/source/assets/styles/pygments/github.css".freeze, "lib/middleman-sculptor/template/source/assets/styles/pygments/trac.css".freeze, "lib/middleman-sculptor/template/source/glyptotheque/_model-outline-element.slim".freeze, "lib/middleman-sculptor/template/source/glyptotheque/_model-outline.slim".freeze, "lib/middleman-sculptor/template/source/glyptotheque/_model-utils.slim".freeze, "lib/middleman-sculptor/template/source/glyptotheque/_model.slim".freeze, "lib/middleman-sculptor/template/source/glyptotheque/_nav.slim".freeze, "lib/middleman-sculptor/template/source/glyptotheque/directory-index.html.slim".freeze, "lib/middleman-sculptor/template/source/glyptotheque/site-index.html.slim".freeze, "lib/middleman-sculptor/template/source/glyptotheque/sitemap.json.erb".freeze, "lib/middleman-sculptor/template/source/layouts/glyptotheque.slim".freeze, "lib/middleman-sculptor/template/source/layouts/isolated.slim".freeze, "lib/middleman-sculptor/template/source/layouts/layout.slim".freeze, "lib/middleman-sculptor/version.rb".freeze, "lib/middleman_extension.rb".freeze, "middleman-sculptor.gemspec".freeze] s.homepage = "https://github.com/tyom/middleman-sculptor".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.9.3".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Style guide generator for Middleman".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 3.3".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.7.3".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.6".freeze, "< 2.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.10.2".freeze]) s.add_runtime_dependency(%q.freeze, [">= 3.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end