Sha256: e863a02c01f153177f86d84afe789027984553932d8286942401a737524c7782
Contents?: true
Size: 722 Bytes
Versions: 2
Compression:
Stored size: 722 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('fastimage', '>= 1.1.2') 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fastimage_inline-1.0.4 | Rakefile |
fastimage_inline-1.0.3 | Rakefile |