Sha256: 8d9c8d7e108a7408aec1497ec01d6c98f872e2a88f392593b3ab046960ef31ce

Contents?: true

Size: 730 Bytes

Versions: 1

Compression:

Stored size: 730 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
  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

1 entries across 1 versions & 1 rubygems

Version Path
fastimage_inline-1.0.2 Rakefile