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,15 @@
Gem::Specification.new do |s|
s.name = 'imagesize'
s.description = 'measure image size(GIF, PNG, JPEG ,,, etc) code by Pure Ruby'
s.summary = 'Imagesize will detect and measure images in the following formats: GIF, PNG, JPEG, BMP, PPM, PGM, PBM, XBM, TIFF, XPM, PSD, SWF'
s.version = '0.1.2'
s.date = '2010-10-02'
s.author = 'Keisuke Minami'
s.email = 'keisuke@rccn.com'
s.homepage = 'http://rubygems.org/gems/imagesize'
s.files = `git ls-files`.split("\n")
s.require_path = 'lib'
end