--- !ruby/object:Gem::Specification name: nanoc version: !ruby/object:Gem::Version version: 4.1.4 platform: ruby authors: - Denis Defreyne autorequire: bindir: bin cert_chain: [] date: 2016-02-13 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 static-site generator focused on flexibility. It transforms content from a format such as Markdown or AsciiDoc into another format, usually HTML, and lays out pages consistently to retain the site’s look and feel throughout. Static sites built with Nanoc can be deployed to any web server. email: denis.defreyne@stoneship.org executables: - nanoc extensions: [] extra_rdoc_files: - ChangeLog - LICENSE - README.md - NEWS.md files: - CONTRIBUTING.md - ChangeLog - Gemfile - Gemfile.lock - Guardfile - 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/compiler.rb - lib/nanoc/base/compilation/dependency_tracker.rb - lib/nanoc/base/compilation/filter.rb - lib/nanoc/base/compilation/item_rep_repo.rb - lib/nanoc/base/compilation/outdatedness_checker.rb - lib/nanoc/base/compilation/outdatedness_reasons.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/entities.rb - lib/nanoc/base/entities/code_snippet.rb - lib/nanoc/base/entities/configuration.rb - lib/nanoc/base/entities/content.rb - lib/nanoc/base/entities/document.rb - lib/nanoc/base/entities/identifiable_collection.rb - lib/nanoc/base/entities/identifier.rb - lib/nanoc/base/entities/item.rb - lib/nanoc/base/entities/item_rep.rb - lib/nanoc/base/entities/layout.rb - lib/nanoc/base/entities/pattern.rb - lib/nanoc/base/entities/rule_memory.rb - lib/nanoc/base/entities/rule_memory_action.rb - lib/nanoc/base/entities/rule_memory_actions.rb - lib/nanoc/base/entities/rule_memory_actions/filter.rb - lib/nanoc/base/entities/rule_memory_actions/layout.rb - lib/nanoc/base/entities/rule_memory_actions/snapshot.rb - lib/nanoc/base/entities/site.rb - lib/nanoc/base/entities/snapshot_def.rb - lib/nanoc/base/error.rb - lib/nanoc/base/errors.rb - lib/nanoc/base/memoization.rb - lib/nanoc/base/plugin_registry.rb - lib/nanoc/base/repos.rb - lib/nanoc/base/repos/checksum_store.rb - lib/nanoc/base/repos/compiled_content_cache.rb - lib/nanoc/base/repos/config_loader.rb - lib/nanoc/base/repos/data_source.rb - lib/nanoc/base/repos/dependency_store.rb - lib/nanoc/base/repos/rule_memory_store.rb - lib/nanoc/base/repos/site_loader.rb - lib/nanoc/base/repos/store.rb - lib/nanoc/base/services.rb - lib/nanoc/base/services/action_provider.rb - lib/nanoc/base/services/compiler_loader.rb - lib/nanoc/base/services/executor.rb - lib/nanoc/base/services/item_rep_builder.rb - lib/nanoc/base/services/item_rep_router.rb - lib/nanoc/base/services/item_rep_selector.rb - lib/nanoc/base/services/item_rep_writer.rb - lib/nanoc/base/services/notification_center.rb - lib/nanoc/base/services/temp_filename_factory.rb - lib/nanoc/base/views.rb - lib/nanoc/base/views/config_view.rb - lib/nanoc/base/views/identifiable_collection_view.rb - lib/nanoc/base/views/item_collection_with_reps_view.rb - lib/nanoc/base/views/item_collection_without_reps_view.rb - lib/nanoc/base/views/item_rep_collection_view.rb - lib/nanoc/base/views/item_rep_view.rb - lib/nanoc/base/views/item_with_reps_view.rb - lib/nanoc/base/views/item_without_reps_view.rb - lib/nanoc/base/views/layout_collection_view.rb - lib/nanoc/base/views/layout_view.rb - lib/nanoc/base/views/mixins/document_view_mixin.rb - lib/nanoc/base/views/mixins/mutable_document_view_mixin.rb - lib/nanoc/base/views/mixins/with_reps_view_mixin.rb - lib/nanoc/base/views/mutable_config_view.rb - lib/nanoc/base/views/mutable_identifiable_collection_view.rb - lib/nanoc/base/views/mutable_item_collection_view.rb - lib/nanoc/base/views/mutable_item_view.rb - lib/nanoc/base/views/mutable_layout_collection_view.rb - lib/nanoc/base/views/mutable_layout_view.rb - lib/nanoc/base/views/post_compile_item_collection_view.rb - lib/nanoc/base/views/post_compile_item_view.rb - lib/nanoc/base/views/site_view.rb - lib/nanoc/base/views/view.rb - lib/nanoc/base/views/view_context.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/check.rb - lib/nanoc/cli/commands/compile.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/view.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/filesystem.rb - lib/nanoc/data_sources/filesystem_unified.rb - lib/nanoc/extra.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/mixed_content.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/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/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/filters.rb - lib/nanoc/filters/asciidoc.rb - lib/nanoc/filters/bluecloth.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/rule_dsl.rb - lib/nanoc/rule_dsl/action_provider.rb - lib/nanoc/rule_dsl/compiler_dsl.rb - lib/nanoc/rule_dsl/recording_executor.rb - lib/nanoc/rule_dsl/rule.rb - lib/nanoc/rule_dsl/rule_context.rb - lib/nanoc/rule_dsl/rule_memory_calculator.rb - lib/nanoc/rule_dsl/rules_collection.rb - lib/nanoc/rule_dsl/rules_loader.rb - lib/nanoc/version.rb - nanoc.gemspec - tasks/doc.rake - tasks/rubocop.rake - tasks/test.rake - 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_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_site.rb - test/base/test_store.rb - test/cli/commands/test_check.rb - test/cli/commands/test_compile.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/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/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_mixed_content.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_filesystem_tools.rb - test/extra/test_link_collector.rb - test/extra/test_piper.rb - test/filters/test_asciidoc.rb - test/filters/test_bluecloth.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/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/rule_dsl/test_action_provider.rb - test/rule_dsl/test_compiler_dsl.rb - test/rule_dsl/test_rule.rb - test/rule_dsl/test_rules_collection.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: 2.1.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.5.2 signing_key: specification_version: 4 summary: A static-site generator with a focus on flexibility. test_files: [] has_rdoc: