# -*- encoding: utf-8 -*- # stub: bunto 1.0.0 ruby lib Gem::Specification.new do |s| s.name = "bunto".freeze s.version = "1.0.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Suriyaa Kudo".freeze] s.date = "2016-02-14" s.description = "Bunto is a simple, static site generator.".freeze s.email = "SuriyaaKudoIsc@users.noreply.github.com".freeze s.executables = ["bunto".freeze] s.extra_rdoc_files = ["README.markdown".freeze, "LICENSE".freeze] s.files = ["LICENSE".freeze, "README.markdown".freeze, "bin/bunto".freeze, "lib/bunto.rb".freeze, "lib/bunto/cleaner.rb".freeze, "lib/bunto/collection.rb".freeze, "lib/bunto/command.rb".freeze, "lib/bunto/commands/build.rb".freeze, "lib/bunto/commands/clean.rb".freeze, "lib/bunto/commands/doctor.rb".freeze, "lib/bunto/commands/help.rb".freeze, "lib/bunto/commands/new.rb".freeze, "lib/bunto/commands/serve.rb".freeze, "lib/bunto/commands/serve/servlet.rb".freeze, "lib/bunto/configuration.rb".freeze, "lib/bunto/converter.rb".freeze, "lib/bunto/converters/identity.rb".freeze, "lib/bunto/converters/markdown.rb".freeze, "lib/bunto/converters/markdown/kramdown_parser.rb".freeze, "lib/bunto/converters/markdown/rdiscount_parser.rb".freeze, "lib/bunto/converters/markdown/redcarpet_parser.rb".freeze, "lib/bunto/converters/smartypants.rb".freeze, "lib/bunto/convertible.rb".freeze, "lib/bunto/deprecator.rb".freeze, "lib/bunto/document.rb".freeze, "lib/bunto/drops/bunto_drop.rb".freeze, "lib/bunto/drops/collection_drop.rb".freeze, "lib/bunto/drops/document_drop.rb".freeze, "lib/bunto/drops/drop.rb".freeze, "lib/bunto/drops/site_drop.rb".freeze, "lib/bunto/drops/unified_payload_drop.rb".freeze, "lib/bunto/drops/url_drop.rb".freeze, "lib/bunto/entry_filter.rb".freeze, "lib/bunto/errors.rb".freeze, "lib/bunto/excerpt.rb".freeze, "lib/bunto/external.rb".freeze, "lib/bunto/filters.rb".freeze, "lib/bunto/frontmatter_defaults.rb".freeze, "lib/bunto/generator.rb".freeze, "lib/bunto/hooks.rb".freeze, "lib/bunto/layout.rb".freeze, "lib/bunto/liquid_extensions.rb".freeze, "lib/bunto/liquid_renderer.rb".freeze, "lib/bunto/liquid_renderer/file.rb".freeze, "lib/bunto/liquid_renderer/table.rb".freeze, "lib/bunto/log_adapter.rb".freeze, "lib/bunto/mime.types".freeze, "lib/bunto/page.rb".freeze, "lib/bunto/plugin.rb".freeze, "lib/bunto/plugin_manager.rb".freeze, "lib/bunto/post.rb".freeze, "lib/bunto/publisher.rb".freeze, "lib/bunto/reader.rb".freeze, "lib/bunto/readers/collection_reader.rb".freeze, "lib/bunto/readers/data_reader.rb".freeze, "lib/bunto/readers/layout_reader.rb".freeze, "lib/bunto/readers/page_reader.rb".freeze, "lib/bunto/readers/post_reader.rb".freeze, "lib/bunto/readers/static_file_reader.rb".freeze, "lib/bunto/regenerator.rb".freeze, "lib/bunto/related_posts.rb".freeze, "lib/bunto/renderer.rb".freeze, "lib/bunto/site.rb".freeze, "lib/bunto/static_file.rb".freeze, "lib/bunto/stevenson.rb".freeze, "lib/bunto/tags/highlight.rb".freeze, "lib/bunto/tags/include.rb".freeze, "lib/bunto/tags/post_url.rb".freeze, "lib/bunto/url.rb".freeze, "lib/bunto/utils.rb".freeze, "lib/bunto/utils/ansi.rb".freeze, "lib/bunto/utils/platforms.rb".freeze, "lib/bunto/version.rb".freeze, "lib/site_template/.gitignore".freeze, "lib/site_template/_config.yml".freeze, "lib/site_template/_includes/footer.html".freeze, "lib/site_template/_includes/head.html".freeze, "lib/site_template/_includes/header.html".freeze, "lib/site_template/_includes/icon-github.html".freeze, "lib/site_template/_includes/icon-github.svg".freeze, "lib/site_template/_includes/icon-twitter.html".freeze, "lib/site_template/_includes/icon-twitter.svg".freeze, "lib/site_template/_layouts/default.html".freeze, "lib/site_template/_layouts/page.html".freeze, "lib/site_template/_layouts/post.html".freeze, "lib/site_template/_posts/0000-00-00-welcome-to-bunto.markdown.erb".freeze, "lib/site_template/_sass/_base.scss".freeze, "lib/site_template/_sass/_layout.scss".freeze, "lib/site_template/_sass/_syntax-highlighting.scss".freeze, "lib/site_template/about.md".freeze, "lib/site_template/css/main.scss".freeze, "lib/site_template/feed.xml".freeze, "lib/site_template/index.html".freeze] s.homepage = "https://github.com/bunto/bunto".freeze s.licenses = ["MIT".freeze] s.rdoc_options = ["--charset=UTF-8".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "A simple, static site generator.".freeze s.specification_version = 2 s.add_runtime_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.3.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.7".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) end