# -*- encoding: utf-8 -*- # stub: octopress-ink 1.0.0.alpha.15 ruby lib Gem::Specification.new do |s| s.name = "octopress-ink".freeze s.version = "1.0.0.alpha.15".freeze s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Brandon Mathis".freeze] s.date = "2014-01-10" s.description = "A starting point for creating gem-based Jekyll themes and plugins".freeze s.email = ["brandon@imathis.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "lib/octopress-ink.rb".freeze, "lib/octopress-ink/assets.rb".freeze, "lib/octopress-ink/assets/asset.rb".freeze, "lib/octopress-ink/assets/include.rb".freeze, "lib/octopress-ink/assets/javascript.rb".freeze, "lib/octopress-ink/assets/layout.rb".freeze, "lib/octopress-ink/assets/sass.rb".freeze, "lib/octopress-ink/assets/static_file.rb".freeze, "lib/octopress-ink/assets/static_file_content.rb".freeze, "lib/octopress-ink/assets/stylesheet.rb".freeze, "lib/octopress-ink/generators/plugin_assets.rb".freeze, "lib/octopress-ink/helpers/content_for.rb".freeze, "lib/octopress-ink/jekyll/hooks.rb".freeze, "lib/octopress-ink/plugin.rb".freeze, "lib/octopress-ink/plugins.rb".freeze, "lib/octopress-ink/plugins/sass.rb".freeze, "lib/octopress-ink/tags.rb".freeze, "lib/octopress-ink/tags/content_for.rb".freeze, "lib/octopress-ink/tags/footer.rb".freeze, "lib/octopress-ink/tags/head.rb".freeze, "lib/octopress-ink/tags/include.rb".freeze, "lib/octopress-ink/tags/javascript.rb".freeze, "lib/octopress-ink/tags/scripts.rb".freeze, "lib/octopress-ink/tags/stylesheet.rb".freeze, "lib/octopress-ink/tags/wrap_yield.rb".freeze, "lib/octopress-ink/tags/yield.rb".freeze, "lib/octopress-ink/version.rb".freeze, "octopress-ink.gemspec".freeze, "test/Gemfile".freeze, "test/_config.yml".freeze, "test/expected/index.html".freeze, "test/expected/javascripts/d41d8cd98f00b204e9800998ecf8427e.js".freeze, "test/expected/layout_tests/local.html".freeze, "test/expected/layout_tests/plugin_layout.html".freeze, "test/expected/layout_tests/theme.html".freeze, "test/expected/layout_tests/theme_override.html".freeze, "test/expected/stylesheets/all-f769b23f68363155b7ab58ba178c0f53.css".freeze, "test/expected/stylesheets/print-8f4e66fc8350adcb4482cebe140f212d.css".freeze, "test/expected/tag_tests/content_for.html".freeze, "test/expected/tag_tests/footer.html".freeze, "test/expected/tag_tests/head.html".freeze, "test/expected/tag_tests/include.html".freeze, "test/expected/tag_tests/include_plugin.html".freeze, "test/expected/tag_tests/include_theme.html".freeze, "test/expected/tag_tests/include_theme_override.html".freeze, "test/expected/tag_tests/scripts.html".freeze, "test/expected/theme/files/test.html".freeze, "test/site/index.html".freeze, "test/site/javascripts/d41d8cd98f00b204e9800998ecf8427e.js".freeze, "test/site/layout_tests/local.html".freeze, "test/site/layout_tests/plugin_layout.html".freeze, "test/site/layout_tests/theme.html".freeze, "test/site/layout_tests/theme_override.html".freeze, "test/site/stylesheets/all-f769b23f68363155b7ab58ba178c0f53.css".freeze, "test/site/stylesheets/print-8f4e66fc8350adcb4482cebe140f212d.css".freeze, "test/site/tag_tests/content_for.html".freeze, "test/site/tag_tests/footer.html".freeze, "test/site/tag_tests/head.html".freeze, "test/site/tag_tests/include.html".freeze, "test/site/tag_tests/include_plugin.html".freeze, "test/site/tag_tests/include_theme.html".freeze, "test/site/tag_tests/include_theme_override.html".freeze, "test/site/tag_tests/scripts.html".freeze, "test/site/theme/files/test.html".freeze, "test/source/.gitignore".freeze, "test/source/_custom/theme/includes/bar.html".freeze, "test/source/_custom/theme/layouts/test.html".freeze, "test/source/_custom/theme/stylesheets/_baz.sass".freeze, "test/source/_custom/theme/stylesheets/site.css".freeze, "test/source/_includes/foo.html".freeze, "test/source/_layouts/default.html".freeze, "test/source/_layouts/local.html".freeze, "test/source/_plugins/awesome-sauce/includes/some-include.html".freeze, "test/source/_plugins/awesome-sauce/layouts/test-layout.html".freeze, "test/source/_plugins/bundler.rb".freeze, "test/source/_plugins/theme/files/test.html".freeze, "test/source/_plugins/theme/includes/bar.html".freeze, "test/source/_plugins/theme/includes/foo.html".freeze, "test/source/_plugins/theme/javascripts/bar.js".freeze, "test/source/_plugins/theme/javascripts/foo.js".freeze, "test/source/_plugins/theme/layouts/default.html".freeze, "test/source/_plugins/theme/layouts/test.html".freeze, "test/source/_plugins/theme/stylesheets/_baz.scss".freeze, "test/source/_plugins/theme/stylesheets/bar.scss".freeze, "test/source/_plugins/theme/stylesheets/foo.css".freeze, "test/source/_plugins/theme/stylesheets/print.css".freeze, "test/source/_plugins/theme/stylesheets/site.css".freeze, "test/source/index.md".freeze, "test/source/layout_tests/local.html".freeze, "test/source/layout_tests/plugin_layout.html".freeze, "test/source/layout_tests/theme.html".freeze, "test/source/layout_tests/theme_override.html".freeze, "test/source/stylesheets/_foo.scss".freeze, "test/source/stylesheets/site.sass".freeze, "test/source/tag_tests/content_for.html".freeze, "test/source/tag_tests/footer.html".freeze, "test/source/tag_tests/head.html".freeze, "test/source/tag_tests/include.html".freeze, "test/source/tag_tests/include_plugin.html".freeze, "test/source/tag_tests/include_theme.html".freeze, "test/source/tag_tests/include_theme_override.html".freeze, "test/source/tag_tests/scripts.html".freeze, "test/test.rb".freeze] s.homepage = "https://github.com/octopress/ink".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A starting point for creating gem-based Jekyll themes and plugins".freeze s.test_files = ["test/Gemfile".freeze, "test/_config.yml".freeze, "test/expected/index.html".freeze, "test/expected/javascripts/d41d8cd98f00b204e9800998ecf8427e.js".freeze, "test/expected/layout_tests/local.html".freeze, "test/expected/layout_tests/plugin_layout.html".freeze, "test/expected/layout_tests/theme.html".freeze, "test/expected/layout_tests/theme_override.html".freeze, "test/expected/stylesheets/all-f769b23f68363155b7ab58ba178c0f53.css".freeze, "test/expected/stylesheets/print-8f4e66fc8350adcb4482cebe140f212d.css".freeze, "test/expected/tag_tests/content_for.html".freeze, "test/expected/tag_tests/footer.html".freeze, "test/expected/tag_tests/head.html".freeze, "test/expected/tag_tests/include.html".freeze, "test/expected/tag_tests/include_plugin.html".freeze, "test/expected/tag_tests/include_theme.html".freeze, "test/expected/tag_tests/include_theme_override.html".freeze, "test/expected/tag_tests/scripts.html".freeze, "test/expected/theme/files/test.html".freeze, "test/site/index.html".freeze, "test/site/javascripts/d41d8cd98f00b204e9800998ecf8427e.js".freeze, "test/site/layout_tests/local.html".freeze, "test/site/layout_tests/plugin_layout.html".freeze, "test/site/layout_tests/theme.html".freeze, "test/site/layout_tests/theme_override.html".freeze, "test/site/stylesheets/all-f769b23f68363155b7ab58ba178c0f53.css".freeze, "test/site/stylesheets/print-8f4e66fc8350adcb4482cebe140f212d.css".freeze, "test/site/tag_tests/content_for.html".freeze, "test/site/tag_tests/footer.html".freeze, "test/site/tag_tests/head.html".freeze, "test/site/tag_tests/include.html".freeze, "test/site/tag_tests/include_plugin.html".freeze, "test/site/tag_tests/include_theme.html".freeze, "test/site/tag_tests/include_theme_override.html".freeze, "test/site/tag_tests/scripts.html".freeze, "test/site/theme/files/test.html".freeze, "test/source/.gitignore".freeze, "test/source/_custom/theme/includes/bar.html".freeze, "test/source/_custom/theme/layouts/test.html".freeze, "test/source/_custom/theme/stylesheets/_baz.sass".freeze, "test/source/_custom/theme/stylesheets/site.css".freeze, "test/source/_includes/foo.html".freeze, "test/source/_layouts/default.html".freeze, "test/source/_layouts/local.html".freeze, "test/source/_plugins/awesome-sauce/includes/some-include.html".freeze, "test/source/_plugins/awesome-sauce/layouts/test-layout.html".freeze, "test/source/_plugins/bundler.rb".freeze, "test/source/_plugins/theme/files/test.html".freeze, "test/source/_plugins/theme/includes/bar.html".freeze, "test/source/_plugins/theme/includes/foo.html".freeze, "test/source/_plugins/theme/javascripts/bar.js".freeze, "test/source/_plugins/theme/javascripts/foo.js".freeze, "test/source/_plugins/theme/layouts/default.html".freeze, "test/source/_plugins/theme/layouts/test.html".freeze, "test/source/_plugins/theme/stylesheets/_baz.scss".freeze, "test/source/_plugins/theme/stylesheets/bar.scss".freeze, "test/source/_plugins/theme/stylesheets/foo.css".freeze, "test/source/_plugins/theme/stylesheets/print.css".freeze, "test/source/_plugins/theme/stylesheets/site.css".freeze, "test/source/index.md".freeze, "test/source/layout_tests/local.html".freeze, "test/source/layout_tests/plugin_layout.html".freeze, "test/source/layout_tests/theme.html".freeze, "test/source/layout_tests/theme_override.html".freeze, "test/source/stylesheets/_foo.scss".freeze, "test/source/stylesheets/site.sass".freeze, "test/source/tag_tests/content_for.html".freeze, "test/source/tag_tests/footer.html".freeze, "test/source/tag_tests/head.html".freeze, "test/source/tag_tests/include.html".freeze, "test/source/tag_tests/include_plugin.html".freeze, "test/source/tag_tests/include_theme.html".freeze, "test/source/tag_tests/include_theme_override.html".freeze, "test/source/tag_tests/scripts.html".freeze, "test/test.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.3.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.2.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end