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

Version Path
fastimage-1.2.13 Rakefile
fastimage-1.2.12 Rakefile
fastimage-1.2.11 Rakefile
fastimage-1.2.10 Rakefile
fastimage-1.2.9 Rakefile
fastimage-1.2.8 Rakefile
fastimage-1.2.7 Rakefile
fastimage-1.2.6 Rakefile
fastimage-1.2.4 Rakefile
fastimage-1.2.3 Rakefile
fastimage-1.2.2 Rakefile
fastimage-1.2.1 Rakefile