--- !ruby/object:Gem::Specification
name: nanoc
version: !ruby/object:Gem::Version
version: 3.3.2
prerelease:
platform: ruby
authors:
- Denis Defreyne
autorequire:
bindir: bin
cert_chain: []
date: 2012-03-16 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: cri
requirement: &70355075174180 !ruby/object:Gem::Requirement
none: false
requirements:
- - ~>
- !ruby/object:Gem::Version
version: '2.2'
type: :runtime
prerelease: false
version_requirements: *70355075174180
- !ruby/object:Gem::Dependency
name: minitest
requirement: &70355075173560 !ruby/object:Gem::Requirement
none: false
requirements:
- - ! '>='
- !ruby/object:Gem::Version
version: '0'
type: :development
prerelease: false
version_requirements: *70355075173560
- !ruby/object:Gem::Dependency
name: mocha
requirement: &70355075172820 !ruby/object:Gem::Requirement
none: false
requirements:
- - ! '>='
- !ruby/object:Gem::Version
version: '0'
type: :development
prerelease: false
version_requirements: *70355075172820
- !ruby/object:Gem::Dependency
name: rake
requirement: &70355075309900 !ruby/object:Gem::Requirement
none: false
requirements:
- - ! '>='
- !ruby/object:Gem::Version
version: '0'
type: :development
prerelease: false
version_requirements: *70355075309900
- !ruby/object:Gem::Dependency
name: rdiscount
requirement: &70355075308600 !ruby/object:Gem::Requirement
none: false
requirements:
- - ! '>='
- !ruby/object:Gem::Version
version: '0'
type: :development
prerelease: false
version_requirements: *70355075308600
- !ruby/object:Gem::Dependency
name: yard
requirement: &70355075306460 !ruby/object:Gem::Requirement
none: false
requirements:
- - ! '>='
- !ruby/object:Gem::Version
version: '0'
type: :development
prerelease: false
version_requirements: *70355075306460
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:
- ChangeLog
- Gemfile
- Gemfile.lock
- LICENSE
- NEWS.md
- Rakefile
- README.md
- doc/yardoc_templates/default/layout/html/footer.erb
- bin/nanoc
- 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/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/core_ext.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/ordered_hash.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/layout.rb
- lib/nanoc/base/source_data/site.rb
- lib/nanoc/base/store.rb
- lib/nanoc/base.rb
- lib/nanoc/cli/command_runner.rb
- lib/nanoc/cli/commands/autocompile.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/debug.rb
- lib/nanoc/cli/commands/deploy.rb
- lib/nanoc/cli/commands/info.rb
- lib/nanoc/cli/commands/nanoc.rb
- lib/nanoc/cli/commands/prune.rb
- lib/nanoc/cli/commands/update.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.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.rb
- lib/nanoc/extra/auto_compiler.rb
- lib/nanoc/extra/chick.rb
- lib/nanoc/extra/core_ext/enumerable.rb
- lib/nanoc/extra/core_ext/pathname.rb
- lib/nanoc/extra/core_ext/time.rb
- lib/nanoc/extra/core_ext.rb
- lib/nanoc/extra/deployer.rb
- lib/nanoc/extra/deployers/fog.rb
- lib/nanoc/extra/deployers/rsync.rb
- lib/nanoc/extra/deployers.rb
- lib/nanoc/extra/file_proxy.rb
- lib/nanoc/extra/pruner.rb
- lib/nanoc/extra/validators/links.rb
- lib/nanoc/extra/validators/w3c.rb
- lib/nanoc/extra/validators.rb
- lib/nanoc/extra/vcs.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/extra/vcses.rb
- lib/nanoc/extra.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/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/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/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/filters.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/helpers.rb
- lib/nanoc/tasks/clean.rake
- lib/nanoc/tasks/clean.rb
- lib/nanoc/tasks/deploy/rsync.rake
- lib/nanoc/tasks/validate.rake
- lib/nanoc/tasks.rb
- lib/nanoc.rb
- lib/nanoc3/cli.rb
- 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_deploy.rb
- test/cli/commands/test_help.rb
- test/cli/commands/test_info.rb
- test/cli/commands/test_prune.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_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_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_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/filters/test_xsl.rb
- test/filters/test_yui_compressor.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
- nanoc.gemspec
- .gemtest
homepage: http://nanoc.stoneship.org/
licenses: []
post_install_message: ! '------------------------------------------------------------------------------
Thanks for installing nanoc 3.3! 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
version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
none: false
requirements:
- - ! '>='
- !ruby/object:Gem::Version
version: '0'
requirements: []
rubyforge_project:
rubygems_version: 1.8.17
signing_key:
specification_version: 3
summary: a web publishing system written in Ruby for building small to medium-sized
websites.
test_files: []
has_rdoc: