Sha256: 12972d0a0167ef3efdb21cb0a88b820a2f1c41ad3ce6ac62e8520fd759a4e1ac

Contents?: true

Size: 757 Bytes

Versions: 14

Compression:

Stored size: 757 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"]
  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

14 entries across 13 versions & 3 rubygems

Version Path
sadui-0.0.4 vendor/bundle/ruby/2.1.0/gems/susy-1.0.9/Rakefile
sadui-0.0.4 vendor/bundle/ruby/2.0.0/gems/susy-1.0.9/Rakefile
susy-1.0.9 Rakefile
charcoalcms-0.0.6 Rakefile
susy-1.0.8 Rakefile
susy-1.0.7 Rakefile
susy-1.0.6 Rakefile
susy-1.0.5 Rakefile
susy-1.0.5.alpha.0 Rakefile
susy-1.0.4 Rakefile
susy-1.0.3 Rakefile
susy-1.0.2 Rakefile
susy-1.0.1 Rakefile
susy-1.0 Rakefile