Sha256: 4624076bd3f77222c981ec82b5f65476bb8ae1a5a13143753a155ae1c247502e

Contents?: true

Size: 767 Bytes

Versions: 3

Compression:

Stored size: 767 Bytes

Contents

require 'fileutils'
require 'sass'

begin
  require 'echoe'

  Echoe.new('susy', open('VERSION').read) do |p|
    p.summary = "Responsive grids for Compass."
    p.description = "Susy grids are fluid on the inside, ready to respond at any moment, but contained in the candy shell of your choice, so they respond how and when and where you want them to. We don't design your site or dictate your markup, we just do the math and get out of your way."
    p.url = "http://susy.oddbird.net/"
    p.author = "Eric Meyer"
    p.email = "eric@oddbird.net"
    p.dependencies = ["compass >=0.12.2", "sass >=3.2.0.alpha.247"]
  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

3 entries across 3 versions & 1 rubygems

Version Path
susy-1.0.rc.4 Rakefile
susy-1.0.rc.3 Rakefile
susy-1.0.rc.2 Rakefile