Sha256: 8dafc77128f36defcbf0d504722454235867f5f85bbbeb1839f8caee3d101f2c

Contents?: true

Size: 575 Bytes

Versions: 7

Compression:

Stored size: 575 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
rescue LoadError
  puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://
gems.github.com"
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
sdsykes-fastimage-0.1.0 Rakefile
sdsykes-fastimage-1.0.1 Rakefile
sdsykes-fastimage-1.0.2 Rakefile
sdsykes-fastimage-1.1.0 Rakefile
sdsykes-fastimage-1.1.1 Rakefile
sdsykes-fastimage-1.1.2 Rakefile
sdsykes-fastimage-1.2.1 Rakefile