Sha256: 5e3b70532ca7bc1d13521a4624636d37de65f8a3dab8ca4c6f5de6f919b1d7ee

Contents?: true

Size: 790 Bytes

Versions: 10

Compression:

Stored size: 790 Bytes

Contents

require 'fileutils'
require 'sass'
require 'lib/ninesixty/sass_extensions'

begin
  require 'echoe'
 
  Echoe.new('compass-960-plugin', open('VERSION').read) do |p|
    # p.rubyforge_name = '960'
    p.summary = "Compass compatible Sass port of 960.gs."
    p.description = "The 960 Grid System is an effort to streamline web development workflow by providing commonly used dimensions, based on a width of 960 pixels. http://960.gs/"
    p.url = "http://github.com/chriseppstein/compass-960-plugin"
    p.author = ['Chris Eppstein']
    p.email = "chris@eppsteins.net"
    p.dependencies = ["chriseppstein-compass"]
    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

10 entries across 10 versions & 2 rubygems

Version Path
chriseppstein-compass-960-plugin-0.9.2 Rakefile
chriseppstein-compass-960-plugin-0.9.3 Rakefile
chriseppstein-compass-960-plugin-0.9.4 Rakefile
chriseppstein-compass-960-plugin-0.9.5 Rakefile
chriseppstein-compass-960-plugin-0.9.6 Rakefile
chriseppstein-compass-960-plugin-0.9.7 Rakefile
chriseppstein-compass-960-plugin-0.9.8 Rakefile
chriseppstein-compass-960-plugin-0.9.9 Rakefile
gabrielmansour-compass-960-plugin-0.9.6 Rakefile
gabrielmansour-compass-960-plugin-0.9.7 Rakefile