--- !ruby/object:Gem::Specification name: octopress-ink version: !ruby/object:Gem::Version version: 1.0.0.alpha.15 platform: ruby authors: - Brandon Mathis autorequire: bindir: bin cert_chain: [] date: 2014-01-10 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' 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/include.rb - lib/octopress-ink/assets/javascript.rb - lib/octopress-ink/assets/layout.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/generators/plugin_assets.rb - lib/octopress-ink/helpers/content_for.rb - lib/octopress-ink/jekyll/hooks.rb - lib/octopress-ink/plugin.rb - lib/octopress-ink/plugins.rb - lib/octopress-ink/plugins/sass.rb - lib/octopress-ink/tags.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/scripts.rb - lib/octopress-ink/tags/stylesheet.rb - lib/octopress-ink/tags/wrap_yield.rb - lib/octopress-ink/tags/yield.rb - lib/octopress-ink/version.rb - octopress-ink.gemspec - test/Gemfile - test/_config.yml - test/expected/index.html - test/expected/javascripts/d41d8cd98f00b204e9800998ecf8427e.js - test/expected/layout_tests/local.html - test/expected/layout_tests/plugin_layout.html - test/expected/layout_tests/theme.html - test/expected/layout_tests/theme_override.html - test/expected/stylesheets/all-f769b23f68363155b7ab58ba178c0f53.css - test/expected/stylesheets/print-8f4e66fc8350adcb4482cebe140f212d.css - test/expected/tag_tests/content_for.html - test/expected/tag_tests/footer.html - test/expected/tag_tests/head.html - test/expected/tag_tests/include.html - test/expected/tag_tests/include_plugin.html - test/expected/tag_tests/include_theme.html - test/expected/tag_tests/include_theme_override.html - test/expected/tag_tests/scripts.html - test/expected/theme/files/test.html - test/site/index.html - test/site/javascripts/d41d8cd98f00b204e9800998ecf8427e.js - test/site/layout_tests/local.html - test/site/layout_tests/plugin_layout.html - test/site/layout_tests/theme.html - test/site/layout_tests/theme_override.html - test/site/stylesheets/all-f769b23f68363155b7ab58ba178c0f53.css - test/site/stylesheets/print-8f4e66fc8350adcb4482cebe140f212d.css - test/site/tag_tests/content_for.html - test/site/tag_tests/footer.html - test/site/tag_tests/head.html - test/site/tag_tests/include.html - test/site/tag_tests/include_plugin.html - test/site/tag_tests/include_theme.html - test/site/tag_tests/include_theme_override.html - test/site/tag_tests/scripts.html - test/site/theme/files/test.html - test/source/.gitignore - test/source/_custom/theme/includes/bar.html - test/source/_custom/theme/layouts/test.html - test/source/_custom/theme/stylesheets/_baz.sass - test/source/_custom/theme/stylesheets/site.css - test/source/_includes/foo.html - test/source/_layouts/default.html - test/source/_layouts/local.html - test/source/_plugins/awesome-sauce/includes/some-include.html - test/source/_plugins/awesome-sauce/layouts/test-layout.html - test/source/_plugins/bundler.rb - test/source/_plugins/theme/files/test.html - test/source/_plugins/theme/includes/bar.html - test/source/_plugins/theme/includes/foo.html - test/source/_plugins/theme/javascripts/bar.js - test/source/_plugins/theme/javascripts/foo.js - test/source/_plugins/theme/layouts/default.html - test/source/_plugins/theme/layouts/test.html - test/source/_plugins/theme/stylesheets/_baz.scss - test/source/_plugins/theme/stylesheets/bar.scss - test/source/_plugins/theme/stylesheets/foo.css - test/source/_plugins/theme/stylesheets/print.css - test/source/_plugins/theme/stylesheets/site.css - test/source/index.md - test/source/layout_tests/local.html - test/source/layout_tests/plugin_layout.html - test/source/layout_tests/theme.html - test/source/layout_tests/theme_override.html - test/source/stylesheets/_foo.scss - test/source/stylesheets/site.sass - test/source/tag_tests/content_for.html - test/source/tag_tests/footer.html - test/source/tag_tests/head.html - test/source/tag_tests/include.html - test/source/tag_tests/include_plugin.html - test/source/tag_tests/include_theme.html - test/source/tag_tests/include_theme_override.html - test/source/tag_tests/scripts.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/_config.yml - test/expected/index.html - test/expected/javascripts/d41d8cd98f00b204e9800998ecf8427e.js - test/expected/layout_tests/local.html - test/expected/layout_tests/plugin_layout.html - test/expected/layout_tests/theme.html - test/expected/layout_tests/theme_override.html - test/expected/stylesheets/all-f769b23f68363155b7ab58ba178c0f53.css - test/expected/stylesheets/print-8f4e66fc8350adcb4482cebe140f212d.css - test/expected/tag_tests/content_for.html - test/expected/tag_tests/footer.html - test/expected/tag_tests/head.html - test/expected/tag_tests/include.html - test/expected/tag_tests/include_plugin.html - test/expected/tag_tests/include_theme.html - test/expected/tag_tests/include_theme_override.html - test/expected/tag_tests/scripts.html - test/expected/theme/files/test.html - test/site/index.html - test/site/javascripts/d41d8cd98f00b204e9800998ecf8427e.js - test/site/layout_tests/local.html - test/site/layout_tests/plugin_layout.html - test/site/layout_tests/theme.html - test/site/layout_tests/theme_override.html - test/site/stylesheets/all-f769b23f68363155b7ab58ba178c0f53.css - test/site/stylesheets/print-8f4e66fc8350adcb4482cebe140f212d.css - test/site/tag_tests/content_for.html - test/site/tag_tests/footer.html - test/site/tag_tests/head.html - test/site/tag_tests/include.html - test/site/tag_tests/include_plugin.html - test/site/tag_tests/include_theme.html - test/site/tag_tests/include_theme_override.html - test/site/tag_tests/scripts.html - test/site/theme/files/test.html - test/source/.gitignore - test/source/_custom/theme/includes/bar.html - test/source/_custom/theme/layouts/test.html - test/source/_custom/theme/stylesheets/_baz.sass - test/source/_custom/theme/stylesheets/site.css - test/source/_includes/foo.html - test/source/_layouts/default.html - test/source/_layouts/local.html - test/source/_plugins/awesome-sauce/includes/some-include.html - test/source/_plugins/awesome-sauce/layouts/test-layout.html - test/source/_plugins/bundler.rb - test/source/_plugins/theme/files/test.html - test/source/_plugins/theme/includes/bar.html - test/source/_plugins/theme/includes/foo.html - test/source/_plugins/theme/javascripts/bar.js - test/source/_plugins/theme/javascripts/foo.js - test/source/_plugins/theme/layouts/default.html - test/source/_plugins/theme/layouts/test.html - test/source/_plugins/theme/stylesheets/_baz.scss - test/source/_plugins/theme/stylesheets/bar.scss - test/source/_plugins/theme/stylesheets/foo.css - test/source/_plugins/theme/stylesheets/print.css - test/source/_plugins/theme/stylesheets/site.css - test/source/index.md - test/source/layout_tests/local.html - test/source/layout_tests/plugin_layout.html - test/source/layout_tests/theme.html - test/source/layout_tests/theme_override.html - test/source/stylesheets/_foo.scss - test/source/stylesheets/site.sass - test/source/tag_tests/content_for.html - test/source/tag_tests/footer.html - test/source/tag_tests/head.html - test/source/tag_tests/include.html - test/source/tag_tests/include_plugin.html - test/source/tag_tests/include_theme.html - test/source/tag_tests/include_theme_override.html - test/source/tag_tests/scripts.html - test/test.rb