Sha256: d4ff75716254593df77dda48e109adfe7141075b9238c86323005b51688b8e4a
Contents?: true
Size: 1.73 KB
Versions: 1
Compression:
Stored size: 1.73 KB
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{graphpaper} s.version = "0.2.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Alex Cabrera"] s.date = %q{2009-07-11} 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/_lists.sass", "stylesheets/graphpaper/modules/_reset.sass", "stylesheets/graphpaper/modules/_sitemap.sass", "templates/project/ie.sass", "templates/project/manifest.rb", "templates/project/partials/_base.sass", "templates/project/partials/_config.sass", "templates/project/print.sass", "templates/project/screen.sass", "templates/project/sitemap.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.3 | graphpaper.gemspec |