Sha256: 0296a823fc44af41d4f7cc156e3a39b05b1a8f0603016a49b6d11f674f5895af
Contents?: true
Size: 353 Bytes
Versions: 1
Compression:
Stored size: 353 Bytes
Contents
module Shutterbug VERSION = "0.1.2" autoload :Rackapp, "shutterbug/rackapp" autoload :Configuration, "shutterbug/configuration" autoload :Storage, "shutterbug/storage" autoload :Handlers, "shutterbug/handlers" autoload :PhantomJob, "shutterbug/phantom_job" autoload :CacheManager, "shutterbug/cache_manager" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shutterbug-0.1.2 | lib/shutterbug.rb |