--- !ruby/object:Gem::Specification name: nanoc3 version: !ruby/object:Gem::Version hash: 15 prerelease: segments: - 3 - 2 - 0 version: 3.2.0 platform: ruby authors: - Denis Defreyne autorequire: bindir: bin cert_chain: [] date: 2011-07-24 00:00:00 +02:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: cri prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 3 segments: - 2 - 0 version: "2.0" type: :runtime version_requirements: *id001 - !ruby/object:Gem::Dependency name: minitest prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :development version_requirements: *id002 - !ruby/object:Gem::Dependency name: mocha prerelease: false requirement: &id003 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :development version_requirements: *id003 - !ruby/object:Gem::Dependency name: rdiscount prerelease: false requirement: &id004 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :development version_requirements: *id004 - !ruby/object:Gem::Dependency name: yard prerelease: false requirement: &id005 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :development version_requirements: *id005 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 \xE2\x80\x9Ccompiles\xE2\x80\x9D the local source files into HTML (usually), by evaluating eRuby, Markdown, etc." email: denis.defreyne@stoneship.org executables: - nanoc3 extensions: [] extra_rdoc_files: - ChangeLog - LICENSE - README.md - NEWS.md files: - ChangeLog - LICENSE - NEWS.md - Rakefile - README.md - doc/yardoc_templates/default/layout/html/footer.erb - bin/nanoc3 - lib/nanoc3/base/compilation/checksum_store.rb - lib/nanoc3/base/compilation/compiled_content_cache.rb - lib/nanoc3/base/compilation/compiler.rb - lib/nanoc3/base/compilation/compiler_dsl.rb - lib/nanoc3/base/compilation/dependency_tracker.rb - lib/nanoc3/base/compilation/filter.rb - lib/nanoc3/base/compilation/item_rep_proxy.rb - lib/nanoc3/base/compilation/item_rep_recorder_proxy.rb - lib/nanoc3/base/compilation/outdatedness_checker.rb - lib/nanoc3/base/compilation/outdatedness_reasons.rb - lib/nanoc3/base/compilation/rule.rb - lib/nanoc3/base/compilation/rule_context.rb - lib/nanoc3/base/compilation/rule_memory_calculator.rb - lib/nanoc3/base/compilation/rule_memory_store.rb - lib/nanoc3/base/compilation/rules_collection.rb - lib/nanoc3/base/context.rb - lib/nanoc3/base/core_ext/array.rb - lib/nanoc3/base/core_ext/hash.rb - lib/nanoc3/base/core_ext/pathname.rb - lib/nanoc3/base/core_ext/string.rb - lib/nanoc3/base/core_ext.rb - lib/nanoc3/base/directed_graph.rb - lib/nanoc3/base/errors.rb - lib/nanoc3/base/memoization.rb - lib/nanoc3/base/notification_center.rb - lib/nanoc3/base/ordered_hash.rb - lib/nanoc3/base/plugin_registry.rb - lib/nanoc3/base/result_data/item_rep.rb - lib/nanoc3/base/source_data/code_snippet.rb - lib/nanoc3/base/source_data/configuration.rb - lib/nanoc3/base/source_data/data_source.rb - lib/nanoc3/base/source_data/item.rb - lib/nanoc3/base/source_data/layout.rb - lib/nanoc3/base/source_data/site.rb - lib/nanoc3/base/store.rb - lib/nanoc3/base.rb - lib/nanoc3/cli/command.rb - lib/nanoc3/cli/commands/autocompile.rb - lib/nanoc3/cli/commands/compile.rb - lib/nanoc3/cli/commands/create_item.rb - lib/nanoc3/cli/commands/create_layout.rb - lib/nanoc3/cli/commands/create_site.rb - lib/nanoc3/cli/commands/debug.rb - lib/nanoc3/cli/commands/info.rb - lib/nanoc3/cli/commands/nanoc.rb - lib/nanoc3/cli/commands/update.rb - lib/nanoc3/cli/commands/view.rb - lib/nanoc3/cli/commands/watch.rb - lib/nanoc3/cli/error_handler.rb - lib/nanoc3/cli/logger.rb - lib/nanoc3/cli.rb - lib/nanoc3/data_sources/deprecated/delicious.rb - lib/nanoc3/data_sources/deprecated/last_fm.rb - lib/nanoc3/data_sources/deprecated/twitter.rb - lib/nanoc3/data_sources/filesystem.rb - lib/nanoc3/data_sources/filesystem_unified.rb - lib/nanoc3/data_sources/filesystem_verbose.rb - lib/nanoc3/data_sources.rb - lib/nanoc3/extra/auto_compiler.rb - lib/nanoc3/extra/chick.rb - lib/nanoc3/extra/core_ext/enumerable.rb - lib/nanoc3/extra/core_ext/time.rb - lib/nanoc3/extra/core_ext.rb - lib/nanoc3/extra/deployers/rsync.rb - lib/nanoc3/extra/deployers.rb - lib/nanoc3/extra/file_proxy.rb - lib/nanoc3/extra/validators/links.rb - lib/nanoc3/extra/validators/w3c.rb - lib/nanoc3/extra/validators.rb - lib/nanoc3/extra/vcs.rb - lib/nanoc3/extra/vcses/bazaar.rb - lib/nanoc3/extra/vcses/dummy.rb - lib/nanoc3/extra/vcses/git.rb - lib/nanoc3/extra/vcses/mercurial.rb - lib/nanoc3/extra/vcses/subversion.rb - lib/nanoc3/extra/vcses.rb - lib/nanoc3/extra.rb - lib/nanoc3/filters/asciidoc.rb - lib/nanoc3/filters/bluecloth.rb - lib/nanoc3/filters/coderay.rb - lib/nanoc3/filters/colorize_syntax.rb - lib/nanoc3/filters/erb.rb - lib/nanoc3/filters/erubis.rb - lib/nanoc3/filters/haml.rb - lib/nanoc3/filters/kramdown.rb - lib/nanoc3/filters/less.rb - lib/nanoc3/filters/markaby.rb - lib/nanoc3/filters/maruku.rb - lib/nanoc3/filters/mustache.rb - lib/nanoc3/filters/rainpress.rb - lib/nanoc3/filters/rdiscount.rb - lib/nanoc3/filters/rdoc.rb - lib/nanoc3/filters/redcarpet.rb - lib/nanoc3/filters/redcloth.rb - lib/nanoc3/filters/relativize_paths.rb - lib/nanoc3/filters/rubypants.rb - lib/nanoc3/filters/sass.rb - lib/nanoc3/filters/slim.rb - lib/nanoc3/filters/typogruby.rb - lib/nanoc3/filters/uglify_js.rb - lib/nanoc3/filters.rb - lib/nanoc3/helpers/blogging.rb - lib/nanoc3/helpers/breadcrumbs.rb - lib/nanoc3/helpers/capturing.rb - lib/nanoc3/helpers/filtering.rb - lib/nanoc3/helpers/html_escape.rb - lib/nanoc3/helpers/link_to.rb - lib/nanoc3/helpers/rendering.rb - lib/nanoc3/helpers/tagging.rb - lib/nanoc3/helpers/text.rb - lib/nanoc3/helpers/xml_sitemap.rb - lib/nanoc3/helpers.rb - lib/nanoc3/tasks/clean.rake - lib/nanoc3/tasks/clean.rb - lib/nanoc3/tasks/deploy/rsync.rake - lib/nanoc3/tasks/validate.rake - lib/nanoc3/tasks.rb - lib/nanoc3.rb - tasks/doc.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/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_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/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_help.rb - test/cli/commands/test_info.rb - test/cli/commands/test_update.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/extra/core_ext/test_enumerable.rb - test/extra/core_ext/test_time.rb - test/extra/deployers/test_rsync.rb - test/extra/test_auto_compiler.rb - test/extra/test_file_proxy.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_colorize_syntax.rb - test/filters/test_erb.rb - test/filters/test_erubis.rb - test/filters/test_haml.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_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/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 - nanoc3.gemspec - .gemtest has_rdoc: true homepage: http://nanoc.stoneship.org/ licenses: [] post_install_message: | ------------------------------------------------------------------------------ Thanks for installing nanoc 3.2! Here are some resources to help you get started: * The web site at * The tutorial at * The manual at If you have questions, issues or simply want to share ideas, join the discussion at or stop by in the IRC channel on irc.freenode.net, channel #nanoc. See you there! Enjoy! ------------------------------------------------------------------------------ rdoc_options: - --main - README.md require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.6.2 signing_key: specification_version: 3 summary: a web publishing system written in Ruby for building small to medium-sized websites. test_files: []