Sha256: f51755a4339e56887a524df892ddfa2134ed5988b43766511acfb4b5402556b0

Contents?: true

Size: 1.53 KB

Versions: 1

Compression:

Stored size: 1.53 KB

Contents

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

Gem::Specification.new do |s|
  s.name = %q{compass-susy-plugin}
  s.version = "0.9.beta.0"

  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
  s.authors = ["Eric Meyer"]
  s.date = %q{2011-03-16}
  s.description = %q{Responsive web design with grids the quick and reliable way.}
  s.email = %q{eric@oddbird.net}
  s.extra_rdoc_files = ["LICENSE.txt", "README.mkdn", "lib/susy.rb", "lib/susy/compass_plugin.rb"]
  s.files = ["LICENSE.txt", "Manifest", "README.mkdn", "Rakefile", "VERSION", "compass-susy-plugin.gemspec", "lib/susy.rb", "lib/susy/compass_plugin.rb", "sass/susy/_grid.scss", "sass/susy/_reset.scss", "sass/susy/_susy.scss", "sass/susy/_utils.scss", "templates/project/_base.scss", "templates/project/grid.png", "templates/project/manifest.rb", "templates/project/screen.scss"]
  s.homepage = %q{http://susy.oddbird.net/}
  s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Compass-susy-plugin", "--main", "README.mkdn"]
  s.require_paths = ["lib"]
  s.rubyforge_project = %q{compass-susy-plugin}
  s.rubygems_version = %q{1.5.2}
  s.summary = %q{A responsive grid system plugin for Compass.}

  if s.respond_to? :specification_version then
    s.specification_version = 3

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
      s.add_runtime_dependency(%q<compass>, [">= 0.11.beta.3"])
    else
      s.add_dependency(%q<compass>, [">= 0.11.beta.3"])
    end
  else
    s.add_dependency(%q<compass>, [">= 0.11.beta.3"])
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
compass-susy-plugin-0.9.beta.0 compass-susy-plugin.gemspec