Sha256: 4586244e8552b1b4958c2dd7577696d7dffaf4707dac3157c9d6cbf679064011
Contents?: true
Size: 700 Bytes
Versions: 1
Compression:
Stored size: 700 Bytes
Contents
require 'rake' begin require 'jeweler' Jeweler::Tasks.new do |s| s.name = "fastimage_inline" s.summary = "FastImage Inline - Speeds up your webpages with inline images in HTML using a data url" s.email = "sdsykes@gmail.com" s.homepage = "http://github.com/sdsykes/fastimage_inline" s.description = "FastImage Inline places small images inline in you HTML IMG tags code using a 'data' url." s.authors = ["Stephen Sykes"] s.files = FileList["[A-Z]*", "{lib,test}/**/*"] s.add_dependency('sdsykes-fastimage', '>= 1.1.2') end rescue LoadError puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http:// gems.github.com" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sdsykes-fastimage_inline-1.0.2 | Rakefile |