# -*- encoding: utf-8 -*- # stub: octopress-ink 1.0.0.rc.1 ruby lib Gem::Specification.new do |s| s.name = "octopress-ink".freeze s.version = "1.0.0.rc.1".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-05-25" 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, "assets/docs/_configuration.markdown".freeze, "assets/docs/_plugin-template.markdown".freeze, "assets/docs/creating-a-plugin.markdown".freeze, "assets/docs/index.markdown".freeze, "assets/docs/plugin-reference.markdown".freeze, "lib/octopress-ink.rb".freeze, "lib/octopress-ink/assets.rb".freeze, "lib/octopress-ink/assets/asset.rb".freeze, "lib/octopress-ink/assets/coffeescript.rb".freeze, "lib/octopress-ink/assets/config.rb".freeze, "lib/octopress-ink/assets/doc_page.rb".freeze, "lib/octopress-ink/assets/file.rb".freeze, "lib/octopress-ink/assets/javascript.rb".freeze, "lib/octopress-ink/assets/layout.rb".freeze, "lib/octopress-ink/assets/page.rb".freeze, "lib/octopress-ink/assets/sass.rb".freeze, "lib/octopress-ink/assets/stylesheet.rb".freeze, "lib/octopress-ink/commands.rb".freeze, "lib/octopress-ink/commands/copy.rb".freeze, "lib/octopress-ink/commands/helpers.rb".freeze, "lib/octopress-ink/commands/init.rb".freeze, "lib/octopress-ink/commands/list.rb".freeze, "lib/octopress-ink/commands/new.rb".freeze, "lib/octopress-ink/configuration.rb".freeze, "lib/octopress-ink/filters.rb".freeze, "lib/octopress-ink/generators/plugin_assets.rb".freeze, "lib/octopress-ink/helpers.rb".freeze, "lib/octopress-ink/helpers/conditional.rb".freeze, "lib/octopress-ink/helpers/content_for.rb".freeze, "lib/octopress-ink/helpers/path.rb".freeze, "lib/octopress-ink/helpers/var.rb".freeze, "lib/octopress-ink/jekyll/hooks.rb".freeze, "lib/octopress-ink/jekyll/page.rb".freeze, "lib/octopress-ink/jekyll/static_file.rb".freeze, "lib/octopress-ink/jekyll/static_file_content.rb".freeze, "lib/octopress-ink/plugin.rb".freeze, "lib/octopress-ink/plugin_asset_pipeline.rb".freeze, "lib/octopress-ink/plugins.rb".freeze, "lib/octopress-ink/plugins/ink.rb".freeze, "lib/octopress-ink/tags.rb".freeze, "lib/octopress-ink/tags/abort.rb".freeze, "lib/octopress-ink/tags/assign.rb".freeze, "lib/octopress-ink/tags/capture.rb".freeze, "lib/octopress-ink/tags/content_for.rb".freeze, "lib/octopress-ink/tags/doc_url.rb".freeze, "lib/octopress-ink/tags/filter.rb".freeze, "lib/octopress-ink/tags/include.rb".freeze, "lib/octopress-ink/tags/javascript.rb".freeze, "lib/octopress-ink/tags/line_comment.rb".freeze, "lib/octopress-ink/tags/render.rb".freeze, "lib/octopress-ink/tags/return.rb".freeze, "lib/octopress-ink/tags/stylesheet.rb".freeze, "lib/octopress-ink/tags/wrap.rb".freeze, "lib/octopress-ink/tags/yield.rb".freeze, "lib/octopress-ink/utils.rb".freeze, "lib/octopress-ink/version.rb".freeze, "octopress-ink.gemspec".freeze, "test/Gemfile".freeze, "test/_combine_false.yml".freeze, "test/_compress_false.yml".freeze, "test/_config.yml".freeze, "test/combine_css_false/stylesheets/awesome-sauce/plugin-media-test.css".freeze, "test/combine_css_false/stylesheets/awesome-sauce/plugin-test.css".freeze, "test/combine_css_false/stylesheets/theme/main.css".freeze, "test/combine_css_false/stylesheets/theme/theme-media-test.css".freeze, "test/combine_css_false/stylesheets/theme/theme-test.css".freeze, "test/combine_css_false/stylesheets/theme/theme-test2.css".freeze, "test/combine_js_false/javascripts/theme/bar.js".freeze, "test/combine_js_false/javascripts/theme/blah.js".freeze, "test/combine_js_false/javascripts/theme/foo.js".freeze, "test/compress_false/javascripts/all-.js".freeze, "test/compress_false/stylesheets/all-.css".freeze, "test/compress_false/stylesheets/print-.css".freeze, "test/copy_layouts_pages/_copy/layouts/default.html".freeze, "test/copy_layouts_pages/_copy/layouts/test.html".freeze, "test/copy_layouts_pages/_copy/pages/disable-test.html".freeze, "test/copy_layouts_pages/_copy/pages/four.xml".freeze, "test/copy_layouts_pages/_copy/pages/one.xml".freeze, "test/copy_layouts_pages/_copy/pages/three.md".freeze, "test/copy_layouts_pages/_copy/pages/two.md".freeze, "test/copy_test/_copy/config.yml".freeze, "test/copy_test/_copy/files/disabled-file.txt".freeze, "test/copy_test/_copy/files/favicon.ico".freeze, "test/copy_test/_copy/files/favicon.png".freeze, "test/copy_test/_copy/files/test.html".freeze, "test/copy_test/_copy/fonts/font-one.otf".freeze, "test/copy_test/_copy/fonts/font-two.ttf".freeze, "test/copy_test/_copy/includes/bar.html".freeze, "test/copy_test/_copy/includes/greet.html".freeze, "test/copy_test/_copy/javascripts/bar.js".freeze, "test/copy_test/_copy/javascripts/blah.coffee".freeze, "test/copy_test/_copy/javascripts/disable-this.js".freeze, "test/copy_test/_copy/javascripts/foo.js".freeze, "test/copy_test/_copy/layouts/default.html".freeze, "test/copy_test/_copy/layouts/test.html".freeze, "test/copy_test/_copy/pages/disable-test.html".freeze, "test/copy_test/_copy/pages/four.xml".freeze, "test/copy_test/_copy/pages/one.xml".freeze, "test/copy_test/_copy/pages/three.md".freeze, "test/copy_test/_copy/pages/two.md".freeze, "test/copy_test/_copy/stylesheets/_colors.scss".freeze, "test/copy_test/_copy/stylesheets/disable-this.css".freeze, "test/copy_test/_copy/stylesheets/disable.sass".freeze, "test/copy_test/_copy/stylesheets/main.scss".freeze, "test/copy_test/_copy/stylesheets/theme-media-test@print.css".freeze, "test/copy_test/_copy/stylesheets/theme-test.css".freeze, "test/copy_test/_copy/stylesheets/theme-test2.css".freeze, "test/expected/2014/02/01/test-post.html".freeze, "test/expected/favicon.ico".freeze, "test/expected/favicon.png".freeze, "test/expected/four/index.xml".freeze, "test/expected/index.html".freeze, "test/expected/javascripts/all-.js".freeze, "test/expected/robots.txt".freeze, "test/expected/stylesheets/all-.css".freeze, "test/expected/stylesheets/print-.css".freeze, "test/expected/test.html".freeze, "test/expected/test_config/plugin_config.html".freeze, "test/expected/test_config/theme_config.html".freeze, "test/expected/test_layouts/local.html".freeze, "test/expected/test_layouts/plugin_layout.html".freeze, "test/expected/test_layouts/test_markdown.html".freeze, "test/expected/test_layouts/theme.html".freeze, "test/expected/test_layouts/theme_override.html".freeze, "test/expected/test_pages/feed/index.xml".freeze, "test/expected/test_pages/plugin_page.html".freeze, "test/expected/test_pages/plugin_page_override.html".freeze, "test/expected/test_pages/theme_page.html".freeze, "test/expected/test_pages/three.html".freeze, "test/expected/test_tags/abort_false.html".freeze, "test/expected/test_tags/assign.html".freeze, "test/expected/test_tags/capture.html".freeze, "test/expected/test_tags/content_for.html".freeze, "test/expected/test_tags/filter.html".freeze, "test/expected/test_tags/include.html".freeze, "test/expected/test_tags/render.html".freeze, "test/expected/test_tags/return.html".freeze, "test/expected/test_tags/wrap.html".freeze, "test/plugins/awesome-sauce/config.yml".freeze, "test/plugins/awesome-sauce/docs/index.html".freeze, "test/plugins/awesome-sauce/files/robots.txt".freeze, "test/plugins/awesome-sauce/includes/some-include.html".freeze, "test/plugins/awesome-sauce/layouts/test-layout.html".freeze, "test/plugins/awesome-sauce/pages/a.html".freeze, "test/plugins/awesome-sauce/pages/b.html".freeze, "test/plugins/awesome-sauce/plugin.rb".freeze, "test/plugins/awesome-sauce/stylesheets/plugin-media-test@print.css".freeze, "test/plugins/awesome-sauce/stylesheets/plugin-test.css".freeze, "test/plugins/test-theme/config.yml".freeze, "test/plugins/test-theme/files/disabled-file.txt".freeze, "test/plugins/test-theme/files/favicon.ico".freeze, "test/plugins/test-theme/files/favicon.png".freeze, "test/plugins/test-theme/files/test.html".freeze, "test/plugins/test-theme/fonts/font-one.otf".freeze, "test/plugins/test-theme/fonts/font-two.ttf".freeze, "test/plugins/test-theme/includes/bar.html".freeze, "test/plugins/test-theme/includes/greet.html".freeze, "test/plugins/test-theme/javascripts/bar.js".freeze, "test/plugins/test-theme/javascripts/blah.coffee".freeze, "test/plugins/test-theme/javascripts/disable-this.js".freeze, "test/plugins/test-theme/javascripts/foo.js".freeze, "test/plugins/test-theme/layouts/default.html".freeze, "test/plugins/test-theme/layouts/test.html".freeze, "test/plugins/test-theme/pages/disable-test.html".freeze, "test/plugins/test-theme/pages/four.xml".freeze, "test/plugins/test-theme/pages/one.xml".freeze, "test/plugins/test-theme/pages/three.md".freeze, "test/plugins/test-theme/pages/two.md".freeze, "test/plugins/test-theme/plugin.rb".freeze, "test/plugins/test-theme/stylesheets/_colors.scss".freeze, "test/plugins/test-theme/stylesheets/disable-this.css".freeze, "test/plugins/test-theme/stylesheets/disable.sass".freeze, "test/plugins/test-theme/stylesheets/main.scss".freeze, "test/plugins/test-theme/stylesheets/theme-media-test@print.css".freeze, "test/plugins/test-theme/stylesheets/theme-test.css".freeze, "test/plugins/test-theme/stylesheets/theme-test2.css".freeze, "test/source/.gitignore".freeze, "test/source/_includes/foo.html".freeze, "test/source/_layouts/head.html".freeze, "test/source/_layouts/local.html".freeze, "test/source/_plugins/awesome-sauce/config.yml".freeze, "test/source/_plugins/loader.rb".freeze, "test/source/_plugins/theme/config.yml".freeze, "test/source/_plugins/theme/includes/bar.html".freeze, "test/source/_plugins/theme/layouts/test.html".freeze, "test/source/_plugins/theme/stylesheets/_colors.sass".freeze, "test/source/_plugins/theme/stylesheets/theme-test.css".freeze, "test/source/_posts/2014-02-01-test-post.md".freeze, "test/source/favicon.png".freeze, "test/source/index.md".freeze, "test/source/test_config/plugin_config.html".freeze, "test/source/test_config/theme_config.html".freeze, "test/source/test_layouts/local.html".freeze, "test/source/test_layouts/plugin_layout.html".freeze, "test/source/test_layouts/test_markdown.md".freeze, "test/source/test_layouts/theme.html".freeze, "test/source/test_layouts/theme_override.html".freeze, "test/source/test_pages/plugin_page_override.html".freeze, "test/source/test_render/_f.html".freeze, "test/source/test_render/_var.html".freeze, "test/source/test_tags/_test_render.md".freeze, "test/source/test_tags/abort_false.html".freeze, "test/source/test_tags/abort_posts.html".freeze, "test/source/test_tags/abort_true.html".freeze, "test/source/test_tags/assign.html".freeze, "test/source/test_tags/capture.html".freeze, "test/source/test_tags/content_for.html".freeze, "test/source/test_tags/filter.html".freeze, "test/source/test_tags/include.html".freeze, "test/source/test_tags/render.html".freeze, "test/source/test_tags/return.html".freeze, "test/source/test_tags/wrap.html".freeze, "test/test.rb".freeze, "test/test_suite.rb".freeze, "test/uglify_js_false/javascripts/all-.js".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/_combine_false.yml".freeze, "test/_compress_false.yml".freeze, "test/_config.yml".freeze, "test/combine_css_false/stylesheets/awesome-sauce/plugin-media-test.css".freeze, "test/combine_css_false/stylesheets/awesome-sauce/plugin-test.css".freeze, "test/combine_css_false/stylesheets/theme/main.css".freeze, "test/combine_css_false/stylesheets/theme/theme-media-test.css".freeze, "test/combine_css_false/stylesheets/theme/theme-test.css".freeze, "test/combine_css_false/stylesheets/theme/theme-test2.css".freeze, "test/combine_js_false/javascripts/theme/bar.js".freeze, "test/combine_js_false/javascripts/theme/blah.js".freeze, "test/combine_js_false/javascripts/theme/foo.js".freeze, "test/compress_false/javascripts/all-.js".freeze, "test/compress_false/stylesheets/all-.css".freeze, "test/compress_false/stylesheets/print-.css".freeze, "test/copy_layouts_pages/_copy/layouts/default.html".freeze, "test/copy_layouts_pages/_copy/layouts/test.html".freeze, "test/copy_layouts_pages/_copy/pages/disable-test.html".freeze, "test/copy_layouts_pages/_copy/pages/four.xml".freeze, "test/copy_layouts_pages/_copy/pages/one.xml".freeze, "test/copy_layouts_pages/_copy/pages/three.md".freeze, "test/copy_layouts_pages/_copy/pages/two.md".freeze, "test/copy_test/_copy/config.yml".freeze, "test/copy_test/_copy/files/disabled-file.txt".freeze, "test/copy_test/_copy/files/favicon.ico".freeze, "test/copy_test/_copy/files/favicon.png".freeze, "test/copy_test/_copy/files/test.html".freeze, "test/copy_test/_copy/fonts/font-one.otf".freeze, "test/copy_test/_copy/fonts/font-two.ttf".freeze, "test/copy_test/_copy/includes/bar.html".freeze, "test/copy_test/_copy/includes/greet.html".freeze, "test/copy_test/_copy/javascripts/bar.js".freeze, "test/copy_test/_copy/javascripts/blah.coffee".freeze, "test/copy_test/_copy/javascripts/disable-this.js".freeze, "test/copy_test/_copy/javascripts/foo.js".freeze, "test/copy_test/_copy/layouts/default.html".freeze, "test/copy_test/_copy/layouts/test.html".freeze, "test/copy_test/_copy/pages/disable-test.html".freeze, "test/copy_test/_copy/pages/four.xml".freeze, "test/copy_test/_copy/pages/one.xml".freeze, "test/copy_test/_copy/pages/three.md".freeze, "test/copy_test/_copy/pages/two.md".freeze, "test/copy_test/_copy/stylesheets/_colors.scss".freeze, "test/copy_test/_copy/stylesheets/disable-this.css".freeze, "test/copy_test/_copy/stylesheets/disable.sass".freeze, "test/copy_test/_copy/stylesheets/main.scss".freeze, "test/copy_test/_copy/stylesheets/theme-media-test@print.css".freeze, "test/copy_test/_copy/stylesheets/theme-test.css".freeze, "test/copy_test/_copy/stylesheets/theme-test2.css".freeze, "test/expected/2014/02/01/test-post.html".freeze, "test/expected/favicon.ico".freeze, "test/expected/favicon.png".freeze, "test/expected/four/index.xml".freeze, "test/expected/index.html".freeze, "test/expected/javascripts/all-.js".freeze, "test/expected/robots.txt".freeze, "test/expected/stylesheets/all-.css".freeze, "test/expected/stylesheets/print-.css".freeze, "test/expected/test.html".freeze, "test/expected/test_config/plugin_config.html".freeze, "test/expected/test_config/theme_config.html".freeze, "test/expected/test_layouts/local.html".freeze, "test/expected/test_layouts/plugin_layout.html".freeze, "test/expected/test_layouts/test_markdown.html".freeze, "test/expected/test_layouts/theme.html".freeze, "test/expected/test_layouts/theme_override.html".freeze, "test/expected/test_pages/feed/index.xml".freeze, "test/expected/test_pages/plugin_page.html".freeze, "test/expected/test_pages/plugin_page_override.html".freeze, "test/expected/test_pages/theme_page.html".freeze, "test/expected/test_pages/three.html".freeze, "test/expected/test_tags/abort_false.html".freeze, "test/expected/test_tags/assign.html".freeze, "test/expected/test_tags/capture.html".freeze, "test/expected/test_tags/content_for.html".freeze, "test/expected/test_tags/filter.html".freeze, "test/expected/test_tags/include.html".freeze, "test/expected/test_tags/render.html".freeze, "test/expected/test_tags/return.html".freeze, "test/expected/test_tags/wrap.html".freeze, "test/plugins/awesome-sauce/config.yml".freeze, "test/plugins/awesome-sauce/docs/index.html".freeze, "test/plugins/awesome-sauce/files/robots.txt".freeze, "test/plugins/awesome-sauce/includes/some-include.html".freeze, "test/plugins/awesome-sauce/layouts/test-layout.html".freeze, "test/plugins/awesome-sauce/pages/a.html".freeze, "test/plugins/awesome-sauce/pages/b.html".freeze, "test/plugins/awesome-sauce/plugin.rb".freeze, "test/plugins/awesome-sauce/stylesheets/plugin-media-test@print.css".freeze, "test/plugins/awesome-sauce/stylesheets/plugin-test.css".freeze, "test/plugins/test-theme/config.yml".freeze, "test/plugins/test-theme/files/disabled-file.txt".freeze, "test/plugins/test-theme/files/favicon.ico".freeze, "test/plugins/test-theme/files/favicon.png".freeze, "test/plugins/test-theme/files/test.html".freeze, "test/plugins/test-theme/fonts/font-one.otf".freeze, "test/plugins/test-theme/fonts/font-two.ttf".freeze, "test/plugins/test-theme/includes/bar.html".freeze, "test/plugins/test-theme/includes/greet.html".freeze, "test/plugins/test-theme/javascripts/bar.js".freeze, "test/plugins/test-theme/javascripts/blah.coffee".freeze, "test/plugins/test-theme/javascripts/disable-this.js".freeze, "test/plugins/test-theme/javascripts/foo.js".freeze, "test/plugins/test-theme/layouts/default.html".freeze, "test/plugins/test-theme/layouts/test.html".freeze, "test/plugins/test-theme/pages/disable-test.html".freeze, "test/plugins/test-theme/pages/four.xml".freeze, "test/plugins/test-theme/pages/one.xml".freeze, "test/plugins/test-theme/pages/three.md".freeze, "test/plugins/test-theme/pages/two.md".freeze, "test/plugins/test-theme/plugin.rb".freeze, "test/plugins/test-theme/stylesheets/_colors.scss".freeze, "test/plugins/test-theme/stylesheets/disable-this.css".freeze, "test/plugins/test-theme/stylesheets/disable.sass".freeze, "test/plugins/test-theme/stylesheets/main.scss".freeze, "test/plugins/test-theme/stylesheets/theme-media-test@print.css".freeze, "test/plugins/test-theme/stylesheets/theme-test.css".freeze, "test/plugins/test-theme/stylesheets/theme-test2.css".freeze, "test/source/.gitignore".freeze, "test/source/_includes/foo.html".freeze, "test/source/_layouts/head.html".freeze, "test/source/_layouts/local.html".freeze, "test/source/_plugins/awesome-sauce/config.yml".freeze, "test/source/_plugins/loader.rb".freeze, "test/source/_plugins/theme/config.yml".freeze, "test/source/_plugins/theme/includes/bar.html".freeze, "test/source/_plugins/theme/layouts/test.html".freeze, "test/source/_plugins/theme/stylesheets/_colors.sass".freeze, "test/source/_plugins/theme/stylesheets/theme-test.css".freeze, "test/source/_posts/2014-02-01-test-post.md".freeze, "test/source/favicon.png".freeze, "test/source/index.md".freeze, "test/source/test_config/plugin_config.html".freeze, "test/source/test_config/theme_config.html".freeze, "test/source/test_layouts/local.html".freeze, "test/source/test_layouts/plugin_layout.html".freeze, "test/source/test_layouts/test_markdown.md".freeze, "test/source/test_layouts/theme.html".freeze, "test/source/test_layouts/theme_override.html".freeze, "test/source/test_pages/plugin_page_override.html".freeze, "test/source/test_render/_f.html".freeze, "test/source/test_render/_var.html".freeze, "test/source/test_tags/_test_render.md".freeze, "test/source/test_tags/abort_false.html".freeze, "test/source/test_tags/abort_posts.html".freeze, "test/source/test_tags/abort_true.html".freeze, "test/source/test_tags/assign.html".freeze, "test/source/test_tags/capture.html".freeze, "test/source/test_tags/content_for.html".freeze, "test/source/test_tags/filter.html".freeze, "test/source/test_tags/include.html".freeze, "test/source/test_tags/render.html".freeze, "test/source/test_tags/return.html".freeze, "test/source/test_tags/wrap.html".freeze, "test/test.rb".freeze, "test/test_suite.rb".freeze, "test/uglify_js_false/javascripts/all-.js".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.5".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.1".freeze, ">= 1.1.20140403".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end