Sha256: e714f30abd19e4af3e15ff971aaad9b039de41b74148d42fdeb388586835f288

Contents?: true

Size: 593 Bytes

Versions: 5

Compression:

Stored size: 593 Bytes

Contents

require 'fileutils'
require 'sass'

begin
  require 'echoe'
 
  Echoe.new('compass-susy-plugin', open('VERSION').read) do |p|
    p.summary = "A responsive grid system plugin for Compass."
    p.description = "Responsive web design with grids the quick and reliable way."
    p.url = "http://susy.oddbird.net/"
    p.author = "Eric Meyer"
    p.email = "eric@oddbird.net"
    p.dependencies = ["compass >=0.11.beta.2"]
    p.has_rdoc = false
  end
 
rescue LoadError => boom
  puts "You are missing a dependency required for meta-operations on this gem."
  puts "#{boom.to_s.capitalize}."
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
compass-susy-plugin-0.9.alpha.5 Rakefile
compass-susy-plugin-0.9.alpha.4 Rakefile
compass-susy-plugin-0.9.alpha.3 Rakefile
compass-susy-plugin-0.9.alpha.2 Rakefile
compass-susy-plugin-0.9.alpha.1 Rakefile