Sha256: 88a7c1ed19d335adf89c563ef2355e934c79a3513256ac6bbc1f56607d2c4b5c

Contents?: true

Size: 1.79 KB

Versions: 1

Compression:

Stored size: 1.79 KB

Contents

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

Gem::Specification.new do |s|
  s.name = %q{graphpaper}
  s.version = "0.2.5"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Alex Cabrera"]
  s.date = %q{2009-08-31}
  s.description = %q{A great starting point for projects that makes no design assumptions.}
  s.email = %q{alex@policus.com}
  s.extra_rdoc_files = [
    "README.markdown"
  ]
  s.files = [
    "README.markdown",
    "Rakefile",
    "VERSION.yml",
    "graphpaper.gemspec",
    "lib/graphpaper.rb",
    "stylesheets/_graphpaper.sass",
    "stylesheets/graphpaper/_ie.sass",
    "stylesheets/graphpaper/_print.sass",
    "stylesheets/graphpaper/_screen.sass",
    "stylesheets/graphpaper/modules/_colors.sass",
    "stylesheets/graphpaper/modules/_grid.sass",
    "stylesheets/graphpaper/modules/_reset.sass",
    "stylesheets/graphpaper/modules/_typography.sass",
    "templates/project/manifest.rb",
    "templates/project/ie.sass",
    "templates/project/print.sass",
    "templates/project/screen.sass",
    "templates/project/partials/_base.sass",
    "templates/project/partials/_config.sass",
    "templates/project/shared/_header.sass",
    "templates/project/shared/_footer.sass",
    "templates/project/shared/_typography.sass",
  ]
  s.homepage = %q{http://github.com/alexcabrera/graphpaper}
  s.rdoc_options = ["--charset=UTF-8"]
  s.require_paths = ["lib"]
  s.rubygems_version = %q{1.3.3}
  s.summary = %q{A Sass library for use with the Compass stylesheet authoring framework.}

  if s.respond_to? :specification_version then
    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
    s.specification_version = 3

    if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
    else
    end
  else
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
alexcabrera-graphpaper-0.2.5 graphpaper.gemspec