converted imagesize plugin to lib
This commit is contained in:
9
lib/imagesize/lib/image_size/version.rb
Executable file
9
lib/imagesize/lib/image_size/version.rb
Executable file
@@ -0,0 +1,9 @@
|
||||
module Imagesize #:nodoc:
|
||||
module VERSION #:nodoc:
|
||||
MAJOR = 0
|
||||
MINOR = 1
|
||||
TINY = 1
|
||||
|
||||
STRING = [MAJOR, MINOR, TINY].join('.')
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user