Sha256: fa98746433e9a53bee7e107072a5f3d62eb5b3340b2a09a4aa1d44e86bb0d42d

Contents?: true

Size: 1.78 KB

Versions: 1

Compression:

Stored size: 1.78 KB

Contents

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

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

  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
  s.authors = ["Alex Cabrera"]
  s.date = %q{2010-04-27}
  s.description = %q{A lightweight fixed-grid Compass framework for Ruby curmudgeons.}
  s.email = %q{alex@policus.com}
  s.extra_rdoc_files = ["README", "lib/graphpaper.rb"]
  s.files = ["README", "Rakefile", "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/common/_footer.sass", "templates/project/common/_header.sass", "templates/project/common/_typography.sass", "templates/project/config/_base.sass", "templates/project/config/_settings.sass", "templates/project/ie.sass", "templates/project/manifest.rb", "templates/project/print.sass", "templates/project/screen.sass", "Manifest", "graphpaper.gemspec"]
  s.homepage = %q{http://github.com/alexcabrera/compas-graphpaper/}
  s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Graphpaper", "--main", "README"]
  s.require_paths = ["lib"]
  s.rubyforge_project = %q{graphpaper}
  s.rubygems_version = %q{1.3.6}
  s.summary = %q{A lightweight fixed-grid Compass framework for Ruby curmudgeons.}

  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
graphpaper-0.0.2 graphpaper.gemspec