Sha256: fd909ea78f95e434731aa9db66daa594a104f2990a128029a3434fbfe4572d1e
Contents?: true
Size: 593 Bytes
Versions: 4
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.3"] 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
compass-susy-plugin-0.9.beta.3 | Rakefile |
compass-susy-plugin-0.9.beta.2 | Rakefile |
compass-susy-plugin-0.9.beta.1 | Rakefile |
compass-susy-plugin-0.9.beta.0 | Rakefile |