--- !ruby/object:Gem::Specification name: octopress-ink version: !ruby/object:Gem::Version version: 1.0.0.rc.1 platform: ruby authors: - Brandon Mathis autorequire: bindir: bin cert_chain: [] date: 2014-05-25 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: jekyll requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.0' - !ruby/object:Gem::Dependency name: uglifier requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.5' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.5' - !ruby/object:Gem::Dependency name: autoprefixer-rails requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.1' - - ">=" - !ruby/object:Gem::Version version: 1.1.20140403 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.1' - - ">=" - !ruby/object:Gem::Version version: 1.1.20140403 - !ruby/object:Gem::Dependency name: octopress requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.3' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.3' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: pry-debugger requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' description: A starting point for creating gem-based Jekyll themes and plugins email: - brandon@imathis.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".travis.yml" - CHANGELOG.md - Gemfile - LICENSE.txt - README.md - Rakefile - assets/docs/_configuration.markdown - assets/docs/_plugin-template.markdown - assets/docs/creating-a-plugin.markdown - assets/docs/index.markdown - assets/docs/plugin-reference.markdown - lib/octopress-ink.rb - lib/octopress-ink/assets.rb - lib/octopress-ink/assets/asset.rb - lib/octopress-ink/assets/coffeescript.rb - lib/octopress-ink/assets/config.rb - lib/octopress-ink/assets/doc_page.rb - lib/octopress-ink/assets/file.rb - lib/octopress-ink/assets/javascript.rb - lib/octopress-ink/assets/layout.rb - lib/octopress-ink/assets/page.rb - lib/octopress-ink/assets/sass.rb - lib/octopress-ink/assets/stylesheet.rb - lib/octopress-ink/commands.rb - lib/octopress-ink/commands/copy.rb - lib/octopress-ink/commands/helpers.rb - lib/octopress-ink/commands/init.rb - lib/octopress-ink/commands/list.rb - lib/octopress-ink/commands/new.rb - lib/octopress-ink/configuration.rb - lib/octopress-ink/filters.rb - lib/octopress-ink/generators/plugin_assets.rb - lib/octopress-ink/helpers.rb - lib/octopress-ink/helpers/conditional.rb - lib/octopress-ink/helpers/content_for.rb - lib/octopress-ink/helpers/path.rb - lib/octopress-ink/helpers/var.rb - lib/octopress-ink/jekyll/hooks.rb - lib/octopress-ink/jekyll/page.rb - lib/octopress-ink/jekyll/static_file.rb - lib/octopress-ink/jekyll/static_file_content.rb - lib/octopress-ink/plugin.rb - lib/octopress-ink/plugin_asset_pipeline.rb - lib/octopress-ink/plugins.rb - lib/octopress-ink/plugins/ink.rb - lib/octopress-ink/tags.rb - lib/octopress-ink/tags/abort.rb - lib/octopress-ink/tags/assign.rb - lib/octopress-ink/tags/capture.rb - lib/octopress-ink/tags/content_for.rb - lib/octopress-ink/tags/doc_url.rb - lib/octopress-ink/tags/filter.rb - lib/octopress-ink/tags/include.rb - lib/octopress-ink/tags/javascript.rb - lib/octopress-ink/tags/line_comment.rb - lib/octopress-ink/tags/render.rb - lib/octopress-ink/tags/return.rb - lib/octopress-ink/tags/stylesheet.rb - lib/octopress-ink/tags/wrap.rb - lib/octopress-ink/tags/yield.rb - lib/octopress-ink/utils.rb - lib/octopress-ink/version.rb - octopress-ink.gemspec - test/Gemfile - test/_combine_false.yml - test/_compress_false.yml - test/_config.yml - test/combine_css_false/stylesheets/awesome-sauce/plugin-media-test.css - test/combine_css_false/stylesheets/awesome-sauce/plugin-test.css - test/combine_css_false/stylesheets/theme/main.css - test/combine_css_false/stylesheets/theme/theme-media-test.css - test/combine_css_false/stylesheets/theme/theme-test.css - test/combine_css_false/stylesheets/theme/theme-test2.css - test/combine_js_false/javascripts/theme/bar.js - test/combine_js_false/javascripts/theme/blah.js - test/combine_js_false/javascripts/theme/foo.js - test/compress_false/javascripts/all-.js - test/compress_false/stylesheets/all-.css - test/compress_false/stylesheets/print-.css - test/copy_layouts_pages/_copy/layouts/default.html - test/copy_layouts_pages/_copy/layouts/test.html - test/copy_layouts_pages/_copy/pages/disable-test.html - test/copy_layouts_pages/_copy/pages/four.xml - test/copy_layouts_pages/_copy/pages/one.xml - test/copy_layouts_pages/_copy/pages/three.md - test/copy_layouts_pages/_copy/pages/two.md - test/copy_test/_copy/config.yml - test/copy_test/_copy/files/disabled-file.txt - test/copy_test/_copy/files/favicon.ico - test/copy_test/_copy/files/favicon.png - test/copy_test/_copy/files/test.html - test/copy_test/_copy/fonts/font-one.otf - test/copy_test/_copy/fonts/font-two.ttf - test/copy_test/_copy/includes/bar.html - test/copy_test/_copy/includes/greet.html - test/copy_test/_copy/javascripts/bar.js - test/copy_test/_copy/javascripts/blah.coffee - test/copy_test/_copy/javascripts/disable-this.js - test/copy_test/_copy/javascripts/foo.js - test/copy_test/_copy/layouts/default.html - test/copy_test/_copy/layouts/test.html - test/copy_test/_copy/pages/disable-test.html - test/copy_test/_copy/pages/four.xml - test/copy_test/_copy/pages/one.xml - test/copy_test/_copy/pages/three.md - test/copy_test/_copy/pages/two.md - test/copy_test/_copy/stylesheets/_colors.scss - test/copy_test/_copy/stylesheets/disable-this.css - test/copy_test/_copy/stylesheets/disable.sass - test/copy_test/_copy/stylesheets/main.scss - test/copy_test/_copy/stylesheets/theme-media-test@print.css - test/copy_test/_copy/stylesheets/theme-test.css - test/copy_test/_copy/stylesheets/theme-test2.css - test/expected/2014/02/01/test-post.html - test/expected/favicon.ico - test/expected/favicon.png - test/expected/four/index.xml - test/expected/index.html - test/expected/javascripts/all-.js - test/expected/robots.txt - test/expected/stylesheets/all-.css - test/expected/stylesheets/print-.css - test/expected/test.html - test/expected/test_config/plugin_config.html - test/expected/test_config/theme_config.html - test/expected/test_layouts/local.html - test/expected/test_layouts/plugin_layout.html - test/expected/test_layouts/test_markdown.html - test/expected/test_layouts/theme.html - test/expected/test_layouts/theme_override.html - test/expected/test_pages/feed/index.xml - test/expected/test_pages/plugin_page.html - test/expected/test_pages/plugin_page_override.html - test/expected/test_pages/theme_page.html - test/expected/test_pages/three.html - test/expected/test_tags/abort_false.html - test/expected/test_tags/assign.html - test/expected/test_tags/capture.html - test/expected/test_tags/content_for.html - test/expected/test_tags/filter.html - test/expected/test_tags/include.html - test/expected/test_tags/render.html - test/expected/test_tags/return.html - test/expected/test_tags/wrap.html - test/plugins/awesome-sauce/config.yml - test/plugins/awesome-sauce/docs/index.html - test/plugins/awesome-sauce/files/robots.txt - test/plugins/awesome-sauce/includes/some-include.html - test/plugins/awesome-sauce/layouts/test-layout.html - test/plugins/awesome-sauce/pages/a.html - test/plugins/awesome-sauce/pages/b.html - test/plugins/awesome-sauce/plugin.rb - test/plugins/awesome-sauce/stylesheets/plugin-media-test@print.css - test/plugins/awesome-sauce/stylesheets/plugin-test.css - test/plugins/test-theme/config.yml - test/plugins/test-theme/files/disabled-file.txt - test/plugins/test-theme/files/favicon.ico - test/plugins/test-theme/files/favicon.png - test/plugins/test-theme/files/test.html - test/plugins/test-theme/fonts/font-one.otf - test/plugins/test-theme/fonts/font-two.ttf - test/plugins/test-theme/includes/bar.html - test/plugins/test-theme/includes/greet.html - test/plugins/test-theme/javascripts/bar.js - test/plugins/test-theme/javascripts/blah.coffee - test/plugins/test-theme/javascripts/disable-this.js - test/plugins/test-theme/javascripts/foo.js - test/plugins/test-theme/layouts/default.html - test/plugins/test-theme/layouts/test.html - test/plugins/test-theme/pages/disable-test.html - test/plugins/test-theme/pages/four.xml - test/plugins/test-theme/pages/one.xml - test/plugins/test-theme/pages/three.md - test/plugins/test-theme/pages/two.md - test/plugins/test-theme/plugin.rb - test/plugins/test-theme/stylesheets/_colors.scss - test/plugins/test-theme/stylesheets/disable-this.css - test/plugins/test-theme/stylesheets/disable.sass - test/plugins/test-theme/stylesheets/main.scss - test/plugins/test-theme/stylesheets/theme-media-test@print.css - test/plugins/test-theme/stylesheets/theme-test.css - test/plugins/test-theme/stylesheets/theme-test2.css - test/source/.gitignore - test/source/_includes/foo.html - test/source/_layouts/head.html - test/source/_layouts/local.html - test/source/_plugins/awesome-sauce/config.yml - test/source/_plugins/loader.rb - test/source/_plugins/theme/config.yml - test/source/_plugins/theme/includes/bar.html - test/source/_plugins/theme/layouts/test.html - test/source/_plugins/theme/stylesheets/_colors.sass - test/source/_plugins/theme/stylesheets/theme-test.css - test/source/_posts/2014-02-01-test-post.md - test/source/favicon.png - test/source/index.md - test/source/test_config/plugin_config.html - test/source/test_config/theme_config.html - test/source/test_layouts/local.html - test/source/test_layouts/plugin_layout.html - test/source/test_layouts/test_markdown.md - test/source/test_layouts/theme.html - test/source/test_layouts/theme_override.html - test/source/test_pages/plugin_page_override.html - test/source/test_render/_f.html - test/source/test_render/_var.html - test/source/test_tags/_test_render.md - test/source/test_tags/abort_false.html - test/source/test_tags/abort_posts.html - test/source/test_tags/abort_true.html - test/source/test_tags/assign.html - test/source/test_tags/capture.html - test/source/test_tags/content_for.html - test/source/test_tags/filter.html - test/source/test_tags/include.html - test/source/test_tags/render.html - test/source/test_tags/return.html - test/source/test_tags/wrap.html - test/test.rb - test/test_suite.rb - test/uglify_js_false/javascripts/all-.js homepage: https://github.com/octopress/ink licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">" - !ruby/object:Gem::Version version: 1.3.1 requirements: [] rubyforge_project: rubygems_version: 2.2.2 signing_key: specification_version: 4 summary: A starting point for creating gem-based Jekyll themes and plugins test_files: - test/Gemfile - test/_combine_false.yml - test/_compress_false.yml - test/_config.yml - test/combine_css_false/stylesheets/awesome-sauce/plugin-media-test.css - test/combine_css_false/stylesheets/awesome-sauce/plugin-test.css - test/combine_css_false/stylesheets/theme/main.css - test/combine_css_false/stylesheets/theme/theme-media-test.css - test/combine_css_false/stylesheets/theme/theme-test.css - test/combine_css_false/stylesheets/theme/theme-test2.css - test/combine_js_false/javascripts/theme/bar.js - test/combine_js_false/javascripts/theme/blah.js - test/combine_js_false/javascripts/theme/foo.js - test/compress_false/javascripts/all-.js - test/compress_false/stylesheets/all-.css - test/compress_false/stylesheets/print-.css - test/copy_layouts_pages/_copy/layouts/default.html - test/copy_layouts_pages/_copy/layouts/test.html - test/copy_layouts_pages/_copy/pages/disable-test.html - test/copy_layouts_pages/_copy/pages/four.xml - test/copy_layouts_pages/_copy/pages/one.xml - test/copy_layouts_pages/_copy/pages/three.md - test/copy_layouts_pages/_copy/pages/two.md - test/copy_test/_copy/config.yml - test/copy_test/_copy/files/disabled-file.txt - test/copy_test/_copy/files/favicon.ico - test/copy_test/_copy/files/favicon.png - test/copy_test/_copy/files/test.html - test/copy_test/_copy/fonts/font-one.otf - test/copy_test/_copy/fonts/font-two.ttf - test/copy_test/_copy/includes/bar.html - test/copy_test/_copy/includes/greet.html - test/copy_test/_copy/javascripts/bar.js - test/copy_test/_copy/javascripts/blah.coffee - test/copy_test/_copy/javascripts/disable-this.js - test/copy_test/_copy/javascripts/foo.js - test/copy_test/_copy/layouts/default.html - test/copy_test/_copy/layouts/test.html - test/copy_test/_copy/pages/disable-test.html - test/copy_test/_copy/pages/four.xml - test/copy_test/_copy/pages/one.xml - test/copy_test/_copy/pages/three.md - test/copy_test/_copy/pages/two.md - test/copy_test/_copy/stylesheets/_colors.scss - test/copy_test/_copy/stylesheets/disable-this.css - test/copy_test/_copy/stylesheets/disable.sass - test/copy_test/_copy/stylesheets/main.scss - test/copy_test/_copy/stylesheets/theme-media-test@print.css - test/copy_test/_copy/stylesheets/theme-test.css - test/copy_test/_copy/stylesheets/theme-test2.css - test/expected/2014/02/01/test-post.html - test/expected/favicon.ico - test/expected/favicon.png - test/expected/four/index.xml - test/expected/index.html - test/expected/javascripts/all-.js - test/expected/robots.txt - test/expected/stylesheets/all-.css - test/expected/stylesheets/print-.css - test/expected/test.html - test/expected/test_config/plugin_config.html - test/expected/test_config/theme_config.html - test/expected/test_layouts/local.html - test/expected/test_layouts/plugin_layout.html - test/expected/test_layouts/test_markdown.html - test/expected/test_layouts/theme.html - test/expected/test_layouts/theme_override.html - test/expected/test_pages/feed/index.xml - test/expected/test_pages/plugin_page.html - test/expected/test_pages/plugin_page_override.html - test/expected/test_pages/theme_page.html - test/expected/test_pages/three.html - test/expected/test_tags/abort_false.html - test/expected/test_tags/assign.html - test/expected/test_tags/capture.html - test/expected/test_tags/content_for.html - test/expected/test_tags/filter.html - test/expected/test_tags/include.html - test/expected/test_tags/render.html - test/expected/test_tags/return.html - test/expected/test_tags/wrap.html - test/plugins/awesome-sauce/config.yml - test/plugins/awesome-sauce/docs/index.html - test/plugins/awesome-sauce/files/robots.txt - test/plugins/awesome-sauce/includes/some-include.html - test/plugins/awesome-sauce/layouts/test-layout.html - test/plugins/awesome-sauce/pages/a.html - test/plugins/awesome-sauce/pages/b.html - test/plugins/awesome-sauce/plugin.rb - test/plugins/awesome-sauce/stylesheets/plugin-media-test@print.css - test/plugins/awesome-sauce/stylesheets/plugin-test.css - test/plugins/test-theme/config.yml - test/plugins/test-theme/files/disabled-file.txt - test/plugins/test-theme/files/favicon.ico - test/plugins/test-theme/files/favicon.png - test/plugins/test-theme/files/test.html - test/plugins/test-theme/fonts/font-one.otf - test/plugins/test-theme/fonts/font-two.ttf - test/plugins/test-theme/includes/bar.html - test/plugins/test-theme/includes/greet.html - test/plugins/test-theme/javascripts/bar.js - test/plugins/test-theme/javascripts/blah.coffee - test/plugins/test-theme/javascripts/disable-this.js - test/plugins/test-theme/javascripts/foo.js - test/plugins/test-theme/layouts/default.html - test/plugins/test-theme/layouts/test.html - test/plugins/test-theme/pages/disable-test.html - test/plugins/test-theme/pages/four.xml - test/plugins/test-theme/pages/one.xml - test/plugins/test-theme/pages/three.md - test/plugins/test-theme/pages/two.md - test/plugins/test-theme/plugin.rb - test/plugins/test-theme/stylesheets/_colors.scss - test/plugins/test-theme/stylesheets/disable-this.css - test/plugins/test-theme/stylesheets/disable.sass - test/plugins/test-theme/stylesheets/main.scss - test/plugins/test-theme/stylesheets/theme-media-test@print.css - test/plugins/test-theme/stylesheets/theme-test.css - test/plugins/test-theme/stylesheets/theme-test2.css - test/source/.gitignore - test/source/_includes/foo.html - test/source/_layouts/head.html - test/source/_layouts/local.html - test/source/_plugins/awesome-sauce/config.yml - test/source/_plugins/loader.rb - test/source/_plugins/theme/config.yml - test/source/_plugins/theme/includes/bar.html - test/source/_plugins/theme/layouts/test.html - test/source/_plugins/theme/stylesheets/_colors.sass - test/source/_plugins/theme/stylesheets/theme-test.css - test/source/_posts/2014-02-01-test-post.md - test/source/favicon.png - test/source/index.md - test/source/test_config/plugin_config.html - test/source/test_config/theme_config.html - test/source/test_layouts/local.html - test/source/test_layouts/plugin_layout.html - test/source/test_layouts/test_markdown.md - test/source/test_layouts/theme.html - test/source/test_layouts/theme_override.html - test/source/test_pages/plugin_page_override.html - test/source/test_render/_f.html - test/source/test_render/_var.html - test/source/test_tags/_test_render.md - test/source/test_tags/abort_false.html - test/source/test_tags/abort_posts.html - test/source/test_tags/abort_true.html - test/source/test_tags/assign.html - test/source/test_tags/capture.html - test/source/test_tags/content_for.html - test/source/test_tags/filter.html - test/source/test_tags/include.html - test/source/test_tags/render.html - test/source/test_tags/return.html - test/source/test_tags/wrap.html - test/test.rb - test/test_suite.rb - test/uglify_js_false/javascripts/all-.js