# -*- encoding: utf-8 -*- # stub: octopress-ink 1.0.0.alpha.13 ruby lib Gem::Specification.new do |s| s.name = "octopress-ink".freeze s.version = "1.0.0.alpha.13".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-06" s.description = "A starting point for creating gem-based Jekyll themes and plugins".freeze s.email = ["brandon@imathis.com".freeze] s.files = [".gitignore".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/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/assets/template.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/embed.rb".freeze, "lib/octopress-ink/tags/footer.rb".freeze, "lib/octopress-ink/tags/head.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/.gitignore".freeze, "test/Gemfile".freeze, "test/_config.yml".freeze, "test/_custom/theme/layouts/default.html".freeze, "test/_custom/theme/stylesheets/_bazz.scss".freeze, "test/_custom/theme/stylesheets/bar.scss".freeze, "test/_custom/theme/stylesheets/site.css".freeze, "test/_plugins/bundler.rb".freeze, "test/_plugins/theme/embeds/foo.html".freeze, "test/_plugins/theme/files/test.html".freeze, "test/_plugins/theme/javascripts/bar.js".freeze, "test/_plugins/theme/javascripts/foo.js".freeze, "test/_plugins/theme/layouts/default.html".freeze, "test/_plugins/theme/layouts/test.html".freeze, "test/_plugins/theme/stylesheets/_baz.scss".freeze, "test/_plugins/theme/stylesheets/bar.scss".freeze, "test/_plugins/theme/stylesheets/foo.css".freeze, "test/_plugins/theme/stylesheets/print.css".freeze, "test/_plugins/theme/stylesheets/site.css".freeze, "test/index.md".freeze, "test/stylesheets/_foo.scss".freeze, "test/stylesheets/site.sass".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/.gitignore".freeze, "test/Gemfile".freeze, "test/_config.yml".freeze, "test/_custom/theme/layouts/default.html".freeze, "test/_custom/theme/stylesheets/_bazz.scss".freeze, "test/_custom/theme/stylesheets/bar.scss".freeze, "test/_custom/theme/stylesheets/site.css".freeze, "test/_plugins/bundler.rb".freeze, "test/_plugins/theme/embeds/foo.html".freeze, "test/_plugins/theme/files/test.html".freeze, "test/_plugins/theme/javascripts/bar.js".freeze, "test/_plugins/theme/javascripts/foo.js".freeze, "test/_plugins/theme/layouts/default.html".freeze, "test/_plugins/theme/layouts/test.html".freeze, "test/_plugins/theme/stylesheets/_baz.scss".freeze, "test/_plugins/theme/stylesheets/bar.scss".freeze, "test/_plugins/theme/stylesheets/foo.css".freeze, "test/_plugins/theme/stylesheets/print.css".freeze, "test/_plugins/theme/stylesheets/site.css".freeze, "test/index.md".freeze, "test/stylesheets/_foo.scss".freeze, "test/stylesheets/site.sass".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