nanoc 4.8.12 → 4.8.13
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/NEWS.md +6 -0
- data/lib/nanoc/base/entities/document.rb +16 -1
- data/lib/nanoc/base/feature.rb +1 -1
- data/lib/nanoc/base/repos/action_sequence_store.rb +3 -3
- data/lib/nanoc/base/repos/checksum_store.rb +3 -3
- data/lib/nanoc/base/repos/compiled_content_cache.rb +3 -3
- data/lib/nanoc/base/repos/dependency_store.rb +3 -3
- data/lib/nanoc/base/repos/outdatedness_store.rb +3 -3
- data/lib/nanoc/base/repos/store.rb +3 -5
- data/lib/nanoc/base/services/compiler_loader.rb +5 -5
- data/lib/nanoc/base/views/mixins/mutable_document_view_mixin.rb +2 -14
- data/lib/nanoc/cli/commands/compile.rb +18 -0
- data/lib/nanoc/cli/commands/live.rb +1 -0
- data/lib/nanoc/cli/commands/view.rb +12 -35
- data/lib/nanoc/filters/redcarpet.rb +26 -65
- data/lib/nanoc/version.rb +1 -1
- metadata +2 -293
- data/.rspec +0 -3
- data/.rubocop.yml +0 -173
- data/Rakefile +0 -25
- data/nanoc.gemspec +0 -44
- data/nanoc.manifest +0 -543
- data/spec/contributors_spec.rb +0 -20
- data/spec/gem_spec.rb +0 -21
- data/spec/manifest_spec.rb +0 -22
- data/spec/nanoc/base/changes_stream_spec.rb +0 -45
- data/spec/nanoc/base/checksummer_spec.rb +0 -419
- data/spec/nanoc/base/compiler_spec.rb +0 -149
- data/spec/nanoc/base/core_ext/array_spec.rb +0 -35
- data/spec/nanoc/base/core_ext/hash_spec.rb +0 -41
- data/spec/nanoc/base/core_ext/string_spec.rb +0 -23
- data/spec/nanoc/base/directed_graph_spec.rb +0 -258
- data/spec/nanoc/base/entities/action_sequence_spec.rb +0 -297
- data/spec/nanoc/base/entities/code_snippet_spec.rb +0 -60
- data/spec/nanoc/base/entities/configuration_spec.rb +0 -132
- data/spec/nanoc/base/entities/content_spec.rb +0 -195
- data/spec/nanoc/base/entities/context_spec.rb +0 -26
- data/spec/nanoc/base/entities/document_spec.rb +0 -258
- data/spec/nanoc/base/entities/identifiable_collection_spec.rb +0 -209
- data/spec/nanoc/base/entities/identifier_spec.rb +0 -472
- data/spec/nanoc/base/entities/item_rep_spec.rb +0 -26
- data/spec/nanoc/base/entities/item_spec.rb +0 -13
- data/spec/nanoc/base/entities/layout_spec.rb +0 -13
- data/spec/nanoc/base/entities/lazy_value_spec.rb +0 -108
- data/spec/nanoc/base/entities/outdatedness_status_spec.rb +0 -115
- data/spec/nanoc/base/entities/pattern_spec.rb +0 -133
- data/spec/nanoc/base/entities/processing_action_spec.rb +0 -11
- data/spec/nanoc/base/entities/processing_actions/filter_spec.rb +0 -20
- data/spec/nanoc/base/entities/processing_actions/layout_spec.rb +0 -20
- data/spec/nanoc/base/entities/processing_actions/snapshot_spec.rb +0 -40
- data/spec/nanoc/base/entities/props_spec.rb +0 -413
- data/spec/nanoc/base/entities/site_spec.rb +0 -80
- data/spec/nanoc/base/errors/dependency_cycle_spec.rb +0 -35
- data/spec/nanoc/base/feature_spec.rb +0 -109
- data/spec/nanoc/base/filter_spec.rb +0 -166
- data/spec/nanoc/base/item_rep_writer_spec.rb +0 -140
- data/spec/nanoc/base/memoization_spec.rb +0 -108
- data/spec/nanoc/base/repos/aggregate_data_source_spec.rb +0 -87
- data/spec/nanoc/base/repos/checksum_store_spec.rb +0 -155
- data/spec/nanoc/base/repos/compiled_content_cache_spec.rb +0 -65
- data/spec/nanoc/base/repos/config_loader_spec.rb +0 -245
- data/spec/nanoc/base/repos/data_source_spec.rb +0 -95
- data/spec/nanoc/base/repos/dependency_store_spec.rb +0 -515
- data/spec/nanoc/base/repos/in_mem_data_source_spec.rb +0 -39
- data/spec/nanoc/base/repos/outdatedness_store_spec.rb +0 -72
- data/spec/nanoc/base/repos/prefixed_data_source_spec.rb +0 -39
- data/spec/nanoc/base/repos/site_loader_spec.rb +0 -264
- data/spec/nanoc/base/repos/snapshot_repo_spec.rb +0 -316
- data/spec/nanoc/base/repos/store_spec.rb +0 -93
- data/spec/nanoc/base/services/compiler/phases/abstract_spec.rb +0 -63
- data/spec/nanoc/base/services/compiler/phases/cache_spec.rb +0 -156
- data/spec/nanoc/base/services/compiler/stages/calculate_checksums_spec.rb +0 -74
- data/spec/nanoc/base/services/compiler/stages/cleanup_spec.rb +0 -88
- data/spec/nanoc/base/services/compiler/stages/compile_reps_spec.rb +0 -142
- data/spec/nanoc/base/services/compiler/stages/determine_outdatedness_spec.rb +0 -148
- data/spec/nanoc/base/services/compiler/stages/preprocess_spec.rb +0 -110
- data/spec/nanoc/base/services/dependency_tracker_spec.rb +0 -245
- data/spec/nanoc/base/services/executor_spec.rb +0 -686
- data/spec/nanoc/base/services/item_rep_router_spec.rb +0 -198
- data/spec/nanoc/base/services/item_rep_selector_spec.rb +0 -227
- data/spec/nanoc/base/services/notification_center_spec.rb +0 -25
- data/spec/nanoc/base/services/outdatedness_checker_spec.rb +0 -778
- data/spec/nanoc/base/services/outdatedness_rules_spec.rb +0 -495
- data/spec/nanoc/base/services/pruner_spec.rb +0 -116
- data/spec/nanoc/base/services/temp_filename_factory_spec.rb +0 -89
- data/spec/nanoc/base/views/basic_item_rep_collection_view_spec.rb +0 -8
- data/spec/nanoc/base/views/basic_item_rep_view_spec.rb +0 -9
- data/spec/nanoc/base/views/compilation_item_rep_collection_view_spec.rb +0 -8
- data/spec/nanoc/base/views/compilation_item_rep_view_spec.rb +0 -136
- data/spec/nanoc/base/views/config_view_spec.rb +0 -144
- data/spec/nanoc/base/views/item_collection_with_reps_view_spec.rb +0 -23
- data/spec/nanoc/base/views/item_collection_without_reps_view_spec.rb +0 -23
- data/spec/nanoc/base/views/item_view_spec.rb +0 -376
- data/spec/nanoc/base/views/layout_collection_view_spec.rb +0 -23
- data/spec/nanoc/base/views/layout_view_spec.rb +0 -18
- data/spec/nanoc/base/views/mutable_config_view_spec.rb +0 -18
- data/spec/nanoc/base/views/mutable_item_collection_view_spec.rb +0 -60
- data/spec/nanoc/base/views/mutable_item_view_spec.rb +0 -26
- data/spec/nanoc/base/views/mutable_layout_collection_view_spec.rb +0 -60
- data/spec/nanoc/base/views/mutable_layout_view_spec.rb +0 -17
- data/spec/nanoc/base/views/post_compile_item_rep_collection_view_spec.rb +0 -8
- data/spec/nanoc/base/views/post_compile_item_rep_view_spec.rb +0 -216
- data/spec/nanoc/base/views/post_compile_item_view_spec.rb +0 -58
- data/spec/nanoc/base/views/support/document_view_examples.rb +0 -340
- data/spec/nanoc/base/views/support/identifiable_collection_view_examples.rb +0 -277
- data/spec/nanoc/base/views/support/item_rep_collection_view_examples.rb +0 -140
- data/spec/nanoc/base/views/support/item_rep_view_examples.rb +0 -308
- data/spec/nanoc/base/views/support/mutable_document_view_examples.rb +0 -188
- data/spec/nanoc/base/views/support/mutable_identifiable_collection_view_examples.rb +0 -44
- data/spec/nanoc/checking/runner_spec.rb +0 -26
- data/spec/nanoc/cli/command_runner_spec.rb +0 -107
- data/spec/nanoc/cli/commands/compile/abstract_spec.rb +0 -80
- data/spec/nanoc/cli/commands/compile/diff_generator_spec.rb +0 -44
- data/spec/nanoc/cli/commands/compile/file_action_printer_spec.rb +0 -112
- data/spec/nanoc/cli/commands/compile/timing_recorder_spec.rb +0 -287
- data/spec/nanoc/cli/commands/compile_spec.rb +0 -45
- data/spec/nanoc/cli/commands/deploy_spec.rb +0 -329
- data/spec/nanoc/cli/commands/shell_spec.rb +0 -77
- data/spec/nanoc/cli/commands/show_data_spec.rb +0 -286
- data/spec/nanoc/cli/commands/show_plugins_spec.rb +0 -20
- data/spec/nanoc/cli/commands/show_rules_spec.rb +0 -118
- data/spec/nanoc/cli/commands/view_spec.rb +0 -75
- data/spec/nanoc/cli/error_handler_spec.rb +0 -43
- data/spec/nanoc/cli/stack_trace_writer_spec.rb +0 -156
- data/spec/nanoc/cli/stream_cleaners/utf8_spec.rb +0 -9
- data/spec/nanoc/cli_spec.rb +0 -44
- data/spec/nanoc/data_sources/filesystem_spec.rb +0 -128
- data/spec/nanoc/deploying/fog_spec.rb +0 -199
- data/spec/nanoc/deploying/git_spec.rb +0 -305
- data/spec/nanoc/extra/live_recompiler_spec.rb +0 -129
- data/spec/nanoc/extra/parallel_collection_spec.rb +0 -110
- data/spec/nanoc/filters/asciidoctor_spec.rb +0 -12
- data/spec/nanoc/filters/colorize_syntax/rouge_spec.rb +0 -155
- data/spec/nanoc/filters/less_spec.rb +0 -122
- data/spec/nanoc/helpers/blogging_spec.rb +0 -219
- data/spec/nanoc/helpers/breadcrumbs_spec.rb +0 -135
- data/spec/nanoc/helpers/capturing_spec.rb +0 -256
- data/spec/nanoc/helpers/child_parent_spec.rb +0 -76
- data/spec/nanoc/helpers/filtering_spec.rb +0 -77
- data/spec/nanoc/helpers/html_escape_spec.rb +0 -37
- data/spec/nanoc/helpers/link_to_spec.rb +0 -320
- data/spec/nanoc/helpers/rendering_spec.rb +0 -144
- data/spec/nanoc/helpers/tagging_spec.rb +0 -106
- data/spec/nanoc/helpers/text_spec.rb +0 -60
- data/spec/nanoc/integration/compile_command_spec.rb +0 -33
- data/spec/nanoc/integration/outdatedness_integration_spec.rb +0 -269
- data/spec/nanoc/integration/partial_recompilation_spec.rb +0 -50
- data/spec/nanoc/regressions/gh_1015_spec.rb +0 -19
- data/spec/nanoc/regressions/gh_1022_spec.rb +0 -26
- data/spec/nanoc/regressions/gh_1031_spec.rb +0 -56
- data/spec/nanoc/regressions/gh_1035_spec.rb +0 -35
- data/spec/nanoc/regressions/gh_1037a_spec.rb +0 -31
- data/spec/nanoc/regressions/gh_1037b_spec.rb +0 -20
- data/spec/nanoc/regressions/gh_1040_spec.rb +0 -24
- data/spec/nanoc/regressions/gh_1045_spec.rb +0 -50
- data/spec/nanoc/regressions/gh_1047_spec.rb +0 -30
- data/spec/nanoc/regressions/gh_1064_spec.rb +0 -20
- data/spec/nanoc/regressions/gh_1067_spec.rb +0 -36
- data/spec/nanoc/regressions/gh_1082a_spec.rb +0 -20
- data/spec/nanoc/regressions/gh_1082b_spec.rb +0 -22
- data/spec/nanoc/regressions/gh_1082c_spec.rb +0 -21
- data/spec/nanoc/regressions/gh_1082d_spec.rb +0 -19
- data/spec/nanoc/regressions/gh_1093_spec.rb +0 -51
- data/spec/nanoc/regressions/gh_1094_spec.rb +0 -24
- data/spec/nanoc/regressions/gh_1097_spec.rb +0 -23
- data/spec/nanoc/regressions/gh_1100_spec.rb +0 -22
- data/spec/nanoc/regressions/gh_1102_spec.rb +0 -28
- data/spec/nanoc/regressions/gh_1107_spec.rb +0 -15
- data/spec/nanoc/regressions/gh_1130_spec.rb +0 -21
- data/spec/nanoc/regressions/gh_1134_spec.rb +0 -29
- data/spec/nanoc/regressions/gh_1145_spec.rb +0 -18
- data/spec/nanoc/regressions/gh_1171_spec.rb +0 -57
- data/spec/nanoc/regressions/gh_1185_spec.rb +0 -22
- data/spec/nanoc/regressions/gh_1216_spec.rb +0 -91
- data/spec/nanoc/regressions/gh_1248_spec.rb +0 -24
- data/spec/nanoc/regressions/gh_761_spec.rb +0 -25
- data/spec/nanoc/regressions/gh_767_spec.rb +0 -21
- data/spec/nanoc/regressions/gh_769_spec.rb +0 -32
- data/spec/nanoc/regressions/gh_776_spec.rb +0 -42
- data/spec/nanoc/regressions/gh_787_spec.rb +0 -21
- data/spec/nanoc/regressions/gh_795_spec.rb +0 -21
- data/spec/nanoc/regressions/gh_804_spec.rb +0 -28
- data/spec/nanoc/regressions/gh_807_spec.rb +0 -19
- data/spec/nanoc/regressions/gh_809_spec.rb +0 -19
- data/spec/nanoc/regressions/gh_813_spec.rb +0 -24
- data/spec/nanoc/regressions/gh_815_spec.rb +0 -20
- data/spec/nanoc/regressions/gh_828_spec.rb +0 -25
- data/spec/nanoc/regressions/gh_833_spec.rb +0 -16
- data/spec/nanoc/regressions/gh_841_spec.rb +0 -17
- data/spec/nanoc/regressions/gh_867_spec.rb +0 -17
- data/spec/nanoc/regressions/gh_882_spec.rb +0 -31
- data/spec/nanoc/regressions/gh_885_spec.rb +0 -32
- data/spec/nanoc/regressions/gh_891_spec.rb +0 -28
- data/spec/nanoc/regressions/gh_913_spec.rb +0 -26
- data/spec/nanoc/regressions/gh_924_spec.rb +0 -91
- data/spec/nanoc/regressions/gh_928_spec.rb +0 -7
- data/spec/nanoc/regressions/gh_937_spec.rb +0 -27
- data/spec/nanoc/regressions/gh_942_spec.rb +0 -23
- data/spec/nanoc/regressions/gh_947_spec.rb +0 -23
- data/spec/nanoc/regressions/gh_948_spec.rb +0 -18
- data/spec/nanoc/regressions/gh_951_spec.rb +0 -21
- data/spec/nanoc/regressions/gh_954_spec.rb +0 -35
- data/spec/nanoc/regressions/gh_970a_spec.rb +0 -19
- data/spec/nanoc/regressions/gh_970b_spec.rb +0 -52
- data/spec/nanoc/regressions/gh_974_spec.rb +0 -19
- data/spec/nanoc/regressions/gh_981_spec.rb +0 -23
- data/spec/nanoc/rule_dsl/action_sequence_calculator_spec.rb +0 -230
- data/spec/nanoc/rule_dsl/recording_executor_spec.rb +0 -145
- data/spec/nanoc/rule_dsl/rule_context_spec.rb +0 -251
- data/spec/nanoc/rule_dsl/rule_spec.rb +0 -111
- data/spec/nanoc/rule_dsl/rules_collection_spec.rb +0 -301
- data/spec/nanoc/spec_spec.rb +0 -70
- data/spec/nanoc/telemetry/counter_spec.rb +0 -20
- data/spec/nanoc/telemetry/labelled_counter_spec.rb +0 -94
- data/spec/nanoc/telemetry/labelled_summary_spec.rb +0 -78
- data/spec/nanoc/telemetry/stopwatch_spec.rb +0 -63
- data/spec/nanoc/telemetry/summary_spec.rb +0 -68
- data/spec/nanoc/telemetry/table_spec.rb +0 -22
- data/spec/nanoc/telemetry_spec.rb +0 -28
- data/spec/regression_filenames_spec.rb +0 -18
- data/spec/spec_helper.rb +0 -371
- data/test/base/test_compiler.rb +0 -389
- data/test/base/test_filter.rb +0 -73
- data/test/base/test_site.rb +0 -146
- data/test/checking/checks/test_css.rb +0 -66
- data/test/checking/checks/test_external_links.rb +0 -88
- data/test/checking/checks/test_html.rb +0 -47
- data/test/checking/checks/test_internal_links.rb +0 -118
- data/test/checking/checks/test_mixed_content.rb +0 -190
- data/test/checking/checks/test_stale.rb +0 -69
- data/test/checking/test_check.rb +0 -22
- data/test/checking/test_dsl.rb +0 -35
- data/test/checking/test_runner.rb +0 -45
- data/test/cli/commands/test_check.rb +0 -20
- data/test/cli/commands/test_compile.rb +0 -199
- data/test/cli/commands/test_create_site.rb +0 -126
- data/test/cli/commands/test_help.rb +0 -10
- data/test/cli/commands/test_prune.rb +0 -157
- data/test/cli/test_cleaning_stream.rb +0 -97
- data/test/cli/test_cli.rb +0 -195
- data/test/cli/test_error_handler.rb +0 -102
- data/test/cli/test_logger.rb +0 -7
- data/test/data_sources/test_filesystem.rb +0 -1033
- data/test/data_sources/test_filesystem_tools.rb +0 -146
- data/test/deploying/test_fog.rb +0 -117
- data/test/deploying/test_git.rb +0 -263
- data/test/deploying/test_rsync.rb +0 -94
- data/test/extra/core_ext/test_time.rb +0 -17
- data/test/extra/test_link_collector.rb +0 -110
- data/test/extra/test_piper.rb +0 -48
- data/test/filters/colorize_syntax/test_coderay.rb +0 -247
- data/test/filters/colorize_syntax/test_common.rb +0 -109
- data/test/filters/colorize_syntax/test_pygmentize.rb +0 -39
- data/test/filters/colorize_syntax/test_pygments.rb +0 -21
- data/test/filters/colorize_syntax/test_simon.rb +0 -24
- data/test/filters/test_asciidoc.rb +0 -16
- data/test/filters/test_bluecloth.rb +0 -16
- data/test/filters/test_coffeescript.rb +0 -16
- data/test/filters/test_erb.rb +0 -107
- data/test/filters/test_erubi.rb +0 -75
- data/test/filters/test_erubis.rb +0 -76
- data/test/filters/test_haml.rb +0 -94
- data/test/filters/test_handlebars.rb +0 -61
- data/test/filters/test_kramdown.rb +0 -56
- data/test/filters/test_markaby.rb +0 -16
- data/test/filters/test_maruku.rb +0 -16
- data/test/filters/test_mustache.rb +0 -43
- data/test/filters/test_pandoc.rb +0 -47
- data/test/filters/test_rainpress.rb +0 -27
- data/test/filters/test_rdiscount.rb +0 -30
- data/test/filters/test_rdoc.rb +0 -14
- data/test/filters/test_redcarpet.rb +0 -111
- data/test/filters/test_redcloth.rb +0 -31
- data/test/filters/test_relativize_paths.rb +0 -887
- data/test/filters/test_rubypants.rb +0 -16
- data/test/filters/test_sass.rb +0 -315
- data/test/filters/test_slim.rb +0 -59
- data/test/filters/test_typogruby.rb +0 -18
- data/test/filters/test_uglify_js.rb +0 -30
- data/test/filters/test_xsl.rb +0 -192
- data/test/filters/test_yui_compressor.rb +0 -42
- data/test/fixtures/vcr_cassettes/css_run_error.yml +0 -70
- data/test/fixtures/vcr_cassettes/css_run_ok.yml +0 -60
- data/test/fixtures/vcr_cassettes/css_run_parse_error.yml +0 -70
- data/test/fixtures/vcr_cassettes/html_run_error.yml +0 -56
- data/test/fixtures/vcr_cassettes/html_run_ok.yml +0 -58
- data/test/helper.rb +0 -255
- data/test/helpers/test_blogging.rb +0 -684
- data/test/helpers/test_capturing.rb +0 -184
- data/test/helpers/test_link_to.rb +0 -57
- data/test/helpers/test_xml_sitemap.rb +0 -246
- data/test/rule_dsl/test_action_provider.rb +0 -80
- data/test/rule_dsl/test_compiler_dsl.rb +0 -448
- data/test/rule_dsl/test_rules_collection.rb +0 -93
data/Rakefile
DELETED
@@ -1,25 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'rubocop/rake_task'
|
4
|
-
require 'rspec/core/rake_task'
|
5
|
-
require 'rake/testtask'
|
6
|
-
require 'coveralls/rake/task'
|
7
|
-
|
8
|
-
RuboCop::RakeTask.new(:rubocop)
|
9
|
-
|
10
|
-
Coveralls::RakeTask.new
|
11
|
-
|
12
|
-
Rake::TestTask.new(:test_all) do |t|
|
13
|
-
t.test_files = Dir['test/**/test_*.rb']
|
14
|
-
t.libs << 'test'
|
15
|
-
t.verbose = false
|
16
|
-
end
|
17
|
-
|
18
|
-
RSpec::Core::RakeTask.new(:spec) do |t|
|
19
|
-
t.verbose = false
|
20
|
-
end
|
21
|
-
|
22
|
-
task test: %i[spec test_all rubocop]
|
23
|
-
task test_ci: %i[test coveralls:push]
|
24
|
-
|
25
|
-
task default: :test
|
data/nanoc.gemspec
DELETED
@@ -1,44 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require_relative 'lib/nanoc/version'
|
4
|
-
|
5
|
-
ignored_files = %w[
|
6
|
-
.github/CONTRIBUTING.md
|
7
|
-
.github/ISSUE_TEMPLATE.md
|
8
|
-
.github/PULL_REQUEST_TEMPLATE.md
|
9
|
-
.gitignore
|
10
|
-
.travis.yml
|
11
|
-
scripts/release
|
12
|
-
Gemfile
|
13
|
-
Guardfile
|
14
|
-
]
|
15
|
-
|
16
|
-
Gem::Specification.new do |s|
|
17
|
-
s.name = 'nanoc'
|
18
|
-
s.version = Nanoc::VERSION
|
19
|
-
s.homepage = 'http://nanoc.ws/'
|
20
|
-
s.summary = 'A static-site generator with a focus on flexibility.'
|
21
|
-
s.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.'
|
22
|
-
|
23
|
-
s.author = 'Denis Defreyne'
|
24
|
-
s.email = 'denis@stoneship.org'
|
25
|
-
s.license = 'MIT'
|
26
|
-
|
27
|
-
s.files = `git ls-files -z`.split("\x0") - ignored_files
|
28
|
-
s.executables = ['nanoc']
|
29
|
-
s.require_paths = ['lib']
|
30
|
-
|
31
|
-
s.rdoc_options = ['--main', 'README.md']
|
32
|
-
s.extra_rdoc_files = ['LICENSE', 'README.md', 'NEWS.md']
|
33
|
-
|
34
|
-
s.required_ruby_version = '>= 2.3.0'
|
35
|
-
|
36
|
-
s.add_runtime_dependency('addressable', '~> 2.5')
|
37
|
-
s.add_runtime_dependency('cri', '~> 2.8')
|
38
|
-
s.add_runtime_dependency('ddplugin', '~> 1.0')
|
39
|
-
s.add_runtime_dependency('hamster', '~> 3.0')
|
40
|
-
s.add_runtime_dependency('ref', '~> 2.0')
|
41
|
-
s.add_runtime_dependency('slow_enumerator_tools', '~> 1.0')
|
42
|
-
|
43
|
-
s.add_development_dependency('appraisal', '~> 2.1')
|
44
|
-
end
|
data/nanoc.manifest
DELETED
@@ -1,543 +0,0 @@
|
|
1
|
-
.rspec
|
2
|
-
.rubocop.yml
|
3
|
-
CODE_OF_CONDUCT.md
|
4
|
-
LICENSE
|
5
|
-
nanoc.gemspec
|
6
|
-
nanoc.manifest
|
7
|
-
NEWS.md
|
8
|
-
Rakefile
|
9
|
-
README.md
|
10
|
-
|
11
|
-
bin/nanoc
|
12
|
-
|
13
|
-
lib/nanoc.rb
|
14
|
-
lib/nanoc/base.rb
|
15
|
-
lib/nanoc/base/changes_stream.rb
|
16
|
-
lib/nanoc/base/contracts_support.rb
|
17
|
-
lib/nanoc/base/core_ext.rb
|
18
|
-
lib/nanoc/base/core_ext/array.rb
|
19
|
-
lib/nanoc/base/core_ext/hash.rb
|
20
|
-
lib/nanoc/base/core_ext/string.rb
|
21
|
-
lib/nanoc/base/entities.rb
|
22
|
-
lib/nanoc/base/entities/action_sequence.rb
|
23
|
-
lib/nanoc/base/entities/checksum_collection.rb
|
24
|
-
lib/nanoc/base/entities/code_snippet.rb
|
25
|
-
lib/nanoc/base/entities/configuration.rb
|
26
|
-
lib/nanoc/base/entities/content.rb
|
27
|
-
lib/nanoc/base/entities/context.rb
|
28
|
-
lib/nanoc/base/entities/dependency.rb
|
29
|
-
lib/nanoc/base/entities/directed_graph.rb
|
30
|
-
lib/nanoc/base/entities/document.rb
|
31
|
-
lib/nanoc/base/entities/identifiable_collection.rb
|
32
|
-
lib/nanoc/base/entities/identifier.rb
|
33
|
-
lib/nanoc/base/entities/item_collection.rb
|
34
|
-
lib/nanoc/base/entities/item_rep.rb
|
35
|
-
lib/nanoc/base/entities/item.rb
|
36
|
-
lib/nanoc/base/entities/layout_collection.rb
|
37
|
-
lib/nanoc/base/entities/layout.rb
|
38
|
-
lib/nanoc/base/entities/lazy_value.rb
|
39
|
-
lib/nanoc/base/entities/outdatedness_reasons.rb
|
40
|
-
lib/nanoc/base/entities/outdatedness_status.rb
|
41
|
-
lib/nanoc/base/entities/pattern.rb
|
42
|
-
lib/nanoc/base/entities/processing_action.rb
|
43
|
-
lib/nanoc/base/entities/processing_actions.rb
|
44
|
-
lib/nanoc/base/entities/processing_actions/filter.rb
|
45
|
-
lib/nanoc/base/entities/processing_actions/layout.rb
|
46
|
-
lib/nanoc/base/entities/processing_actions/snapshot.rb
|
47
|
-
lib/nanoc/base/entities/props.rb
|
48
|
-
lib/nanoc/base/entities/site.rb
|
49
|
-
lib/nanoc/base/entities/snapshot_def.rb
|
50
|
-
lib/nanoc/base/error.rb
|
51
|
-
lib/nanoc/base/errors.rb
|
52
|
-
lib/nanoc/base/feature.rb
|
53
|
-
lib/nanoc/base/memoization.rb
|
54
|
-
lib/nanoc/base/repos.rb
|
55
|
-
lib/nanoc/base/repos/action_sequence_store.rb
|
56
|
-
lib/nanoc/base/repos/aggregate_data_source.rb
|
57
|
-
lib/nanoc/base/repos/checksum_store.rb
|
58
|
-
lib/nanoc/base/repos/compiled_content_cache.rb
|
59
|
-
lib/nanoc/base/repos/config_loader.rb
|
60
|
-
lib/nanoc/base/repos/data_source.rb
|
61
|
-
lib/nanoc/base/repos/dependency_store.rb
|
62
|
-
lib/nanoc/base/repos/in_mem_data_source.rb
|
63
|
-
lib/nanoc/base/repos/item_rep_repo.rb
|
64
|
-
lib/nanoc/base/repos/outdatedness_store.rb
|
65
|
-
lib/nanoc/base/repos/prefixed_data_source.rb
|
66
|
-
lib/nanoc/base/repos/site_loader.rb
|
67
|
-
lib/nanoc/base/repos/snapshot_repo.rb
|
68
|
-
lib/nanoc/base/repos/store.rb
|
69
|
-
lib/nanoc/base/services.rb
|
70
|
-
lib/nanoc/base/services/action_provider.rb
|
71
|
-
lib/nanoc/base/services/action_sequence_builder.rb
|
72
|
-
lib/nanoc/base/services/checksummer.rb
|
73
|
-
lib/nanoc/base/services/compilation_context.rb
|
74
|
-
lib/nanoc/base/services/compiler_loader.rb
|
75
|
-
lib/nanoc/base/services/compiler.rb
|
76
|
-
lib/nanoc/base/services/compiler/phases.rb
|
77
|
-
lib/nanoc/base/services/compiler/phases/abstract.rb
|
78
|
-
lib/nanoc/base/services/compiler/phases/cache.rb
|
79
|
-
lib/nanoc/base/services/compiler/phases/mark_done.rb
|
80
|
-
lib/nanoc/base/services/compiler/phases/recalculate.rb
|
81
|
-
lib/nanoc/base/services/compiler/phases/resume.rb
|
82
|
-
lib/nanoc/base/services/compiler/phases/write.rb
|
83
|
-
lib/nanoc/base/services/compiler/stages.rb
|
84
|
-
lib/nanoc/base/services/compiler/stages/build_reps.rb
|
85
|
-
lib/nanoc/base/services/compiler/stages/calculate_checksums.rb
|
86
|
-
lib/nanoc/base/services/compiler/stages/cleanup.rb
|
87
|
-
lib/nanoc/base/services/compiler/stages/compile_reps.rb
|
88
|
-
lib/nanoc/base/services/compiler/stages/determine_outdatedness.rb
|
89
|
-
lib/nanoc/base/services/compiler/stages/forget_outdated_dependencies.rb
|
90
|
-
lib/nanoc/base/services/compiler/stages/load_stores.rb
|
91
|
-
lib/nanoc/base/services/compiler/stages/postprocess.rb
|
92
|
-
lib/nanoc/base/services/compiler/stages/preprocess.rb
|
93
|
-
lib/nanoc/base/services/compiler/stages/prune.rb
|
94
|
-
lib/nanoc/base/services/compiler/stages/store_post_compilation_state.rb
|
95
|
-
lib/nanoc/base/services/compiler/stages/store_pre_compilation_state.rb
|
96
|
-
lib/nanoc/base/services/dependency_tracker.rb
|
97
|
-
lib/nanoc/base/services/executor.rb
|
98
|
-
lib/nanoc/base/services/filter.rb
|
99
|
-
lib/nanoc/base/services/item_rep_builder.rb
|
100
|
-
lib/nanoc/base/services/item_rep_router.rb
|
101
|
-
lib/nanoc/base/services/item_rep_selector.rb
|
102
|
-
lib/nanoc/base/services/item_rep_writer.rb
|
103
|
-
lib/nanoc/base/services/notification_center.rb
|
104
|
-
lib/nanoc/base/services/outdatedness_checker.rb
|
105
|
-
lib/nanoc/base/services/outdatedness_rule.rb
|
106
|
-
lib/nanoc/base/services/outdatedness_rules.rb
|
107
|
-
lib/nanoc/base/services/outdatedness_rules/attributes_modified.rb
|
108
|
-
lib/nanoc/base/services/outdatedness_rules/code_snippets_modified.rb
|
109
|
-
lib/nanoc/base/services/outdatedness_rules/content_modified.rb
|
110
|
-
lib/nanoc/base/services/outdatedness_rules/item_collection_extended.rb
|
111
|
-
lib/nanoc/base/services/outdatedness_rules/layout_collection_extended.rb
|
112
|
-
lib/nanoc/base/services/outdatedness_rules/not_written.rb
|
113
|
-
lib/nanoc/base/services/outdatedness_rules/rules_modified.rb
|
114
|
-
lib/nanoc/base/services/outdatedness_rules/uses_always_outdated_filter.rb
|
115
|
-
lib/nanoc/base/services/pruner.rb
|
116
|
-
lib/nanoc/base/services/temp_filename_factory.rb
|
117
|
-
lib/nanoc/base/views.rb
|
118
|
-
lib/nanoc/base/views/basic_item_rep_collection_view.rb
|
119
|
-
lib/nanoc/base/views/basic_item_rep_view.rb
|
120
|
-
lib/nanoc/base/views/basic_item_view.rb
|
121
|
-
lib/nanoc/base/views/compilation_item_rep_collection_view.rb
|
122
|
-
lib/nanoc/base/views/compilation_item_rep_view.rb
|
123
|
-
lib/nanoc/base/views/compilation_item_view.rb
|
124
|
-
lib/nanoc/base/views/config_view.rb
|
125
|
-
lib/nanoc/base/views/identifiable_collection_view.rb
|
126
|
-
lib/nanoc/base/views/item_collection_with_reps_view.rb
|
127
|
-
lib/nanoc/base/views/item_collection_without_reps_view.rb
|
128
|
-
lib/nanoc/base/views/layout_collection_view.rb
|
129
|
-
lib/nanoc/base/views/layout_view.rb
|
130
|
-
lib/nanoc/base/views/mixins/document_view_mixin.rb
|
131
|
-
lib/nanoc/base/views/mixins/mutable_document_view_mixin.rb
|
132
|
-
lib/nanoc/base/views/mutable_config_view.rb
|
133
|
-
lib/nanoc/base/views/mutable_identifiable_collection_view.rb
|
134
|
-
lib/nanoc/base/views/mutable_item_collection_view.rb
|
135
|
-
lib/nanoc/base/views/mutable_item_view.rb
|
136
|
-
lib/nanoc/base/views/mutable_layout_collection_view.rb
|
137
|
-
lib/nanoc/base/views/mutable_layout_view.rb
|
138
|
-
lib/nanoc/base/views/post_compile_item_collection_view.rb
|
139
|
-
lib/nanoc/base/views/post_compile_item_rep_collection_view.rb
|
140
|
-
lib/nanoc/base/views/post_compile_item_rep_view.rb
|
141
|
-
lib/nanoc/base/views/post_compile_item_view.rb
|
142
|
-
lib/nanoc/base/views/view_context_for_compilation.rb
|
143
|
-
lib/nanoc/base/views/view_context_for_pre_compilation.rb
|
144
|
-
lib/nanoc/base/views/view_context_for_shell.rb
|
145
|
-
lib/nanoc/base/views/view.rb
|
146
|
-
lib/nanoc/checking.rb
|
147
|
-
lib/nanoc/checking/check.rb
|
148
|
-
lib/nanoc/checking/checks.rb
|
149
|
-
lib/nanoc/checking/checks/css.rb
|
150
|
-
lib/nanoc/checking/checks/external_links.rb
|
151
|
-
lib/nanoc/checking/checks/html.rb
|
152
|
-
lib/nanoc/checking/checks/internal_links.rb
|
153
|
-
lib/nanoc/checking/checks/mixed_content.rb
|
154
|
-
lib/nanoc/checking/checks/stale.rb
|
155
|
-
lib/nanoc/checking/checks/w3c_validator.rb
|
156
|
-
lib/nanoc/checking/dsl.rb
|
157
|
-
lib/nanoc/checking/issue.rb
|
158
|
-
lib/nanoc/checking/runner.rb
|
159
|
-
lib/nanoc/cli.rb
|
160
|
-
lib/nanoc/cli/ansi_string_colorizer.rb
|
161
|
-
lib/nanoc/cli/cleaning_stream.rb
|
162
|
-
lib/nanoc/cli/command_runner.rb
|
163
|
-
lib/nanoc/cli/commands/check.rb
|
164
|
-
lib/nanoc/cli/commands/compile_listeners/abstract.rb
|
165
|
-
lib/nanoc/cli/commands/compile_listeners/aggregate.rb
|
166
|
-
lib/nanoc/cli/commands/compile_listeners/debug_printer.rb
|
167
|
-
lib/nanoc/cli/commands/compile_listeners/diff_generator.rb
|
168
|
-
lib/nanoc/cli/commands/compile_listeners/file_action_printer.rb
|
169
|
-
lib/nanoc/cli/commands/compile_listeners/timing_recorder.rb
|
170
|
-
lib/nanoc/cli/commands/compile.rb
|
171
|
-
lib/nanoc/cli/commands/create-site.rb
|
172
|
-
lib/nanoc/cli/commands/deploy.rb
|
173
|
-
lib/nanoc/cli/commands/live.rb
|
174
|
-
lib/nanoc/cli/commands/nanoc.rb
|
175
|
-
lib/nanoc/cli/commands/prune.rb
|
176
|
-
lib/nanoc/cli/commands/shell.rb
|
177
|
-
lib/nanoc/cli/commands/show-data.rb
|
178
|
-
lib/nanoc/cli/commands/show-plugins.rb
|
179
|
-
lib/nanoc/cli/commands/show-rules.rb
|
180
|
-
lib/nanoc/cli/commands/view.rb
|
181
|
-
lib/nanoc/cli/error_handler.rb
|
182
|
-
lib/nanoc/cli/logger.rb
|
183
|
-
lib/nanoc/cli/stack_trace_writer.rb
|
184
|
-
lib/nanoc/cli/stream_cleaners.rb
|
185
|
-
lib/nanoc/cli/stream_cleaners/abstract.rb
|
186
|
-
lib/nanoc/cli/stream_cleaners/ansi_colors.rb
|
187
|
-
lib/nanoc/cli/stream_cleaners/utf8.rb
|
188
|
-
lib/nanoc/data_sources.rb
|
189
|
-
lib/nanoc/data_sources/filesystem.rb
|
190
|
-
lib/nanoc/data_sources/filesystem/errors.rb
|
191
|
-
lib/nanoc/data_sources/filesystem/tools.rb
|
192
|
-
lib/nanoc/deploying.rb
|
193
|
-
lib/nanoc/deploying/deployer.rb
|
194
|
-
lib/nanoc/deploying/deployers.rb
|
195
|
-
lib/nanoc/deploying/deployers/fog.rb
|
196
|
-
lib/nanoc/deploying/deployers/git.rb
|
197
|
-
lib/nanoc/deploying/deployers/rsync.rb
|
198
|
-
lib/nanoc/extra.rb
|
199
|
-
lib/nanoc/extra/core_ext.rb
|
200
|
-
lib/nanoc/extra/core_ext/pathname.rb
|
201
|
-
lib/nanoc/extra/core_ext/time.rb
|
202
|
-
lib/nanoc/extra/jruby_nokogiri_warner.rb
|
203
|
-
lib/nanoc/extra/link_collector.rb
|
204
|
-
lib/nanoc/extra/live_recompiler.rb
|
205
|
-
lib/nanoc/extra/parallel_collection.rb
|
206
|
-
lib/nanoc/extra/piper.rb
|
207
|
-
lib/nanoc/filters.rb
|
208
|
-
lib/nanoc/filters/asciidoc.rb
|
209
|
-
lib/nanoc/filters/asciidoctor.rb
|
210
|
-
lib/nanoc/filters/bluecloth.rb
|
211
|
-
lib/nanoc/filters/coffeescript.rb
|
212
|
-
lib/nanoc/filters/colorize_syntax.rb
|
213
|
-
lib/nanoc/filters/colorize_syntax/colorizers.rb
|
214
|
-
lib/nanoc/filters/erb.rb
|
215
|
-
lib/nanoc/filters/erubi.rb
|
216
|
-
lib/nanoc/filters/erubis.rb
|
217
|
-
lib/nanoc/filters/haml.rb
|
218
|
-
lib/nanoc/filters/handlebars.rb
|
219
|
-
lib/nanoc/filters/kramdown.rb
|
220
|
-
lib/nanoc/filters/less.rb
|
221
|
-
lib/nanoc/filters/markaby.rb
|
222
|
-
lib/nanoc/filters/maruku.rb
|
223
|
-
lib/nanoc/filters/mustache.rb
|
224
|
-
lib/nanoc/filters/pandoc.rb
|
225
|
-
lib/nanoc/filters/rainpress.rb
|
226
|
-
lib/nanoc/filters/rdiscount.rb
|
227
|
-
lib/nanoc/filters/rdoc.rb
|
228
|
-
lib/nanoc/filters/redcarpet.rb
|
229
|
-
lib/nanoc/filters/redcloth.rb
|
230
|
-
lib/nanoc/filters/relativize_paths.rb
|
231
|
-
lib/nanoc/filters/rubypants.rb
|
232
|
-
lib/nanoc/filters/sass.rb
|
233
|
-
lib/nanoc/filters/sass/sass_filesystem_importer.rb
|
234
|
-
lib/nanoc/filters/slim.rb
|
235
|
-
lib/nanoc/filters/typogruby.rb
|
236
|
-
lib/nanoc/filters/uglify_js.rb
|
237
|
-
lib/nanoc/filters/xsl.rb
|
238
|
-
lib/nanoc/filters/yui_compressor.rb
|
239
|
-
lib/nanoc/helpers.rb
|
240
|
-
lib/nanoc/helpers/blogging.rb
|
241
|
-
lib/nanoc/helpers/breadcrumbs.rb
|
242
|
-
lib/nanoc/helpers/capturing.rb
|
243
|
-
lib/nanoc/helpers/child_parent.rb
|
244
|
-
lib/nanoc/helpers/filtering.rb
|
245
|
-
lib/nanoc/helpers/html_escape.rb
|
246
|
-
lib/nanoc/helpers/link_to.rb
|
247
|
-
lib/nanoc/helpers/rendering.rb
|
248
|
-
lib/nanoc/helpers/tagging.rb
|
249
|
-
lib/nanoc/helpers/text.rb
|
250
|
-
lib/nanoc/helpers/xml_sitemap.rb
|
251
|
-
lib/nanoc/rule_dsl.rb
|
252
|
-
lib/nanoc/rule_dsl/action_provider.rb
|
253
|
-
lib/nanoc/rule_dsl/action_sequence_calculator.rb
|
254
|
-
lib/nanoc/rule_dsl/compiler_dsl.rb
|
255
|
-
lib/nanoc/rule_dsl/recording_executor.rb
|
256
|
-
lib/nanoc/rule_dsl/rule_context.rb
|
257
|
-
lib/nanoc/rule_dsl/rule.rb
|
258
|
-
lib/nanoc/rule_dsl/rules_collection.rb
|
259
|
-
lib/nanoc/rule_dsl/rules_loader.rb
|
260
|
-
lib/nanoc/spec.rb
|
261
|
-
lib/nanoc/telemetry.rb
|
262
|
-
lib/nanoc/telemetry/counter.rb
|
263
|
-
lib/nanoc/telemetry/labelled_counter.rb
|
264
|
-
lib/nanoc/telemetry/labelled_summary.rb
|
265
|
-
lib/nanoc/telemetry/registry.rb
|
266
|
-
lib/nanoc/telemetry/stopwatch.rb
|
267
|
-
lib/nanoc/telemetry/summary.rb
|
268
|
-
lib/nanoc/telemetry/table.rb
|
269
|
-
lib/nanoc/version.rb
|
270
|
-
|
271
|
-
spec/contributors_spec.rb
|
272
|
-
spec/manifest_spec.rb
|
273
|
-
spec/gem_spec.rb
|
274
|
-
spec/nanoc/base/changes_stream_spec.rb
|
275
|
-
spec/nanoc/base/checksummer_spec.rb
|
276
|
-
spec/nanoc/base/compiler_spec.rb
|
277
|
-
spec/nanoc/base/core_ext/array_spec.rb
|
278
|
-
spec/nanoc/base/core_ext/hash_spec.rb
|
279
|
-
spec/nanoc/base/core_ext/string_spec.rb
|
280
|
-
spec/nanoc/base/directed_graph_spec.rb
|
281
|
-
spec/nanoc/base/entities/action_sequence_spec.rb
|
282
|
-
spec/nanoc/base/entities/code_snippet_spec.rb
|
283
|
-
spec/nanoc/base/entities/configuration_spec.rb
|
284
|
-
spec/nanoc/base/entities/content_spec.rb
|
285
|
-
spec/nanoc/base/entities/context_spec.rb
|
286
|
-
spec/nanoc/base/entities/document_spec.rb
|
287
|
-
spec/nanoc/base/entities/identifiable_collection_spec.rb
|
288
|
-
spec/nanoc/base/entities/identifier_spec.rb
|
289
|
-
spec/nanoc/base/entities/item_rep_spec.rb
|
290
|
-
spec/nanoc/base/entities/item_spec.rb
|
291
|
-
spec/nanoc/base/entities/layout_spec.rb
|
292
|
-
spec/nanoc/base/entities/lazy_value_spec.rb
|
293
|
-
spec/nanoc/base/entities/outdatedness_status_spec.rb
|
294
|
-
spec/nanoc/base/entities/pattern_spec.rb
|
295
|
-
spec/nanoc/base/entities/processing_action_spec.rb
|
296
|
-
spec/nanoc/base/entities/processing_actions/filter_spec.rb
|
297
|
-
spec/nanoc/base/entities/processing_actions/layout_spec.rb
|
298
|
-
spec/nanoc/base/entities/processing_actions/snapshot_spec.rb
|
299
|
-
spec/nanoc/base/entities/props_spec.rb
|
300
|
-
spec/nanoc/base/entities/site_spec.rb
|
301
|
-
spec/nanoc/base/errors/dependency_cycle_spec.rb
|
302
|
-
spec/nanoc/base/feature_spec.rb
|
303
|
-
spec/nanoc/base/filter_spec.rb
|
304
|
-
spec/nanoc/base/item_rep_writer_spec.rb
|
305
|
-
spec/nanoc/base/memoization_spec.rb
|
306
|
-
spec/nanoc/base/repos/aggregate_data_source_spec.rb
|
307
|
-
spec/nanoc/base/repos/checksum_store_spec.rb
|
308
|
-
spec/nanoc/base/repos/compiled_content_cache_spec.rb
|
309
|
-
spec/nanoc/base/repos/config_loader_spec.rb
|
310
|
-
spec/nanoc/base/repos/data_source_spec.rb
|
311
|
-
spec/nanoc/base/repos/dependency_store_spec.rb
|
312
|
-
spec/nanoc/base/repos/in_mem_data_source_spec.rb
|
313
|
-
spec/nanoc/base/repos/outdatedness_store_spec.rb
|
314
|
-
spec/nanoc/base/repos/prefixed_data_source_spec.rb
|
315
|
-
spec/nanoc/base/repos/site_loader_spec.rb
|
316
|
-
spec/nanoc/base/repos/snapshot_repo_spec.rb
|
317
|
-
spec/nanoc/base/repos/store_spec.rb
|
318
|
-
spec/nanoc/base/services/compiler/phases/abstract_spec.rb
|
319
|
-
spec/nanoc/base/services/compiler/phases/cache_spec.rb
|
320
|
-
spec/nanoc/base/services/compiler/stages/calculate_checksums_spec.rb
|
321
|
-
spec/nanoc/base/services/compiler/stages/cleanup_spec.rb
|
322
|
-
spec/nanoc/base/services/compiler/stages/compile_reps_spec.rb
|
323
|
-
spec/nanoc/base/services/compiler/stages/determine_outdatedness_spec.rb
|
324
|
-
spec/nanoc/base/services/compiler/stages/preprocess_spec.rb
|
325
|
-
spec/nanoc/base/services/dependency_tracker_spec.rb
|
326
|
-
spec/nanoc/base/services/executor_spec.rb
|
327
|
-
spec/nanoc/base/services/item_rep_router_spec.rb
|
328
|
-
spec/nanoc/base/services/item_rep_selector_spec.rb
|
329
|
-
spec/nanoc/base/services/notification_center_spec.rb
|
330
|
-
spec/nanoc/base/services/outdatedness_checker_spec.rb
|
331
|
-
spec/nanoc/base/services/outdatedness_rules_spec.rb
|
332
|
-
spec/nanoc/base/services/pruner_spec.rb
|
333
|
-
spec/nanoc/base/services/temp_filename_factory_spec.rb
|
334
|
-
spec/nanoc/base/views/basic_item_rep_collection_view_spec.rb
|
335
|
-
spec/nanoc/base/views/basic_item_rep_view_spec.rb
|
336
|
-
spec/nanoc/base/views/compilation_item_rep_collection_view_spec.rb
|
337
|
-
spec/nanoc/base/views/compilation_item_rep_view_spec.rb
|
338
|
-
spec/nanoc/base/views/config_view_spec.rb
|
339
|
-
spec/nanoc/base/views/item_collection_with_reps_view_spec.rb
|
340
|
-
spec/nanoc/base/views/item_collection_without_reps_view_spec.rb
|
341
|
-
spec/nanoc/base/views/item_view_spec.rb
|
342
|
-
spec/nanoc/base/views/layout_collection_view_spec.rb
|
343
|
-
spec/nanoc/base/views/layout_view_spec.rb
|
344
|
-
spec/nanoc/base/views/mutable_config_view_spec.rb
|
345
|
-
spec/nanoc/base/views/mutable_item_collection_view_spec.rb
|
346
|
-
spec/nanoc/base/views/mutable_item_view_spec.rb
|
347
|
-
spec/nanoc/base/views/mutable_layout_collection_view_spec.rb
|
348
|
-
spec/nanoc/base/views/mutable_layout_view_spec.rb
|
349
|
-
spec/nanoc/base/views/post_compile_item_rep_collection_view_spec.rb
|
350
|
-
spec/nanoc/base/views/post_compile_item_rep_view_spec.rb
|
351
|
-
spec/nanoc/base/views/post_compile_item_view_spec.rb
|
352
|
-
spec/nanoc/base/views/support/document_view_examples.rb
|
353
|
-
spec/nanoc/base/views/support/identifiable_collection_view_examples.rb
|
354
|
-
spec/nanoc/base/views/support/item_rep_collection_view_examples.rb
|
355
|
-
spec/nanoc/base/views/support/item_rep_view_examples.rb
|
356
|
-
spec/nanoc/base/views/support/mutable_document_view_examples.rb
|
357
|
-
spec/nanoc/base/views/support/mutable_identifiable_collection_view_examples.rb
|
358
|
-
spec/nanoc/checking/runner_spec.rb
|
359
|
-
spec/nanoc/cli_spec.rb
|
360
|
-
spec/nanoc/cli/command_runner_spec.rb
|
361
|
-
spec/nanoc/cli/commands/compile_spec.rb
|
362
|
-
spec/nanoc/cli/commands/compile/abstract_spec.rb
|
363
|
-
spec/nanoc/cli/commands/compile/diff_generator_spec.rb
|
364
|
-
spec/nanoc/cli/commands/compile/file_action_printer_spec.rb
|
365
|
-
spec/nanoc/cli/commands/compile/timing_recorder_spec.rb
|
366
|
-
spec/nanoc/cli/commands/deploy_spec.rb
|
367
|
-
spec/nanoc/cli/commands/shell_spec.rb
|
368
|
-
spec/nanoc/cli/commands/show_data_spec.rb
|
369
|
-
spec/nanoc/cli/commands/show_plugins_spec.rb
|
370
|
-
spec/nanoc/cli/commands/show_rules_spec.rb
|
371
|
-
spec/nanoc/cli/commands/view_spec.rb
|
372
|
-
spec/nanoc/cli/error_handler_spec.rb
|
373
|
-
spec/nanoc/cli/stack_trace_writer_spec.rb
|
374
|
-
spec/nanoc/cli/stream_cleaners/utf8_spec.rb
|
375
|
-
spec/nanoc/data_sources/filesystem_spec.rb
|
376
|
-
spec/nanoc/deploying/fog_spec.rb
|
377
|
-
spec/nanoc/deploying/git_spec.rb
|
378
|
-
spec/nanoc/extra/live_recompiler_spec.rb
|
379
|
-
spec/nanoc/extra/parallel_collection_spec.rb
|
380
|
-
spec/nanoc/filters/asciidoctor_spec.rb
|
381
|
-
spec/nanoc/filters/colorize_syntax/rouge_spec.rb
|
382
|
-
spec/nanoc/filters/less_spec.rb
|
383
|
-
spec/nanoc/helpers/blogging_spec.rb
|
384
|
-
spec/nanoc/helpers/breadcrumbs_spec.rb
|
385
|
-
spec/nanoc/helpers/capturing_spec.rb
|
386
|
-
spec/nanoc/helpers/child_parent_spec.rb
|
387
|
-
spec/nanoc/helpers/filtering_spec.rb
|
388
|
-
spec/nanoc/helpers/html_escape_spec.rb
|
389
|
-
spec/nanoc/helpers/link_to_spec.rb
|
390
|
-
spec/nanoc/helpers/rendering_spec.rb
|
391
|
-
spec/nanoc/helpers/tagging_spec.rb
|
392
|
-
spec/nanoc/helpers/text_spec.rb
|
393
|
-
spec/nanoc/integration/compile_command_spec.rb
|
394
|
-
spec/nanoc/integration/outdatedness_integration_spec.rb
|
395
|
-
spec/nanoc/integration/partial_recompilation_spec.rb
|
396
|
-
spec/nanoc/regressions/gh_1015_spec.rb
|
397
|
-
spec/nanoc/regressions/gh_1022_spec.rb
|
398
|
-
spec/nanoc/regressions/gh_1031_spec.rb
|
399
|
-
spec/nanoc/regressions/gh_1035_spec.rb
|
400
|
-
spec/nanoc/regressions/gh_1037a_spec.rb
|
401
|
-
spec/nanoc/regressions/gh_1037b_spec.rb
|
402
|
-
spec/nanoc/regressions/gh_1040_spec.rb
|
403
|
-
spec/nanoc/regressions/gh_1045_spec.rb
|
404
|
-
spec/nanoc/regressions/gh_1047_spec.rb
|
405
|
-
spec/nanoc/regressions/gh_1064_spec.rb
|
406
|
-
spec/nanoc/regressions/gh_1067_spec.rb
|
407
|
-
spec/nanoc/regressions/gh_1082a_spec.rb
|
408
|
-
spec/nanoc/regressions/gh_1082b_spec.rb
|
409
|
-
spec/nanoc/regressions/gh_1082c_spec.rb
|
410
|
-
spec/nanoc/regressions/gh_1082d_spec.rb
|
411
|
-
spec/nanoc/regressions/gh_1093_spec.rb
|
412
|
-
spec/nanoc/regressions/gh_1094_spec.rb
|
413
|
-
spec/nanoc/regressions/gh_1097_spec.rb
|
414
|
-
spec/nanoc/regressions/gh_1100_spec.rb
|
415
|
-
spec/nanoc/regressions/gh_1102_spec.rb
|
416
|
-
spec/nanoc/regressions/gh_1107_spec.rb
|
417
|
-
spec/nanoc/regressions/gh_1130_spec.rb
|
418
|
-
spec/nanoc/regressions/gh_1134_spec.rb
|
419
|
-
spec/nanoc/regressions/gh_1145_spec.rb
|
420
|
-
spec/nanoc/regressions/gh_1171_spec.rb
|
421
|
-
spec/nanoc/regressions/gh_1185_spec.rb
|
422
|
-
spec/nanoc/regressions/gh_1216_spec.rb
|
423
|
-
spec/nanoc/regressions/gh_1248_spec.rb
|
424
|
-
spec/nanoc/regressions/gh_761_spec.rb
|
425
|
-
spec/nanoc/regressions/gh_767_spec.rb
|
426
|
-
spec/nanoc/regressions/gh_769_spec.rb
|
427
|
-
spec/nanoc/regressions/gh_776_spec.rb
|
428
|
-
spec/nanoc/regressions/gh_787_spec.rb
|
429
|
-
spec/nanoc/regressions/gh_795_spec.rb
|
430
|
-
spec/nanoc/regressions/gh_804_spec.rb
|
431
|
-
spec/nanoc/regressions/gh_807_spec.rb
|
432
|
-
spec/nanoc/regressions/gh_809_spec.rb
|
433
|
-
spec/nanoc/regressions/gh_813_spec.rb
|
434
|
-
spec/nanoc/regressions/gh_815_spec.rb
|
435
|
-
spec/nanoc/regressions/gh_828_spec.rb
|
436
|
-
spec/nanoc/regressions/gh_833_spec.rb
|
437
|
-
spec/nanoc/regressions/gh_841_spec.rb
|
438
|
-
spec/nanoc/regressions/gh_867_spec.rb
|
439
|
-
spec/nanoc/regressions/gh_882_spec.rb
|
440
|
-
spec/nanoc/regressions/gh_885_spec.rb
|
441
|
-
spec/nanoc/regressions/gh_891_spec.rb
|
442
|
-
spec/nanoc/regressions/gh_913_spec.rb
|
443
|
-
spec/nanoc/regressions/gh_924_spec.rb
|
444
|
-
spec/nanoc/regressions/gh_928_spec.rb
|
445
|
-
spec/nanoc/regressions/gh_937_spec.rb
|
446
|
-
spec/nanoc/regressions/gh_942_spec.rb
|
447
|
-
spec/nanoc/regressions/gh_947_spec.rb
|
448
|
-
spec/nanoc/regressions/gh_948_spec.rb
|
449
|
-
spec/nanoc/regressions/gh_951_spec.rb
|
450
|
-
spec/nanoc/regressions/gh_954_spec.rb
|
451
|
-
spec/nanoc/regressions/gh_970a_spec.rb
|
452
|
-
spec/nanoc/regressions/gh_970b_spec.rb
|
453
|
-
spec/nanoc/regressions/gh_974_spec.rb
|
454
|
-
spec/nanoc/regressions/gh_981_spec.rb
|
455
|
-
spec/nanoc/rule_dsl/action_sequence_calculator_spec.rb
|
456
|
-
spec/nanoc/rule_dsl/recording_executor_spec.rb
|
457
|
-
spec/nanoc/rule_dsl/rule_context_spec.rb
|
458
|
-
spec/nanoc/rule_dsl/rules_collection_spec.rb
|
459
|
-
spec/nanoc/rule_dsl/rule_spec.rb
|
460
|
-
spec/nanoc/spec_spec.rb
|
461
|
-
spec/nanoc/telemetry_spec.rb
|
462
|
-
spec/nanoc/telemetry/counter_spec.rb
|
463
|
-
spec/nanoc/telemetry/labelled_counter_spec.rb
|
464
|
-
spec/nanoc/telemetry/labelled_summary_spec.rb
|
465
|
-
spec/nanoc/telemetry/stopwatch_spec.rb
|
466
|
-
spec/nanoc/telemetry/summary_spec.rb
|
467
|
-
spec/nanoc/telemetry/table_spec.rb
|
468
|
-
spec/regression_filenames_spec.rb
|
469
|
-
spec/spec_helper.rb
|
470
|
-
|
471
|
-
test/base/test_compiler.rb
|
472
|
-
test/base/test_filter.rb
|
473
|
-
test/base/test_site.rb
|
474
|
-
test/checking/checks/test_css.rb
|
475
|
-
test/checking/checks/test_external_links.rb
|
476
|
-
test/checking/checks/test_html.rb
|
477
|
-
test/checking/checks/test_internal_links.rb
|
478
|
-
test/checking/checks/test_mixed_content.rb
|
479
|
-
test/checking/checks/test_stale.rb
|
480
|
-
test/checking/test_check.rb
|
481
|
-
test/checking/test_dsl.rb
|
482
|
-
test/checking/test_runner.rb
|
483
|
-
test/cli/commands/test_check.rb
|
484
|
-
test/cli/commands/test_compile.rb
|
485
|
-
test/cli/commands/test_create_site.rb
|
486
|
-
test/cli/commands/test_help.rb
|
487
|
-
test/cli/commands/test_prune.rb
|
488
|
-
test/cli/test_cleaning_stream.rb
|
489
|
-
test/cli/test_cli.rb
|
490
|
-
test/cli/test_error_handler.rb
|
491
|
-
test/cli/test_logger.rb
|
492
|
-
test/data_sources/test_filesystem_tools.rb
|
493
|
-
test/data_sources/test_filesystem.rb
|
494
|
-
test/deploying/test_fog.rb
|
495
|
-
test/deploying/test_git.rb
|
496
|
-
test/deploying/test_rsync.rb
|
497
|
-
test/extra/core_ext/test_time.rb
|
498
|
-
test/extra/test_link_collector.rb
|
499
|
-
test/extra/test_piper.rb
|
500
|
-
test/filters/colorize_syntax/test_coderay.rb
|
501
|
-
test/filters/colorize_syntax/test_common.rb
|
502
|
-
test/filters/colorize_syntax/test_pygmentize.rb
|
503
|
-
test/filters/colorize_syntax/test_pygments.rb
|
504
|
-
test/filters/colorize_syntax/test_simon.rb
|
505
|
-
test/filters/test_asciidoc.rb
|
506
|
-
test/filters/test_bluecloth.rb
|
507
|
-
test/filters/test_coffeescript.rb
|
508
|
-
test/filters/test_erb.rb
|
509
|
-
test/filters/test_erubi.rb
|
510
|
-
test/filters/test_erubis.rb
|
511
|
-
test/filters/test_haml.rb
|
512
|
-
test/filters/test_handlebars.rb
|
513
|
-
test/filters/test_kramdown.rb
|
514
|
-
test/filters/test_markaby.rb
|
515
|
-
test/filters/test_maruku.rb
|
516
|
-
test/filters/test_mustache.rb
|
517
|
-
test/filters/test_pandoc.rb
|
518
|
-
test/filters/test_rainpress.rb
|
519
|
-
test/filters/test_rdiscount.rb
|
520
|
-
test/filters/test_rdoc.rb
|
521
|
-
test/filters/test_redcarpet.rb
|
522
|
-
test/filters/test_redcloth.rb
|
523
|
-
test/filters/test_relativize_paths.rb
|
524
|
-
test/filters/test_rubypants.rb
|
525
|
-
test/filters/test_sass.rb
|
526
|
-
test/filters/test_slim.rb
|
527
|
-
test/filters/test_typogruby.rb
|
528
|
-
test/filters/test_uglify_js.rb
|
529
|
-
test/filters/test_xsl.rb
|
530
|
-
test/filters/test_yui_compressor.rb
|
531
|
-
test/fixtures/vcr_cassettes/css_run_error.yml
|
532
|
-
test/fixtures/vcr_cassettes/css_run_ok.yml
|
533
|
-
test/fixtures/vcr_cassettes/css_run_parse_error.yml
|
534
|
-
test/fixtures/vcr_cassettes/html_run_error.yml
|
535
|
-
test/fixtures/vcr_cassettes/html_run_ok.yml
|
536
|
-
test/helper.rb
|
537
|
-
test/helpers/test_blogging.rb
|
538
|
-
test/helpers/test_capturing.rb
|
539
|
-
test/helpers/test_link_to.rb
|
540
|
-
test/helpers/test_xml_sitemap.rb
|
541
|
-
test/rule_dsl/test_action_provider.rb
|
542
|
-
test/rule_dsl/test_compiler_dsl.rb
|
543
|
-
test/rule_dsl/test_rules_collection.rb
|