Sha256: cc80f924a500f40aa07d07ac6f753cc7db96cf1f2a468d32578fe1e821eb9103

Contents?: true

Size: 934 Bytes

Versions: 1

Compression:

Stored size: 934 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "compass-layouts/version"

Gem::Specification.new do |s|
  s.name        = "compass-layouts"
  s.version     = Compass::Layouts::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Chris Eppstein"]
  s.email       = ["chris@eppsteins.net"]
  s.homepage    = "http://chriseppstein.github.com/Compass-Layouts/"
  s.summary     = %q{Just enough layout help.}
  s.description = %q{Do not try and bend the grid. That's impossible. Instead... only try to realize the truth: There is no grid. Then you'll see, that it is not the grid that bends; it is only yourself.}

  s.rubyforge_project = "compass-layouts"

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
compass-layouts-1.0.0 compass-layouts.gemspec