Sha256: f7c52f947399203f854fe2d55ee7d6d4692ae8568386c665632f59803e76155c

Contents?: true

Size: 448 Bytes

Versions: 1

Compression:

Stored size: 448 Bytes

Contents

module Shutterbug
  VERSION = "0.0.9"
  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.9 lib/shutterbug.rb