converted imagesize plugin to lib

This commit is contained in:
albert
2012-01-27 15:05:46 -05:00
parent c8bcf5ad7c
commit 3603fdd877
24 changed files with 4 additions and 5 deletions

View File

@@ -0,0 +1,9 @@
module Imagesize #:nodoc:
module VERSION #:nodoc:
MAJOR = 0
MINOR = 1
TINY = 1
STRING = [MAJOR, MINOR, TINY].join('.')
end
end