lib/sprite_factory.rb in sprite-factory-custom-1.6.4.1 vs lib/sprite_factory.rb in sprite-factory-custom-1.6.4.2

- old
+ new

@@ -1,9 +1,9 @@ module SpriteFactory #---------------------------------------------------------------------------- - VERSION = "1.6.4.1" + VERSION = "1.6.4.2" SUMMARY = "Automatic CSS sprite generator" DESCRIPTION = "[tam-vo/sprite-factory v#{VERSION}] Combines individual images from a directory into a single sprite image file and creates an appropriate CSS stylesheet" LIB = File.dirname(__FILE__) autoload :Runner, File.join(LIB, 'sprite_factory/runner') # controller that glues everything together