Sha256: f628fe3f9237fd8bd81256394dd76cafd640ad0d3ab4255603fefbb2dce60145

Contents?: true

Size: 448 Bytes

Versions: 1

Compression:

Stored size: 448 Bytes

Contents

module Shutterbug
  VERSION = "0.0.6"
  autoload :Service,        "shutterbug/service"
  autoload :Rackapp,        "shutterbug/rackapp"
  autoload :Configuration,  "shutterbug/configuration"
  autoload :BugFile,        "shutterbug/bug_file"
  autoload :HtmlFile,       "shutterbug/html_file"
  autoload :PngFile,        "shutterbug/png_file"
  autoload :JsFile,         "shutterbug/js_file"
  autoload :PhantomJob,     "shutterbug/phantom_job"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
shutterbug-0.0.6 lib/shutterbug.rb