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