--- !ruby/object:Gem::Specification name: octopress-ink version: !ruby/object:Gem::Version version: 1.0.0.alpha.27 platform: ruby authors: - Brandon Mathis autorequire: bindir: bin cert_chain: [] date: 2014-01-30 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: jekyll requirement: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: 1.3.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: 1.3.0 - !ruby/object:Gem::Dependency name: sass requirement: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: 3.2.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: 3.2.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 - lib/octopress-ink.rb - lib/octopress-ink/assets.rb - lib/octopress-ink/assets/asset.rb - lib/octopress-ink/assets/config.rb - lib/octopress-ink/assets/include.rb - lib/octopress-ink/assets/javascript.rb - lib/octopress-ink/assets/layout.rb - lib/octopress-ink/assets/root.rb - lib/octopress-ink/assets/sass.rb - lib/octopress-ink/assets/static_file.rb - lib/octopress-ink/assets/static_file_content.rb - lib/octopress-ink/assets/stylesheet.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/titlecase.rb - lib/octopress-ink/helpers/var.rb - lib/octopress-ink/jekyll/hooks.rb - lib/octopress-ink/plugin.rb - lib/octopress-ink/plugins.rb - lib/octopress-ink/plugins/stylesheets.rb - lib/octopress-ink/tags.rb - lib/octopress-ink/tags/assign.rb - lib/octopress-ink/tags/capture.rb - lib/octopress-ink/tags/content_for.rb - lib/octopress-ink/tags/footer.rb - lib/octopress-ink/tags/head.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/scripts.rb - lib/octopress-ink/tags/stylesheet.rb - lib/octopress-ink/tags/wrap.rb - lib/octopress-ink/tags/yield.rb - lib/octopress-ink/version.rb - octopress-ink.gemspec - test/Gemfile - test/_concat_css_false.yml - test/_config.yml - test/_sass_compact.yml - test/_sass_expanded.yml - test/concat_css/stylesheets/all-e10f647557c9d610df6df40a458bc823.css - test/concat_css/stylesheets/print-0dc274efb4e3fba0ae71bd22eef6fb38.css - test/concat_css_false/awesome-sauce/stylesheets/plugin-media-test.css - test/concat_css_false/awesome-sauce/stylesheets/plugin-test.css - test/concat_css_false/stylesheets/site.css - test/concat_css_false/stylesheets/test.css - test/concat_css_false/theme/stylesheets/theme-media-test.css - test/concat_css_false/theme/stylesheets/theme-test.css - test/concat_css_false/theme/stylesheets/theme-test2.css - test/expected/favicon.ico - test/expected/favicon.png - test/expected/index.html - test/expected/robots.txt - 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/theme.html - test/expected/test_layouts/theme_override.html - test/expected/test_tags/assign.html - test/expected/test_tags/capture.html - test/expected/test_tags/content_for.html - test/expected/test_tags/include.html - test/expected/test_tags/render.html - test/expected/test_tags/wrap.html - test/sass_compact/stylesheets/all-e10f647557c9d610df6df40a458bc823.css - test/sass_compact/stylesheets/print-0dc274efb4e3fba0ae71bd22eef6fb38.css - test/sass_expanded/stylesheets/all-e10f647557c9d610df6df40a458bc823.css - test/sass_expanded/stylesheets/print-0dc274efb4e3fba0ae71bd22eef6fb38.css - test/site/favicon.ico - test/site/favicon.png - test/site/index.html - test/site/robots.txt - test/site/stylesheets/all-5f4148b9fde2541e99deb55ebf3fe695.css - test/site/stylesheets/print-0dc274efb4e3fba0ae71bd22eef6fb38.css - test/site/test_config/plugin_config.html - test/site/test_config/theme_config.html - test/site/test_layouts/local.html - test/site/test_layouts/plugin_layout.html - test/site/test_layouts/theme.html - test/site/test_layouts/theme_override.html - test/site/test_tags/assign.html - test/site/test_tags/capture.html - test/site/test_tags/content_for.html - test/site/test_tags/include.html - test/site/test_tags/render.html - test/site/test_tags/return.html - test/site/test_tags/wrap.html - test/source/.gitignore - test/source/_custom/awesome-sauce/config.yml - test/source/_custom/theme/config.yml - test/source/_custom/theme/includes/bar.html - test/source/_custom/theme/layouts/test.html - test/source/_custom/theme/stylesheets/_colors.sass - test/source/_custom/theme/stylesheets/theme-test.css - 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/awesome-sauce/files/robots.txt - test/source/_plugins/awesome-sauce/includes/some-include.html - test/source/_plugins/awesome-sauce/layouts/test-layout.html - test/source/_plugins/awesome-sauce/stylesheets/plugin-media-test.css - test/source/_plugins/awesome-sauce/stylesheets/plugin-test.css - test/source/_plugins/bundler.rb - test/source/_plugins/test-theme/config.yml - test/source/_plugins/test-theme/files/favicon.ico - test/source/_plugins/test-theme/files/favicon.png - test/source/_plugins/test-theme/files/test.html - test/source/_plugins/test-theme/includes/bar.html - test/source/_plugins/test-theme/includes/greet.html - test/source/_plugins/test-theme/javascripts/bar.js - test/source/_plugins/test-theme/javascripts/foo.js - test/source/_plugins/test-theme/layouts/default.html - test/source/_plugins/test-theme/layouts/test.html - test/source/_plugins/test-theme/stylesheets/_colors.scss - test/source/_plugins/test-theme/stylesheets/main.scss - test/source/_plugins/test-theme/stylesheets/theme-media-test@print.css - test/source/_plugins/test-theme/stylesheets/theme-test.css - test/source/_plugins/test-theme/stylesheets/theme-test2.css - test/source/favicon.png - test/source/index.md - test/source/stylesheets/_foo.scss - test/source/stylesheets/site.sass - test/source/stylesheets/test.css - 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/theme.html - test/source/test_layouts/theme_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/assign.html - test/source/test_tags/capture.html - test/source/test_tags/content_for.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 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.1.11 signing_key: specification_version: 4 summary: A starting point for creating gem-based Jekyll themes and plugins test_files: - test/Gemfile - test/_concat_css_false.yml - test/_config.yml - test/_sass_compact.yml - test/_sass_expanded.yml - test/concat_css/stylesheets/all-e10f647557c9d610df6df40a458bc823.css - test/concat_css/stylesheets/print-0dc274efb4e3fba0ae71bd22eef6fb38.css - test/concat_css_false/awesome-sauce/stylesheets/plugin-media-test.css - test/concat_css_false/awesome-sauce/stylesheets/plugin-test.css - test/concat_css_false/stylesheets/site.css - test/concat_css_false/stylesheets/test.css - test/concat_css_false/theme/stylesheets/theme-media-test.css - test/concat_css_false/theme/stylesheets/theme-test.css - test/concat_css_false/theme/stylesheets/theme-test2.css - test/expected/favicon.ico - test/expected/favicon.png - test/expected/index.html - test/expected/robots.txt - 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/theme.html - test/expected/test_layouts/theme_override.html - test/expected/test_tags/assign.html - test/expected/test_tags/capture.html - test/expected/test_tags/content_for.html - test/expected/test_tags/include.html - test/expected/test_tags/render.html - test/expected/test_tags/wrap.html - test/sass_compact/stylesheets/all-e10f647557c9d610df6df40a458bc823.css - test/sass_compact/stylesheets/print-0dc274efb4e3fba0ae71bd22eef6fb38.css - test/sass_expanded/stylesheets/all-e10f647557c9d610df6df40a458bc823.css - test/sass_expanded/stylesheets/print-0dc274efb4e3fba0ae71bd22eef6fb38.css - test/site/favicon.ico - test/site/favicon.png - test/site/index.html - test/site/robots.txt - test/site/stylesheets/all-5f4148b9fde2541e99deb55ebf3fe695.css - test/site/stylesheets/print-0dc274efb4e3fba0ae71bd22eef6fb38.css - test/site/test_config/plugin_config.html - test/site/test_config/theme_config.html - test/site/test_layouts/local.html - test/site/test_layouts/plugin_layout.html - test/site/test_layouts/theme.html - test/site/test_layouts/theme_override.html - test/site/test_tags/assign.html - test/site/test_tags/capture.html - test/site/test_tags/content_for.html - test/site/test_tags/include.html - test/site/test_tags/render.html - test/site/test_tags/return.html - test/site/test_tags/wrap.html - test/source/.gitignore - test/source/_custom/awesome-sauce/config.yml - test/source/_custom/theme/config.yml - test/source/_custom/theme/includes/bar.html - test/source/_custom/theme/layouts/test.html - test/source/_custom/theme/stylesheets/_colors.sass - test/source/_custom/theme/stylesheets/theme-test.css - 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/awesome-sauce/files/robots.txt - test/source/_plugins/awesome-sauce/includes/some-include.html - test/source/_plugins/awesome-sauce/layouts/test-layout.html - test/source/_plugins/awesome-sauce/stylesheets/plugin-media-test.css - test/source/_plugins/awesome-sauce/stylesheets/plugin-test.css - test/source/_plugins/bundler.rb - test/source/_plugins/test-theme/config.yml - test/source/_plugins/test-theme/files/favicon.ico - test/source/_plugins/test-theme/files/favicon.png - test/source/_plugins/test-theme/files/test.html - test/source/_plugins/test-theme/includes/bar.html - test/source/_plugins/test-theme/includes/greet.html - test/source/_plugins/test-theme/javascripts/bar.js - test/source/_plugins/test-theme/javascripts/foo.js - test/source/_plugins/test-theme/layouts/default.html - test/source/_plugins/test-theme/layouts/test.html - test/source/_plugins/test-theme/stylesheets/_colors.scss - test/source/_plugins/test-theme/stylesheets/main.scss - test/source/_plugins/test-theme/stylesheets/theme-media-test@print.css - test/source/_plugins/test-theme/stylesheets/theme-test.css - test/source/_plugins/test-theme/stylesheets/theme-test2.css - test/source/favicon.png - test/source/index.md - test/source/stylesheets/_foo.scss - test/source/stylesheets/site.sass - test/source/stylesheets/test.css - 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/theme.html - test/source/test_layouts/theme_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/assign.html - test/source/test_tags/capture.html - test/source/test_tags/content_for.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