Sha256: 9fbe006469369548582e6c79ad40858401e2bfd622820507ec1607a5fcdafe9f

Contents?: true

Size: 1012 Bytes

Versions: 1

Compression:

Stored size: 1012 Bytes

Contents

# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = %q{compass-960-plugin}
  s.version = "0.9.12"

  s.required_rubygems_version = Gem::Requirement.new(">= 1.3.6")
  s.authors = ["Chris Eppstein"]
  s.date = %q{2010-04-13}
  s.description = %q{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/}
  s.email = %q{chris@eppsteins.net}
  s.has_rdoc = false
  s.files = [
    "compass-960-plugin.gemspec",
    "README.mkdn",
    "stylesheets/960/_grid.sass",
    "stylesheets/960/_text.sass",
    "templates/project/grid.sass",
    "templates/project/manifest.rb",
    "templates/project/text.sass"
  ]
  s.homepage = %q{http://github.com/chriseppstein/compass-960-plugin}
  s.require_paths = ["lib"]
  s.rubyforge_project = %q{compass-960-plugin}
  s.rubygems_version = %q{1.3.6}
  s.summary = %q{Compass compatible Sass port of 960.gs.}
  s.add_dependency(%q<compass>, [">= 0.10.0.rc3"])
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
compass-960-plugin-0.9.12 compass-960-plugin.gemspec