Top Level Namespace

Defined Under Namespace

Modules: CrashWatch

Constant Summary collapse

CRASH_WATCH_FILES =
[
  "README.markdown",
  "LICENSE.txt",
  "Rakefile",
  "crash-watch.gemspec",
  "bin/**/*",
  "lib/**/*",
  "test/**/*"
]
CRASH_WATCH_EXCLUDE_FILES =
[
  "Rakefile",
  "debian.template/**/*"
]