Sha256: 42cae1986d3f2e16a4b266b3079ec3665aaeecb01720b0fb7969acfc13d81cb8

Contents?: true

Size: 611 Bytes

Versions: 3

Compression:

Stored size: 611 Bytes

Contents

require 'rake'

begin
  require 'jeweler'
  Jeweler::Tasks.new do |s|
    s.name = "fastimage_resize"
    s.summary = "FastImage Resize - Image resizing fast and simple"
    s.email = "sdsykes@gmail.com"
    s.homepage = "http://github.com/sdsykes/fastimage_resize"
    s.description = "FastImage Rssize is an extremely light solution for resizing images in ruby by using libgd."
    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

3 entries across 3 versions & 1 rubygems

Version Path
sdsykes-fastimage_resize-0.1.1 Rakefile
sdsykes-fastimage_resize-1.0.0 Rakefile
sdsykes-fastimage_resize-1.1.2 Rakefile