Sha256: 5aa7977eb1e824f5e90833a83f36aa45343fe714974a979321be3d2fbc45f1d9

Contents?: true

Size: 277 Bytes

Versions: 9

Compression:

Stored size: 277 Bytes

Contents

module Nanoc
  # @api private
  module Checking
    autoload 'Check',  'nanoc/checking/check'
    autoload 'DSL',    'nanoc/checking/dsl'
    autoload 'Runner', 'nanoc/checking/runner.rb'
    autoload 'Issue',  'nanoc/checking/issue'
  end
end

require 'nanoc/checking/checks'

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
nanoc-4.4.7 lib/nanoc/checking.rb
nanoc-4.4.6 lib/nanoc/checking.rb
nanoc-4.4.5 lib/nanoc/checking.rb
nanoc-4.4.4 lib/nanoc/checking.rb
nanoc-4.4.3 lib/nanoc/checking.rb
nanoc-4.4.2 lib/nanoc/checking.rb
nanoc-4.4.1 lib/nanoc/checking.rb
nanoc-4.4.0 lib/nanoc/checking.rb
nanoc-4.3.8 lib/nanoc/checking.rb