--- !ruby/object:Gem::Specification name: nanoc version: !ruby/object:Gem::Version version: 3.7.5 platform: ruby authors: - Denis Defreyne autorequire: bindir: bin cert_chain: [] date: 2015-01-12 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: cri requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.3' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.3' - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.7.10 - - "<" - !ruby/object:Gem::Version version: '2.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.7.10 - - "<" - !ruby/object:Gem::Version version: '2.0' description: nanoc is a simple but very flexible static site generator written in Ruby. It operates on local files, and therefore does not run on the server. nanoc “compiles” the local source files into HTML (usually), by evaluating eRuby, Markdown, etc. email: denis.defreyne@stoneship.org executables: - nanoc extensions: [] extra_rdoc_files: - ChangeLog - LICENSE - README.md - NEWS.md files: - CONTRIBUTING.md - ChangeLog - Gemfile - LICENSE - NEWS.md - README.md - Rakefile - bin/nanoc - doc/yardoc_handlers/identifier.rb - doc/yardoc_templates/default/layout/html/footer.erb - lib/nanoc.rb - lib/nanoc/base.rb - lib/nanoc/base/checksummer.rb - lib/nanoc/base/compilation/checksum_store.rb - lib/nanoc/base/compilation/compiled_content_cache.rb - lib/nanoc/base/compilation/compiler.rb - lib/nanoc/base/compilation/compiler_dsl.rb - lib/nanoc/base/compilation/dependency_tracker.rb - lib/nanoc/base/compilation/filter.rb - lib/nanoc/base/compilation/item_rep_proxy.rb - lib/nanoc/base/compilation/item_rep_recorder_proxy.rb - lib/nanoc/base/compilation/outdatedness_checker.rb - lib/nanoc/base/compilation/outdatedness_reasons.rb - lib/nanoc/base/compilation/rule.rb - lib/nanoc/base/compilation/rule_context.rb - lib/nanoc/base/compilation/rule_memory_calculator.rb - lib/nanoc/base/compilation/rule_memory_store.rb - lib/nanoc/base/compilation/rules_collection.rb - lib/nanoc/base/context.rb - lib/nanoc/base/core_ext.rb - lib/nanoc/base/core_ext/array.rb - lib/nanoc/base/core_ext/hash.rb - lib/nanoc/base/core_ext/pathname.rb - lib/nanoc/base/core_ext/string.rb - lib/nanoc/base/directed_graph.rb - lib/nanoc/base/errors.rb - lib/nanoc/base/memoization.rb - lib/nanoc/base/notification_center.rb - lib/nanoc/base/plugin_registry.rb - lib/nanoc/base/result_data/item_rep.rb - lib/nanoc/base/source_data/code_snippet.rb - lib/nanoc/base/source_data/configuration.rb - lib/nanoc/base/source_data/data_source.rb - lib/nanoc/base/source_data/item.rb - lib/nanoc/base/source_data/item_array.rb - lib/nanoc/base/source_data/layout.rb - lib/nanoc/base/source_data/site.rb - lib/nanoc/base/store.rb - lib/nanoc/base/temp_filename_factory.rb - lib/nanoc/cli.rb - lib/nanoc/cli/ansi_string_colorizer.rb - lib/nanoc/cli/cleaning_stream.rb - lib/nanoc/cli/command_runner.rb - lib/nanoc/cli/commands/autocompile.rb - lib/nanoc/cli/commands/check.rb - lib/nanoc/cli/commands/compile.rb - lib/nanoc/cli/commands/create-item.rb - lib/nanoc/cli/commands/create-layout.rb - lib/nanoc/cli/commands/create-site.rb - lib/nanoc/cli/commands/deploy.rb - lib/nanoc/cli/commands/nanoc.rb - lib/nanoc/cli/commands/prune.rb - lib/nanoc/cli/commands/shell.rb - lib/nanoc/cli/commands/show-data.rb - lib/nanoc/cli/commands/show-plugins.rb - lib/nanoc/cli/commands/show-rules.rb - lib/nanoc/cli/commands/sync.rb - lib/nanoc/cli/commands/update.rb - lib/nanoc/cli/commands/validate-css.rb - lib/nanoc/cli/commands/validate-html.rb - lib/nanoc/cli/commands/validate-links.rb - lib/nanoc/cli/commands/view.rb - lib/nanoc/cli/commands/watch.rb - lib/nanoc/cli/error_handler.rb - lib/nanoc/cli/logger.rb - lib/nanoc/cli/stream_cleaners.rb - lib/nanoc/cli/stream_cleaners/abstract.rb - lib/nanoc/cli/stream_cleaners/ansi_colors.rb - lib/nanoc/cli/stream_cleaners/utf8.rb - lib/nanoc/data_sources.rb - lib/nanoc/data_sources/deprecated/delicious.rb - lib/nanoc/data_sources/deprecated/last_fm.rb - lib/nanoc/data_sources/deprecated/twitter.rb - lib/nanoc/data_sources/filesystem.rb - lib/nanoc/data_sources/filesystem_unified.rb - lib/nanoc/data_sources/filesystem_verbose.rb - lib/nanoc/data_sources/static.rb - lib/nanoc/extra.rb - lib/nanoc/extra/auto_compiler.rb - lib/nanoc/extra/checking.rb - lib/nanoc/extra/checking/check.rb - lib/nanoc/extra/checking/checks.rb - lib/nanoc/extra/checking/checks/css.rb - lib/nanoc/extra/checking/checks/external_links.rb - lib/nanoc/extra/checking/checks/html.rb - lib/nanoc/extra/checking/checks/internal_links.rb - lib/nanoc/extra/checking/checks/stale.rb - lib/nanoc/extra/checking/dsl.rb - lib/nanoc/extra/checking/issue.rb - lib/nanoc/extra/checking/runner.rb - lib/nanoc/extra/chick.rb - lib/nanoc/extra/core_ext.rb - lib/nanoc/extra/core_ext/pathname.rb - lib/nanoc/extra/core_ext/time.rb - lib/nanoc/extra/deployer.rb - lib/nanoc/extra/deployers.rb - lib/nanoc/extra/deployers/fog.rb - lib/nanoc/extra/deployers/rsync.rb - lib/nanoc/extra/file_proxy.rb - lib/nanoc/extra/filesystem_tools.rb - lib/nanoc/extra/jruby_nokogiri_warner.rb - lib/nanoc/extra/link_collector.rb - lib/nanoc/extra/piper.rb - lib/nanoc/extra/pruner.rb - lib/nanoc/extra/validators.rb - lib/nanoc/extra/validators/links.rb - lib/nanoc/extra/validators/w3c.rb - lib/nanoc/extra/vcs.rb - lib/nanoc/extra/vcses.rb - lib/nanoc/extra/vcses/bazaar.rb - lib/nanoc/extra/vcses/dummy.rb - lib/nanoc/extra/vcses/git.rb - lib/nanoc/extra/vcses/mercurial.rb - lib/nanoc/extra/vcses/subversion.rb - lib/nanoc/filters.rb - lib/nanoc/filters/asciidoc.rb - lib/nanoc/filters/bluecloth.rb - lib/nanoc/filters/coderay.rb - lib/nanoc/filters/coffeescript.rb - lib/nanoc/filters/colorize_syntax.rb - lib/nanoc/filters/erb.rb - lib/nanoc/filters/erubis.rb - lib/nanoc/filters/haml.rb - lib/nanoc/filters/handlebars.rb - lib/nanoc/filters/kramdown.rb - lib/nanoc/filters/less.rb - lib/nanoc/filters/markaby.rb - lib/nanoc/filters/maruku.rb - lib/nanoc/filters/mustache.rb - lib/nanoc/filters/pandoc.rb - lib/nanoc/filters/rainpress.rb - lib/nanoc/filters/rdiscount.rb - lib/nanoc/filters/rdoc.rb - lib/nanoc/filters/redcarpet.rb - lib/nanoc/filters/redcloth.rb - lib/nanoc/filters/relativize_paths.rb - lib/nanoc/filters/rubypants.rb - lib/nanoc/filters/sass.rb - lib/nanoc/filters/sass/sass_filesystem_importer.rb - lib/nanoc/filters/slim.rb - lib/nanoc/filters/typogruby.rb - lib/nanoc/filters/uglify_js.rb - lib/nanoc/filters/xsl.rb - lib/nanoc/filters/yui_compressor.rb - lib/nanoc/helpers.rb - lib/nanoc/helpers/blogging.rb - lib/nanoc/helpers/breadcrumbs.rb - lib/nanoc/helpers/capturing.rb - lib/nanoc/helpers/filtering.rb - lib/nanoc/helpers/html_escape.rb - lib/nanoc/helpers/link_to.rb - lib/nanoc/helpers/rendering.rb - lib/nanoc/helpers/tagging.rb - lib/nanoc/helpers/text.rb - lib/nanoc/helpers/xml_sitemap.rb - lib/nanoc/tasks.rb - lib/nanoc/tasks/clean.rake - lib/nanoc/tasks/clean.rb - lib/nanoc/tasks/deploy/rsync.rake - lib/nanoc/tasks/validate.rake - lib/nanoc/version.rb - lib/nanoc3.rb - lib/nanoc3/cli.rb - lib/nanoc3/tasks.rb - nanoc.gemspec - tasks/doc.rake - tasks/rubocop.rake - tasks/test.rake - test/base/checksummer_spec.rb - test/base/core_ext/array_spec.rb - test/base/core_ext/hash_spec.rb - test/base/core_ext/pathname_spec.rb - test/base/core_ext/string_spec.rb - test/base/temp_filename_factory_spec.rb - test/base/test_checksum_store.rb - test/base/test_code_snippet.rb - test/base/test_compiler.rb - test/base/test_compiler_dsl.rb - test/base/test_context.rb - test/base/test_data_source.rb - test/base/test_dependency_tracker.rb - test/base/test_directed_graph.rb - test/base/test_filter.rb - test/base/test_item.rb - test/base/test_item_array.rb - test/base/test_item_rep.rb - test/base/test_layout.rb - test/base/test_memoization.rb - test/base/test_notification_center.rb - test/base/test_outdatedness_checker.rb - test/base/test_plugin.rb - test/base/test_rule.rb - test/base/test_rule_context.rb - test/base/test_site.rb - test/base/test_store.rb - test/cli/commands/test_check.rb - test/cli/commands/test_compile.rb - test/cli/commands/test_create_item.rb - test/cli/commands/test_create_layout.rb - test/cli/commands/test_create_site.rb - test/cli/commands/test_deploy.rb - test/cli/commands/test_help.rb - test/cli/commands/test_info.rb - test/cli/commands/test_prune.rb - test/cli/commands/test_sync.rb - test/cli/commands/test_update.rb - test/cli/commands/test_watch.rb - test/cli/test_cleaning_stream.rb - test/cli/test_cli.rb - test/cli/test_error_handler.rb - test/cli/test_logger.rb - test/data_sources/test_filesystem.rb - test/data_sources/test_filesystem_unified.rb - test/data_sources/test_filesystem_verbose.rb - test/data_sources/test_static.rb - test/extra/checking/checks/test_css.rb - test/extra/checking/checks/test_external_links.rb - test/extra/checking/checks/test_html.rb - test/extra/checking/checks/test_internal_links.rb - test/extra/checking/checks/test_stale.rb - test/extra/checking/test_check.rb - test/extra/checking/test_dsl.rb - test/extra/checking/test_runner.rb - test/extra/core_ext/test_pathname.rb - test/extra/core_ext/test_time.rb - test/extra/deployers/test_fog.rb - test/extra/deployers/test_rsync.rb - test/extra/test_auto_compiler.rb - test/extra/test_file_proxy.rb - test/extra/test_filesystem_tools.rb - test/extra/test_link_collector.rb - test/extra/test_piper.rb - test/extra/test_vcs.rb - test/extra/validators/test_links.rb - test/extra/validators/test_w3c.rb - test/filters/test_asciidoc.rb - test/filters/test_bluecloth.rb - test/filters/test_coderay.rb - test/filters/test_coffeescript.rb - test/filters/test_colorize_syntax.rb - test/filters/test_erb.rb - test/filters/test_erubis.rb - test/filters/test_haml.rb - test/filters/test_handlebars.rb - test/filters/test_kramdown.rb - test/filters/test_less.rb - test/filters/test_markaby.rb - test/filters/test_maruku.rb - test/filters/test_mustache.rb - test/filters/test_pandoc.rb - test/filters/test_rainpress.rb - test/filters/test_rdiscount.rb - test/filters/test_rdoc.rb - test/filters/test_redcarpet.rb - test/filters/test_redcloth.rb - test/filters/test_relativize_paths.rb - test/filters/test_rubypants.rb - test/filters/test_sass.rb - test/filters/test_slim.rb - test/filters/test_typogruby.rb - test/filters/test_uglify_js.rb - test/filters/test_xsl.rb - test/filters/test_yui_compressor.rb - test/fixtures/vcr_cassettes/css_run_error.yml - test/fixtures/vcr_cassettes/css_run_ok.yml - test/fixtures/vcr_cassettes/css_run_parse_error.yml - test/fixtures/vcr_cassettes/html_run_error.yml - test/fixtures/vcr_cassettes/html_run_ok.yml - test/gem_loader.rb - test/helper.rb - test/helpers/test_blogging.rb - test/helpers/test_breadcrumbs.rb - test/helpers/test_capturing.rb - test/helpers/test_filtering.rb - test/helpers/test_html_escape.rb - test/helpers/test_link_to.rb - test/helpers/test_rendering.rb - test/helpers/test_tagging.rb - test/helpers/test_text.rb - test/helpers/test_xml_sitemap.rb - test/tasks/test_clean.rb - test/test_gem.rb homepage: http://nanoc.ws/ licenses: - MIT metadata: {} post_install_message: rdoc_options: - "--main" - README.md require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.9.3 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.4.5 signing_key: specification_version: 4 summary: a web publishing system written in Ruby for building small to medium-sized websites. test_files: [] has_rdoc: