Sha256: a9ccfed6c17bc04193c6a7fd2bd71a9a6bc4c93e9b7b82656740ee69d5223c4e
Contents?: true
Size: 605 Bytes
Versions: 12
Compression:
Stored size: 605 Bytes
Contents
require 'rake' begin require 'jeweler' Jeweler::Tasks.new do |s| s.name = "fastimage" s.summary = "FastImage - Image info fast" s.email = "sdsykes@gmail.com" s.homepage = "http://github.com/sdsykes/fastimage" s.description = "FastImage finds the size or type of an image given its uri by fetching as little as needed." s.authors = ["Stephen Sykes"] s.files = FileList["[A-Z]*", "{lib,test}/**/*"] end Jeweler::GemcutterTasks.new rescue LoadError puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http:// gems.github.com" end
Version data entries
12 entries across 12 versions & 1 rubygems