Module: Nanoc::Int::OutdatednessReasons Private

Defined in:
lib/nanoc/base/compilation/outdatedness_reasons.rb

Overview

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Module that contains all outdatedness reasons.

Defined Under Namespace

Classes: Generic

Constant Summary collapse

CodeSnippetsModified =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

Generic.new(
  'The code snippets have been modified since the last time the site was compiled.',
)
ConfigurationModified =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

Generic.new(
  'The site configuration has been modified since the last time the site was compiled.',
)
DependenciesOutdated =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

Generic.new(
  'This item uses content or attributes that have changed since the last time the site was compiled.',
)
NotEnoughData =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

Generic.new(
  'Not enough data is present to correctly determine whether the item is outdated.',
)
NotWritten =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

Generic.new(
  'This item representation has not yet been written to the output directory (but it does have a path).',
)
RulesModified =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

Generic.new(
  'The rules file has been modified since the last time the site was compiled.',
)
SourceModified =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

Generic.new(
  'The source file of this item has been modified since the last time the site was compiled.',
)